From 8d0370905c61ce0390e04d2c7a0e7e7ac00d70d6 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Wed, 20 Feb 2019 08:53:56 -0600 Subject: 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 --- arch/arm/dts/imx6qdl-u-boot.dtsi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch') 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 { -- cgit v1.2.1