aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorRamon Fried <ramon.fried@gmail.com>2018-05-16 12:13:36 +0300
committerTom Rini <trini@konsulko.com>2018-05-26 12:46:50 -0400
commitffada23ca7fe6f0cff960bbb1288060d227f2d93 (patch)
tree62045f880a14aea840451f641e0d0aa2fec412a2 /arch/arm
parent0ed34aa74107fff03c78f3f97d46f3d3b65d96ba (diff)
downloadu-boot-ffada23ca7fe6f0cff960bbb1288060d227f2d93.zip
u-boot-ffada23ca7fe6f0cff960bbb1288060d227f2d93.tar.gz
u-boot-ffada23ca7fe6f0cff960bbb1288060d227f2d93.tar.bz2
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 <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/dragonboard820c-uboot.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/dragonboard820c-uboot.dtsi b/arch/arm/dts/dragonboard820c-uboot.dtsi
index 88312b3..97394cc 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 <jorge.ramirez-ortiz@linaro.org>
*/
+/ {
+ 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>;