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: Ramon Fried <ramon.fried@linaro.org>
lime2-spi
Ramon Fried 6 years ago committed by Tom Rini
parent da33b0a1ca
commit 707e6ef964
  1. 12
      arch/arm/dts/dragonboard410c-uboot.dtsi
  2. 1
      arch/arm/dts/dragonboard410c.dts

@ -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>;
};

Loading…
Cancel
Save