Page MenuHomeFreeBSD

Support for UART device on Qualcomm Snapdragon 410e
ClosedPublic

Authored by br on Jan 18 2018, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 6, 5:54 AM
Unknown Object (File)
Mon, Aug 5, 1:34 PM
Unknown Object (File)
Sun, Aug 4, 9:15 AM
Unknown Object (File)
Jun 4 2024, 12:17 AM
Unknown Object (File)
May 13 2024, 11:27 AM
Unknown Object (File)
May 13 2024, 11:24 AM
Unknown Object (File)
May 13 2024, 11:23 AM
Unknown Object (File)
May 13 2024, 9:49 AM
Subscribers

Details

Summary

This is a minimal set of changes required for uart_msm driver to operate on Qualcomm Snapdragon 410e (DragonBoard 410c).
I'm not sure if this changes compatible with other qualcomms, but it does not seem we have any of them in base yet.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew added inline comments.
sys/dev/uart/uart_dev_msm.c
41 ↗(On Diff #38170)

Why do we need this on non-arm64?

You should also add it to files.arm64 and the arm64 GENERIC config.

sys/dev/uart/uart_dev_msm.c
127 ↗(On Diff #38170)

Shouldn't there be a switch based on baudrate to set this?

Exclude fdt.h

sys/dev/uart/uart_dev_msm.c
41 ↗(On Diff #38170)

We don't need this currently, so removed

This revision is now accepted and ready to land.Jan 18 2018, 5:37 PM
This revision was automatically updated to reflect the committed changes.