* [U-Boot] [PATCH] db820c: add dummy clock for uart node
@ 2018-05-28 21:30 Ramon Fried
2018-05-30 1:58 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Ramon Fried @ 2018-05-28 21:30 UTC (permalink / raw)
To: u-boot
The missing clock causes serial_msm driver probe to fail.
Added a dummy node so the probe succeeds, as the clock init
currently in db820c is empty.
Fixes: 11d59fe5374a ("serial: serial_msm: fail probe if settings clocks fails")
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
---
arch/arm/dts/dragonboard820c.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/dragonboard820c.dts b/arch/arm/dts/dragonboard820c.dts
index 7bfae1c426..7457d7b7e3 100644
--- a/arch/arm/dts/dragonboard820c.dts
+++ b/arch/arm/dts/dragonboard820c.dts
@@ -50,6 +50,7 @@
blsp2_uart1: serial at 75b0000 {
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
reg = <0x75b0000 0x1000>;
+ clock = <&gcc 4>;
};
sdhc2: sdhci at 74a4900 {
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-30 1:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-28 21:30 [U-Boot] [PATCH] db820c: add dummy clock for uart node Ramon Fried
2018-05-30 1:58 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox