All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2] ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL
@ 2019-08-07 15:16 Adam Ford
  2019-08-19 13:22 ` Adam Ford
  2019-10-06  0:09 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Ford @ 2019-08-07 15:16 UTC (permalink / raw)
  To: u-boot

The SPL device tree is missing the entires for gpio1, uart1, usdhc1 and
usdhc2.  This creates the missing imx6q-logicpd-u-boot.dtsi file
which will enable these functions so SPL can properly setup UART, detect
microSD card, and startup.

Fixes: 8f4691e31a18 ("ARM: imx6q_logic: With SPL_OF_CONTROL enabled,
remove MMC init")

Signed-off-by: Adam Ford <aford173@gmail.com>
---
V2:  Update MAINTAINER
     Remove unnecessary empty node.
     Update subject to reflect this was missing to imply it should have been there before.

diff --git a/arch/arm/dts/imx6q-logicpd-u-boot.dtsi b/arch/arm/dts/imx6q-logicpd-u-boot.dtsi
new file mode 100644
index 0000000000..625bed8f7d
--- /dev/null
+++ b/arch/arm/dts/imx6q-logicpd-u-boot.dtsi
@@ -0,0 +1,18 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2019 Logic PD <aford173@gmail.com>
+ */
+
+#include "imx6qdl-u-boot.dtsi"
+
+&uart1 {
+	u-boot,dm-spl;
+};
+
+&usdhc1 {
+	u-boot,dm-spl;
+};
+
+&usdhc2 {
+	u-boot,dm-spl;
+};
diff --git a/board/logicpd/imx6/MAINTAINERS b/board/logicpd/imx6/MAINTAINERS
index 20ec5918e4..4280315269 100644
--- a/board/logicpd/imx6/MAINTAINERS
+++ b/board/logicpd/imx6/MAINTAINERS
@@ -7,3 +7,4 @@ F:     configs/imx6q_logic_defconfig
 F:     arch/arm/dts/imx6-logicpd-baseboard.dtsi
 F:     arch/arm/dts/imx6-logicpd-som.dtsi
 F:     arch/arm/dts/imx6q-logicpd.dts
+F:     arch/arm/dts/imx6q-logicpd-u-boot.dtsi
-- 
2.17.1

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

* [U-Boot] [PATCH V2] ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL
  2019-08-07 15:16 [U-Boot] [PATCH V2] ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL Adam Ford
@ 2019-08-19 13:22 ` Adam Ford
  2019-09-12 12:29   ` Adam Ford
  2019-10-06  0:09 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Adam Ford @ 2019-08-19 13:22 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 7, 2019 at 10:16 AM Adam Ford <aford173@gmail.com> wrote:
>
> The SPL device tree is missing the entires for gpio1, uart1, usdhc1 and
> usdhc2.  This creates the missing imx6q-logicpd-u-boot.dtsi file
> which will enable these functions so SPL can properly setup UART, detect
> microSD card, and startup.
>

Stefano / Tom,

Is there any way we can pull this in for the next RC candidate?
Without this patch, the imx6_logic boards are broken because I forgot
to include this file in my original patch when I enabled
SPL_OF_CONTROL.
 We can disregard the original patch for this V2 if helps clean up the
to-do list in patchwork.

thank you,

adam

> Fixes: 8f4691e31a18 ("ARM: imx6q_logic: With SPL_OF_CONTROL enabled,
> remove MMC init")
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
> ---
> V2:  Update MAINTAINER
>      Remove unnecessary empty node.
>      Update subject to reflect this was missing to imply it should have been there before.
>
> diff --git a/arch/arm/dts/imx6q-logicpd-u-boot.dtsi b/arch/arm/dts/imx6q-logicpd-u-boot.dtsi
> new file mode 100644
> index 0000000000..625bed8f7d
> --- /dev/null
> +++ b/arch/arm/dts/imx6q-logicpd-u-boot.dtsi
> @@ -0,0 +1,18 @@
> +// SPDX-License-Identifier: GPL-2.0+
> +/*
> + * Copyright (C) 2019 Logic PD <aford173@gmail.com>
> + */
> +
> +#include "imx6qdl-u-boot.dtsi"
> +
> +&uart1 {
> +       u-boot,dm-spl;
> +};
> +
> +&usdhc1 {
> +       u-boot,dm-spl;
> +};
> +
> +&usdhc2 {
> +       u-boot,dm-spl;
> +};
> diff --git a/board/logicpd/imx6/MAINTAINERS b/board/logicpd/imx6/MAINTAINERS
> index 20ec5918e4..4280315269 100644
> --- a/board/logicpd/imx6/MAINTAINERS
> +++ b/board/logicpd/imx6/MAINTAINERS
> @@ -7,3 +7,4 @@ F:     configs/imx6q_logic_defconfig
>  F:     arch/arm/dts/imx6-logicpd-baseboard.dtsi
>  F:     arch/arm/dts/imx6-logicpd-som.dtsi
>  F:     arch/arm/dts/imx6q-logicpd.dts
> +F:     arch/arm/dts/imx6q-logicpd-u-boot.dtsi
> --
> 2.17.1
>

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

* [U-Boot] [PATCH V2] ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL
  2019-08-19 13:22 ` Adam Ford
