From: Hannes Schmelzer Date: Fri, 6 Jul 2018 13:41:27 +0000 (+0200) Subject: dts: am33xx: add u-boot, dm-spl to ocp bus X-Git-Tag: v2018.09-rc1~106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19aa4ac09db91c07bc0e6c9a5a90fd501a97e1a3;p=platform%2Fkernel%2Fu-boot.git dts: am33xx: add u-boot, dm-spl to ocp bus This is needed for having access to the devices below this bus, most important is uart and boot-device (spi, mmc, ...) in SPL stage. Signed-off-by: Hannes Schmelzer --- diff --git a/arch/arm/dts/am33xx.dtsi b/arch/arm/dts/am33xx.dtsi index 14caee7..4234537 100644 --- a/arch/arm/dts/am33xx.dtsi +++ b/arch/arm/dts/am33xx.dtsi @@ -91,6 +91,7 @@ * the whole bus hierarchy. */ ocp { + u-boot,dm-spl; compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>;