From ff5d7ae713ac6de37f3a93f3a4fed13ab4ffd154 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 26 Sep 2016 14:26:48 +0200 Subject: 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 Signed-off-by: Fabian Vogt Reviewed-by: Simon Glass --- arch/arm/dts/bcm283x.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arch/arm/dts/bcm283x.dtsi') diff --git a/arch/arm/dts/bcm283x.dtsi b/arch/arm/dts/bcm283x.dtsi index 445624a1a1..e5b4f20c2a 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" -- cgit v1.2.3