From: Adam Ford <aford173@gmail.com>
Date: Wed, 20 Feb 2019 14:53:56 +0000 (-0600)
Subject: arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus
X-Git-Tag: v2025.01-rc5-pxa1908~3085^2~2
X-Git-Url: http://git.dujemihanovic.xyz/browse.php?a=commitdiff_plain;h=8d0370905c61ce0390e04d2c7a0e7e7ac00d70d6;p=u-boot.git

arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus

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>
---

diff --git a/arch/arm/dts/imx6qdl-u-boot.dtsi b/arch/arm/dts/imx6qdl-u-boot.dtsi
index 45ae2fad0b..0aa29e38b8 100644
--- a/arch/arm/dts/imx6qdl-u-boot.dtsi
+++ b/arch/arm/dts/imx6qdl-u-boot.dtsi
@@ -9,6 +9,9 @@
 
 		aips-bus@2000000 {
 			u-boot,dm-spl;
+			spba-bus@2000000 {
+				u-boot,dm-spl;
+			};
 		};
 
 		aips-bus@2100000 {