public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus
@ 2019-02-20 14:53 Adam Ford
  2019-02-20 16:24 ` Hannes Schmelzer
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2019-02-20 14:53 UTC (permalink / raw)
  To: u-boot

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 at 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 at 2000000 {
 			u-boot,dm-spl;
+			spba-bus at 2000000 {
+				u-boot,dm-spl;
+			};
 		};
 
 		aips-bus at 2100000 {
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus
  2019-02-20 14:53 [U-Boot] [PATCH] arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus Adam Ford
@ 2019-02-20 16:24 ` Hannes Schmelzer
  0 siblings, 0 replies; 2+ messages in thread
From: Hannes Schmelzer @ 2019-02-20 16:24 UTC (permalink / raw)
  To: u-boot

On 2/20/19 3:53 PM, Adam Ford wrote:
> 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 at 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 at 2000000 {
>   			u-boot,dm-spl;
> +			spba-bus at 2000000 {
> +				u-boot,dm-spl;
> +			};
>   		};
>   
>   		aips-bus at 2100000 {
Hi Adam,
looks like mine ;-)

http://patchwork.ozlabs.org/patch/1042666/

cheers,
Hannes

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-20 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-20 14:53 [U-Boot] [PATCH] arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus Adam Ford
2019-02-20 16:24 ` Hannes Schmelzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox