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
F93803334: D13972.diff
Thu, Sep 12, 6:16 PM
Unknown Object (File)
Sun, Sep 8, 11:16 PM
Unknown Object (File)
Sun, Sep 8, 5:48 PM
Unknown Object (File)
Sat, Sep 7, 3:25 PM
Unknown Object (File)
Fri, Sep 6, 8:05 PM
Unknown Object (File)
Thu, Sep 5, 1:18 AM
Unknown Object (File)
Sun, Sep 1, 9:06 PM
Unknown Object (File)
Sat, Aug 31, 5:28 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

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

andrew added inline comments.
sys/dev/uart/uart_dev_msm.c
41

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

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

Exclude fdt.h

sys/dev/uart/uart_dev_msm.c
41

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.