From: Ramon Fried Date: Wed, 16 May 2018 09:13:36 +0000 (+0300) Subject: db820c: set clk node to be probed before relocation X-Git-Tag: v2018.07-rc1~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ffada23ca7fe6f0cff960bbb1288060d227f2d93;p=u-boot db820c: set clk node to be probed before relocation The clock and serial nodes are needed before relocation. This patch ensures that the msm-serial driver will probe and provide uart output before relocation. Signed-off-by: Ramon Fried Reviewed-by: Simon Glass --- diff --git a/arch/arm/dts/dragonboard820c-uboot.dtsi b/arch/arm/dts/dragonboard820c-uboot.dtsi index 88312b3fa1..97394cc5b0 100644 --- a/arch/arm/dts/dragonboard820c-uboot.dtsi +++ b/arch/arm/dts/dragonboard820c-uboot.dtsi @@ -5,6 +5,20 @@ * (C) Copyright 2017 Jorge Ramirez-Ortiz */ +/ { + soc { + u-boot,dm-pre-reloc; + + clock-controller@300000 { + u-boot,dm-pre-reloc; + }; + + serial@75b0000 { + u-boot,dm-pre-reloc; + }; + }; +}; + &pm8994_pon { key_vol_down { gpios = <&pm8994_pon 1 0>;