diff options
author | Hannes Schmelzer | 2018-07-06 15:41:27 +0200 |
---|---|---|
committer | Tom Rini | 2018-07-19 17:03:35 -0400 |
commit | 19aa4ac09db91c07bc0e6c9a5a90fd501a97e1a3 (patch) | |
tree | c2faef85721dbf0752d2724de32736a2bc002019 /arch/arm/dts/am33xx.dtsi | |
parent | 73e9db22abf5d6ee9db88efa4a1b404f972b8e24 (diff) |
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 <oe5hpm@oevsv.at>
Diffstat (limited to 'arch/arm/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/dts/am33xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/am33xx.dtsi b/arch/arm/dts/am33xx.dtsi index 14caee7f0d0..42345375e68 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>; |