
15 Feb
2019
15 Feb
'19
9 a.m.
Add this spba-bus@02000000 sub-bus to the aips-bus@02000000, because below there are essential boot-devices (ecspi1-4) which are needed in SPL for booting from SPI.
Signed-off-by: Hannes Schmelzer hannes.schmelzer@br-automation.com
---
arch/arm/dts/imx6qdl-u-boot.dtsi | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/arch/arm/dts/imx6qdl-u-boot.dtsi b/arch/arm/dts/imx6qdl-u-boot.dtsi index dffc21b..fff5f93 100644 --- a/arch/arm/dts/imx6qdl-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-u-boot.dtsi @@ -9,6 +9,9 @@
aips-bus@02000000 { u-boot,dm-spl; + spba-bus@02000000 { + u-boot,dm-spl; + }; };
aips-bus@02100000 {
--
2.7.4