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: Ramon Fried <ramon.fried@linaro.org>
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;
+ };
+ };
};
serial@78b0000 {
compatible = "qcom,msm-uartdm-v1.4";
reg = <0x78b0000 0x200>;
- u-boot,dm-pre-reloc;
clock = <&clkc 4>;
};