All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: dts: i.MX6QDL: add missing spba-bus to aips-bus
@ 2019-02-15  8:00 Hannes Schmelzer
  2019-02-17 23:12 ` Lukasz Majewski
  0 siblings, 1 reply; 3+ messages in thread
From: Hannes Schmelzer @ 2019-02-15  8:00 UTC (permalink / raw)
  To: u-boot

Add this spba-bus at 02000000 sub-bus to the aips-bus at 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 at 02000000 {
 			u-boot,dm-spl;
+			spba-bus at 02000000 {
+				u-boot,dm-spl;
+			};
 		};
 
 		aips-bus at 02100000 {
-- 
2.7.4

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

* [U-Boot] [PATCH] ARM: dts: i.MX6QDL: add missing spba-bus to aips-bus
  2019-02-15  8:00 [U-Boot] [PATCH] ARM: dts: i.MX6QDL: add missing spba-bus to aips-bus Hannes Schmelzer
@ 2019-02-17 23:12 ` Lukasz Majewski
  2019-02-20 16:33   ` Adam Ford
  0 siblings, 1 reply; 3+ messages in thread
From: Lukasz Majewski @ 2019-02-17 23:12 UTC (permalink / raw)
  To: u-boot

On Fri, 15 Feb 2019 09:00:14 +0100
Hannes Schmelzer <hannes.schmelzer@br-automation.com> wrote:

> Add this spba-bus at 02000000 sub-bus to the aips-bus at 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 at 02000000 {
>  			u-boot,dm-spl;
> +			spba-bus at 02000000 {
> +				u-boot,dm-spl;
> +			};
>  		};
>  
>  		aips-bus at 02100000 {

Reviewed-by: Lukasz Majewski <lukma@denx.de> 


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190218/06568da6/attachment.sig>

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

* [U-Boot] [PATCH] ARM: dts: i.MX6QDL: add missing spba-bus to aips-bus
  2019-02-17 23:12 ` Lukasz Majewski
@ 2019-02-20 16:33   ` Adam Ford
  0 siblings, 0 replies; 3+ messages in thread
From: Adam Ford @ 2019-02-20 16:33 UTC (permalink / raw)
  To: u-boot

On Sun, Feb 17, 2019 at 5:13 PM Lukasz Majewski <lukma@denx.de> wrote:
>
> On Fri, 15 Feb 2019 09:00:14 +0100
> Hannes Schmelzer <hannes.schmelzer@br-automation.com> wrote:
>
> > Add this spba-bus at 02000000 sub-bus to the aips-bus at 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 at 02000000 {
> >                       u-boot,dm-spl;
> > +                     spba-bus at 02000000 {
> > +                             u-boot,dm-spl;
> > +                     };
> >               };
> >
> >               aips-bus at 02100000 {
>
> Reviewed-by: Lukasz Majewski <lukma@denx.de>
Tested-by: Adam Ford <aford173@gmail.com>

This also lets uart1 appear which is what I need. :-)

adam
>
>
> Best regards,
>
> Lukasz Majewski
>
> --
>
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15  8:00 [U-Boot] [PATCH] ARM: dts: i.MX6QDL: add missing spba-bus to aips-bus Hannes Schmelzer
2019-02-17 23:12 ` Lukasz Majewski
2019-02-20 16:33   ` Adam Ford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.