mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00: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:
parent
643cefa4d8
commit
e9a1b65293
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
blsp2_uart1: serial@75b0000 {
|
||||
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
|
||||
reg = <0x75b0000 0x1000>;
|
||||
clock = <&gcc 4>;
|
||||
};
|
||||
|
||||
sdhc2: sdhci@74a4900 {
|
||||
|
|
Loading…
Add table
Reference in a new issue