summaryrefslogtreecommitdiff
path: root/arch/arm/dts/bcm283x.dtsi
diff options
context:
space:
mode:
authorFabian Vogt <fvogt@suse.com>2016-09-26 12:26:48 (GMT)
committerTom Rini <trini@konsulko.com>2016-11-29 01:09:50 (GMT)
commitff5d7ae713ac6de37f3a93f3a4fed13ab4ffd154 (patch)
tree981075c428ca54ccfed67118279ccbc14cc8b217 /arch/arm/dts/bcm283x.dtsi
parent460255842cc152753436f96cd6ba9d23ae28c43b (diff)
downloadu-boot-ff5d7ae713ac6de37f3a93f3a4fed13ab4ffd154.tar.xz
fdt: adjust bcm283x device tree for u-boot
The information currently set via platdata has to be represented in the device tree now. bcm283x-uboot.dtsi adds the u-boot specific "skip-init" property to the serial nodes and enables initialization in the pre-reloc phase. Cc: Albert Aribaud <albert.u.boot@aribaud.net> Signed-off-by: Fabian Vogt <fvogt@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/bcm283x.dtsi')
-rw-r--r--arch/arm/dts/bcm283x.dtsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/dts/bcm283x.dtsi b/arch/arm/dts/bcm283x.dtsi
index 445624a..e5b4f20 100644
--- a/arch/arm/dts/bcm283x.dtsi
+++ b/arch/arm/dts/bcm283x.dtsi
@@ -19,7 +19,7 @@
bootargs = "earlyprintk console=ttyAMA0";
};
- soc {
+ soc: soc {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
@@ -319,3 +319,5 @@
};
};
+
+#include "bcm283x-uboot.dtsi"