summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Schmelzer <oe5hpm@oevsv.at>2018-07-06 15:41:27 +0200
committerTom Rini <trini@konsulko.com>2018-07-19 17:03:35 -0400
commit19aa4ac09db91c07bc0e6c9a5a90fd501a97e1a3 (patch)
treec2faef85721dbf0752d2724de32736a2bc002019
parent73e9db22abf5d6ee9db88efa4a1b404f972b8e24 (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>
-rw-r--r--arch/arm/dts/am33xx.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/am33xx.dtsi b/arch/arm/dts/am33xx.dtsi
index 14caee7f0d..42345375e6 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>;