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.
Details
Details
- Reviewers
andrew - Group Reviewers
arm64 ARM - Commits
- rS328132: Support for UART device found in Qualcomm Snapdragon 410E SoC.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/uart/uart_dev_msm.c | ||
---|---|---|
41 | Why do we need this on non-arm64? |
Comment Actions
You should also add it to files.arm64 and the arm64 GENERIC config.
sys/dev/uart/uart_dev_msm.c | ||
---|---|---|
127 | Shouldn't there be a switch based on baudrate to set this? |