arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus
authorAdam Ford <aford173@gmail.com>
Wed, 20 Feb 2019 14:53:56 +0000 (08:53 -0600)
committerStefano Babic <sbabic@denx.de>
Wed, 13 Mar 2019 08:14:35 +0000 (09:14 +0100)
spba-bus has a few nodes under it including the UART1 and
some ESPI buses.  In order to use them in SPL, the
u-boot,dm-spl flag needs to be added to the spba-bus@2000000
container.

Signed-off-by: Adam Ford <aford173@gmail.com>
arch/arm/dts/imx6qdl-u-boot.dtsi

index 45ae2fad0b28bda92c49e2a1d62de9fe2f7ca8ce..0aa29e38b831deb48db8990bc00929dbd3877a39 100644 (file)
@@ -9,6 +9,9 @@
 
                aips-bus@2000000 {
                        u-boot,dm-spl;
+                       spba-bus@2000000 {
+                               u-boot,dm-spl;
+                       };
                };
 
                aips-bus@2100000 {