mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
db820c: add dummy clock for uart node
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: 11d59fe537
("serial: serial_msm: fail probe if settings clocks fails")
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
blsp2_uart1: serial@75b0000 {
|
blsp2_uart1: serial@75b0000 {
|
||||||
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
|
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
|
||||||
reg = <0x75b0000 0x1000>;
|
reg = <0x75b0000 0x1000>;
|
||||||
|
clock = <&gcc 4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sdhc2: sdhci@74a4900 {
|
sdhc2: sdhci@74a4900 {
|
||||||
|
Reference in New Issue
Block a user