@ 2019-09-12 12:29   ` Adam Ford
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Ford @ 2019-09-12 12:29 UTC (permalink / raw)
  To: u-boot

On Mon, Aug 19, 2019 at 8:22 AM Adam Ford <aford173@gmail.com> wrote:
>
> On Wed, Aug 7, 2019 at 10:16 AM Adam Ford <aford173@gmail.com> wrote:
> >
> > The SPL device tree is missing the entires for gpio1, uart1, usdhc1 and
> > usdhc2.  This creates the missing imx6q-logicpd-u-boot.dtsi file
> > which will enable these functions so SPL can properly setup UART, detect
> > microSD card, and startup.
> >
>
> Stefano / Tom,
>
> Is there any way we can pull this in for the next RC candidate?
> Without this patch, the imx6_logic boards are broken because I forgot
> to include this file in my original patch when I enabled
> SPL_OF_CONTROL.
>  We can disregard the original patch for this V2 if helps clean up the
> to-do list in patchwork.
>

Pretty please, with sugar on top, can this patch be applied?

My board does not start without it, because I forgot to include it
when I converted to use SPL_OF_CONTROL


> thank you,
>
> adam
>
> > Fixes: 8f4691e31a18 ("ARM: imx6q_logic: With SPL_OF_CONTROL enabled,
> > remove MMC init")
> >
> > Signed-off-by: Adam Ford <aford173@gmail.com>
> > ---
> > V2:  Update MAINTAINER
> >      Remove unnecessary empty node.
> >      Update subject to reflect this was missing to imply it should have been there before.
> >
> > diff --git a/arch/arm/dts/imx6q-logicpd-u-boot.dtsi b/arch/arm/dts/imx6q-logicpd-u-boot.dtsi
> > new file mode 100644
> > index 0000000000..625bed8f7d
> > --- /dev/null
> > +++ b/arch/arm/dts/imx6q-logicpd-u-boot.dtsi
> > @@ -0,0 +1,18 @@
> > +// SPDX-License-Identifier: GPL-2.0+
> > +/*
> > + * Copyright (C) 2019 Logic PD <aford173@gmail.com>
> > + */
> > +
> > +#include "imx6qdl-u-boot.dtsi"
> > +
> > +&uart1 {
> > +       u-boot,dm-spl;
> > +};
> > +
> > +&usdhc1 {
> > +       u-boot,dm-spl;
> > +};
> > +
> > +&usdhc2 {
> > +       u-boot,dm-spl;
> > +};
> > diff --git a/board/logicpd/imx6/MAINTAINERS b/board/logicpd/imx6/MAINTAINERS
> > index 20ec5918e4..4280315269 100644
> > --- a/board/logicpd/imx6/MAINTAINERS
> > +++ b/board/logicpd/imx6/MAINTAINERS
> > @@ -7,3 +7,4 @@ F:     configs/imx6q_logic_defconfig
> >  F:     arch/arm/dts/imx6-logicpd-baseboard.dtsi
> >  F:     arch/arm/dts/imx6-logicpd-som.dtsi
> >  F:     arch/arm/dts/imx6q-logicpd.dts
> > +F:     arch/arm/dts/imx6q-logicpd-u-boot.dtsi
> > --
> > 2.17.1
> >

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

* [U-Boot] [PATCH V2] ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL
  2019-08-07 15:16 [U-Boot] [PATCH V2] ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL Adam Ford
  2019-08-19 13:22 ` Adam Ford
@ 2019-10-06  0:09 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-10-06  0:09 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 07, 2019 at 10:16:33AM -0500, Adam Ford wrote:

> The SPL device tree is missing the entires for gpio1, uart1, usdhc1 and
> usdhc2.  This creates the missing imx6q-logicpd-u-boot.dtsi file
> which will enable these functions so SPL can properly setup UART, detect
> microSD card, and startup.
> 
> Fixes: 8f4691e31a18 ("ARM: imx6q_logic: With SPL_OF_CONTROL enabled,
> remove MMC init")
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191005/9b2dc808/attachment.sig>

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

end of thread, other threads:[~2019-10-06  0:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-07 15:16 [U-Boot] [PATCH V2] ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL Adam Ford
2019-08-19 13:22 ` Adam Ford
2019-09-12 12:29   ` Adam Ford
2019-10-06  0:09 ` Tom Rini

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.