Skip to content
Snippets Groups Projects
Commit 707e6ef9 authored by Ramon Fried's avatar Ramon Fried Committed by Tom Rini
Browse files

db410c: set clk node to be probed before relocation


The clock node is used by the serial driver and it's needed
before relocation.
This patch ensures that the msm-serial driver can actually
use the clock node.

Signed-off-by: default avatarRamon Fried <ramon.fried@linaro.org>
parent da33b0a1
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,18 @@
config {
u-boot,mmc-env-partition = "boot";
};
soc {
u-boot,dm-pre-reloc;
qcom,gcc@1800000 {
u-boot,dm-pre-reloc;
};
serial@78b0000 {
u-boot,dm-pre-reloc;
};
};
};
......
......@@ -48,7 +48,6 @@
serial@78b0000 {
compatible = "qcom,msm-uartdm-v1.4";
reg = <0x78b0000 0x200>;
u-boot,dm-pre-reloc;
clock = <&clkc 4>;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment