stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v2 1/3] ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL
       [not found] ` <20200109074625.GE4456@T480>
@ 2020-01-21  5:22   ` Naresh Kamboju
  2020-01-21 23:07     ` Daniel Díaz
  0 siblings, 1 reply; 3+ messages in thread
From: Naresh Kamboju @ 2020-01-21  5:22 UTC (permalink / raw)
  To: Shawn Guo, Greg Kroah-Hartman, Sasha Levin
  Cc: Jagan Teki, Sascha Hauer, Fabio Estevam, Michael Trimarchi,
	Rob Herring, Mark Rutland, Pengutronix Kernel Team,
	NXP Linux Team,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-arm-kernel, open list, linux-amarula, Jacopo Mondi,
	linux- stable, lkft-triage

The following dtbs build error noticed for arm build on stable rc 4.19 branch.

# make -sk KBUILD_BUILD_USER=KernelCI -C/linux ARCH=arm
CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=gcc O=build dtbs
 #
 ../arch/arm/boot/dts/imx6dl-icore-mipi.dts:11:10: fatal error:
imx6qdl-icore-1.5.dtsi: No such file or directory
    11 | #include "imx6qdl-icore-1.5.dtsi"
       |          ^~~~~~~~~~~~~~~~~~~~~~~~
 compilation terminated.
 make[2]: *** [scripts/Makefile.lib:294:
arch/arm/boot/dts/imx6dl-icore-mipi.dtb] Error 1


On Thu, 9 Jan 2020 at 13:16, Shawn Guo <shawnguo@kernel.org> wrote:
>
> On Mon, Dec 30, 2019 at 05:30:19PM +0530, Jagan Teki wrote:
> > The EDIMM STARTER KIT i.Core 1.5 MIPI Evaluation is based on
> > the 1.5 version of the i.Core MX6 cpu module. The 1.5 version
> > differs from the original one for a few details, including the
> > ethernet PHY interface clock provider.
> >
> > With this commit, the ethernet interface works properly:
> > SMSC LAN8710/LAN8720 2188000.ethernet-1:00: attached PHY driver
> >
> > While before using the 1.5 version, ethernet failed to startup
> > do to un-clocked PHY interface:
> > fec 2188000.ethernet eth0: could not attach to PHY
> >
> > Similar fix has merged for i.Core MX6Q but missed to update for DL.
> >
> > Fixes: a8039f2dd089 ("ARM: dts: imx6dl: Add Engicam i.CoreM6 1.5 Quad/Dual MIPI starter kit support")
> > Cc: Jacopo Mondi <jacopo@jmondi.org>
> > Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
> Applied all 3, thanks.

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

* Re: [PATCH v2 1/3] ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL
  2020-01-21  5:22   ` [PATCH v2 1/3] ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL Naresh Kamboju
@ 2020-01-21 23:07     ` Daniel Díaz
  2020-01-22  6:42       ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Díaz @ 2020-01-21 23:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sasha Levin
  Cc: Naresh Kamboju, open list, Jacopo Mondi, linux- stable, lkft-triage

Hello!

On Mon, 20 Jan 2020 at 23:22, Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> The following dtbs build error noticed for arm build on stable rc 4.19 branch.
>
> # make -sk KBUILD_BUILD_USER=KernelCI -C/linux ARCH=arm
> CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=gcc O=build dtbs
>  #
>  ../arch/arm/boot/dts/imx6dl-icore-mipi.dts:11:10: fatal error:
> imx6qdl-icore-1.5.dtsi: No such file or directory
>     11 | #include "imx6qdl-icore-1.5.dtsi"
>        |          ^~~~~~~~~~~~~~~~~~~~~~~~
>  compilation terminated.
>  make[2]: *** [scripts/Makefile.lib:294:
> arch/arm/boot/dts/imx6dl-icore-mipi.dtb] Error 1

This failed again on the latest 4.19.98-rc1 from
linux-stable-rc/4.19.y. Looks like it's missing 37c045d25e900 ("ARM:
dts: imx6qdl: Add Engicam i.Core 1.5 MX6") from mainline.

Greetings!

Daniel Díaz
daniel.diaz@linaro.org



> On Thu, 9 Jan 2020 at 13:16, Shawn Guo <shawnguo@kernel.org> wrote:
> >
> > On Mon, Dec 30, 2019 at 05:30:19PM +0530, Jagan Teki wrote:
> > > The EDIMM STARTER KIT i.Core 1.5 MIPI Evaluation is based on
> > > the 1.5 version of the i.Core MX6 cpu module. The 1.5 version
> > > differs from the original one for a few details, including the
> > > ethernet PHY interface clock provider.
> > >
> > > With this commit, the ethernet interface works properly:
> > > SMSC LAN8710/LAN8720 2188000.ethernet-1:00: attached PHY driver
> > >
> > > While before using the 1.5 version, ethernet failed to startup
> > > do to un-clocked PHY interface:
> > > fec 2188000.ethernet eth0: could not attach to PHY
> > >
> > > Similar fix has merged for i.Core MX6Q but missed to update for DL.
> > >
> > > Fixes: a8039f2dd089 ("ARM: dts: imx6dl: Add Engicam i.CoreM6 1.5 Quad/Dual MIPI starter kit support")
> > > Cc: Jacopo Mondi <jacopo@jmondi.org>
> > > Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
> > > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> >
> > Applied all 3, thanks.

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

* Re: [PATCH v2 1/3] ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL
  2020-01-21 23:07     ` Daniel Díaz
@ 2020-01-22  6:42       ` Greg Kroah-Hartman
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2020-01-22  6:42 UTC (permalink / raw)
  To: Daniel Díaz
  Cc: Sasha Levin, Naresh Kamboju, open list, Jacopo Mondi,
	linux- stable, lkft-triage

On Tue, Jan 21, 2020 at 05:07:41PM -0600, Daniel Díaz wrote:
> Hello!
> 
> On Mon, 20 Jan 2020 at 23:22, Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> > The following dtbs build error noticed for arm build on stable rc 4.19 branch.
> >
> > # make -sk KBUILD_BUILD_USER=KernelCI -C/linux ARCH=arm
> > CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=gcc O=build dtbs
> >  #
> >  ../arch/arm/boot/dts/imx6dl-icore-mipi.dts:11:10: fatal error:
> > imx6qdl-icore-1.5.dtsi: No such file or directory
> >     11 | #include "imx6qdl-icore-1.5.dtsi"
> >        |          ^~~~~~~~~~~~~~~~~~~~~~~~
> >  compilation terminated.
> >  make[2]: *** [scripts/Makefile.lib:294:
> > arch/arm/boot/dts/imx6dl-icore-mipi.dtb] Error 1
> 
> This failed again on the latest 4.19.98-rc1 from
> linux-stable-rc/4.19.y. Looks like it's missing 37c045d25e900 ("ARM:
> dts: imx6qdl: Add Engicam i.Core 1.5 MX6") from mainline.

Now fixed up, thanks.

greg k-h

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

end of thread, other threads:[~2020-01-22  6:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191230120021.32630-1-jagan@amarulasolutions.com>
     [not found] ` <20200109074625.GE4456@T480>
2020-01-21  5:22   ` [PATCH v2 1/3] ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL Naresh Kamboju
2020-01-21 23:07     ` Daniel Díaz
2020-01-22  6:42       ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).