Caleb Connolly 836b7f4474
serial: msm-geni: don't rely on parent misc device
commit 1b15483deb3f ("misc: add Qualcomm GENI SE QUP device driver")
introduced support for platform-specific oversampling values, necessary
to configure the UART clocks on all platforms at runtime. However it
relies in probing a parent device. Despite the DM_FLAG_PRE_RELOC flag,
this is not done consistently during boot.

Instead, take another approach by relying on ofnode_ helpers to read the
serial engine base address and do the read directly. This fixes early
UART on boards with a non-default oversampling rate.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
2024-01-16 12:26:52 +00:00
..
2022-12-23 10:15:13 -05:00
2023-05-21 16:54:41 +02:00
2021-12-31 06:45:01 +01:00
2023-05-21 16:54:41 +02:00
2022-06-06 18:01:21 -04:00
2023-11-02 11:30:18 +01:00