dts: am33xx: add u-boot, dm-spl to ocp bus
authorHannes Schmelzer <oe5hpm@oevsv.at>
Fri, 6 Jul 2018 13:41:27 +0000 (15:41 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 19 Jul 2018 21:03:35 +0000 (17:03 -0400)
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>
arch/arm/dts/am33xx.dtsi

index 14caee7..4234537 100644 (file)
@@ -91,6 +91,7 @@
         * the whole bus hierarchy.
         */
        ocp {
+               u-boot,dm-spl;
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;