Devicetree
 help / color / mirror / Atom feed
From: Frank Li <Frank.li@oss.nxp.com>
To: Marek Vasut <marex@nabladev.com>
Cc: linux-arm-kernel@lists.infradead.org, Frank Li <Frank.Li@nxp.com>,
	Conor Dooley <conor+dt@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	devicetree@vger.kernel.org, imx@lists.linux.dev,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 1/7] arm64: dts: imx8mp: Add DT label to SPBA5 bus
Date: Wed, 29 Jul 2026 16:17:54 -0500	[thread overview]
Message-ID: <ampuAiIUR-1FUxV-@SMW015318> (raw)
In-Reply-To: <03143ba3-e589-42b4-9221-59d9258e7d21@nabladev.com>

On Wed, Jul 29, 2026 at 11:14:08PM +0200, Marek Vasut wrote:
> On 7/29/26 10:36 PM, Frank Li wrote:
> > On Wed, Jul 29, 2026 at 06:49:03PM +0200, Marek Vasut wrote:
> > > On 7/29/26 5:59 PM, Frank Li wrote:
> > > > On Wed, Jul 29, 2026 at 05:50:21PM +0200, Marek Vasut wrote:
> > > > > On 7/29/26 5:30 PM, Frank Li wrote:
> > > > > > On Tue, Jul 28, 2026 at 04:56:42PM -0400, Frank.Li@oss.nxp.com wrote:
> > > > > > > From: Frank Li <Frank.Li@nxp.com>
> > > > > > >
> > > > > > >
> > > > > > > On Mon, 27 Jul 2026 21:52:16 +0200, Marek Vasut wrote:
> > > > > > > > Add DT label to SPBA5 bus for usage in board DTs.
> > > > > > > > No functional change.
> > > > > > >
> > > > > > > Applied, thanks!
> > > > > > >
> > > > > > > [1/7] arm64: dts: imx8mp: Add DT label to SPBA5 bus
> > > > > > >          commit: 697f6889aa50996de067a8d170323535570052ad
> > > > > > > [2/7] arm64: dts: imx8mm: imx8mp: Add LVDS DTOs for Data Modul i.MX8M Mini and Plus eDM SBC
> > > > > > >          commit: 3eacea24d258ff5169d84a419b07cb5828e91718
> > > > > > > [3/7] arm64: dts: imx8mm: imx8mp: Add legacy board DTOs for Data Modul i.MX8M Mini and Plus eDM SBC
> > > > > > >          commit: 81a2094bb922290e4b52a1467037f8d2ac07ad87
> > > > > > > [4/7] arm64: dts: imx8mm: imx8mp: Add HDMI DTOs for Data Modul i.MX8M Mini and Plus eDM SBC
> > > > > > >          commit: cfdee13eba802665ecd8751fefa754a759f414c4
> > > > > > > [5/7] arm64: dts: imx8mm: imx8mp: Add CM DTOs for Data Modul i.MX8M Mini and Plus eDM SBC
> > > > > > >          commit: b26192de5d0f4635d73ad2aea43e3e83a9ef5f77
> > > > > > > [6/7] arm64: dts: imx8mm: imx8mp: Add FIO1 DTOs for Data Modul i.MX8M Mini and Plus eDM SBC
> > > > > > >          commit: dca8d10e97bd121494106f54f4577291a9bb0f13
> > > > > > > [7/7] arm64: dts: imx8mm: imx8mp: Add FIO1-Audio DTOs for Data Modul i.MX8M Mini and Plus eDM SBC
> > > > > > >          commit: 8ea2fa3fdc65f2750718aebdcf912cccde5913b8
> > > > > >
> > > > > > Sorry, I have to drop these because met build error
> > > > > >
> > > > > > Failed to apply 'arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc-overlay-edm-sbc-imx8mp-lvds-rev902.dtbo': FDT_ERR_NOTFOUND
> > > > > >
> > > > > > Failed to apply 'arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc-overlay-edm-sbc-imx8mp-lvds-rev900.dtbo': FDT_ERR_NOTFOUND
> > > > > > make[3]: *** [scripts/Makefile.dtbs:94: arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc-overlay-edm-sbc-imx8mp-lvds-rev902.dtb] Error 1
> > > > > > make[3]: *** Waiting for unfinished jobs....
> > > > > > make[3]: *** [scripts/Makefile.dtbs:94: arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc-overlay-edm-sbc-imx8mp-lvds-rev900.dtb] Error 1
> > > > > > make[2]: *** [scripts/Makefile.build:549: arch/arm64/boot/dts/freescale] Error 2
> > > > > > make[1]: *** [/home/lizhi/source/linux-imx/Makefile:1629: dtbs] Error 2
> > > > > How can I reproduce this build error ?
> > > >
> > > > Apply patch base on git@gitolite.kernel.org:pub/scm/linux/kernel/git/frank.li/linux imx/dt64 branch
> > > >
> > > > make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j8 dtbs
> > > It seems to work fine:
> > >
> > > $ git remote get-url frank
> > > https://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux.git
> > >
> > > $ git reset --hard frank/imx/dt64
> > > HEAD is now at eba4724641990 arm64: dts: imx95: Add dma, intr, aer and pme
> > > interrupts for PCIe
> > >
> > > # https://patchwork.kernel.org/project/linux-arm-kernel/patch/20260727195244.78199-1-marex@nabladev.com/
> > >    -> series
> > > $ git am v6-1-7-arm64-dts-imx8mp-Add-DT-label-to-SPBA5-bus.patch
> > > Applying: arm64: dts: imx8mp: Add DT label to SPBA5 bus
> > > Applying: arm64: dts: imx8mm: imx8mp: Add LVDS DTOs for Data Modul i.MX8M
> > > Mini and Plus eDM SBC
> > > Applying: arm64: dts: imx8mm: imx8mp: Add legacy board DTOs for Data Modul
> > > i.MX8M Mini and Plus eDM SBC
> > > Applying: arm64: dts: imx8mm: imx8mp: Add HDMI DTOs for Data Modul i.MX8M
> > > Mini and Plus eDM SBC
> > > Applying: arm64: dts: imx8mm: imx8mp: Add CM DTOs for Data Modul i.MX8M Mini
> > > and Plus eDM SBC
> > > Applying: arm64: dts: imx8mm: imx8mp: Add FIO1 DTOs for Data Modul i.MX8M
> > > Mini and Plus eDM SBC
> > > Applying: arm64: dts: imx8mm: imx8mp: Add FIO1-Audio DTOs for Data Modul
> > > i.MX8M Mini and Plus eDM SBC
> > >
> > > $ git clean -fqdx
> > > $ export CROSS_COMPILE=aarch64-linux-gnu-
> > > $ make defconfig
> > > $ make -j8 dtbs 2>&1 | tee /tmp/dt.log
> >
> > Missed
> >
> > DTC_FLAGS_imx8mp-data-modul-edm-sbc-overlay-edm-mod-imx8mm-lvds-g070y2-l01 := -@
> >
> > did you set global env variable add -@ to export all symbal?
> Sure, I always have DTC_FLAGS = " -@" set . Do you want that in Makefile for
> those various DTOs ?

Yes, we need make sure kernel pass build by other people.

Frank

  reply	other threads:[~2026-07-29 21:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-27 19:52 [PATCH v6 1/7] arm64: dts: imx8mp: Add DT label to SPBA5 bus Marek Vasut
2026-07-27 19:52 ` [PATCH v6 2/7] arm64: dts: imx8mm: imx8mp: Add LVDS DTOs for Data Modul i.MX8M Mini and Plus eDM SBC Marek Vasut
2026-07-27 20:07   ` sashiko-bot
2026-07-27 19:52 ` [PATCH v6 3/7] arm64: dts: imx8mm: imx8mp: Add legacy board " Marek Vasut
2026-07-27 20:14   ` sashiko-bot
2026-07-27 19:52 ` [PATCH v6 4/7] arm64: dts: imx8mm: imx8mp: Add HDMI " Marek Vasut
2026-07-27 19:52 ` [PATCH v6 5/7] arm64: dts: imx8mm: imx8mp: Add CM " Marek Vasut
2026-07-27 19:52 ` [PATCH v6 6/7] arm64: dts: imx8mm: imx8mp: Add FIO1 " Marek Vasut
2026-07-27 19:52 ` [PATCH v6 7/7] arm64: dts: imx8mm: imx8mp: Add FIO1-Audio " Marek Vasut
2026-07-27 20:08   ` sashiko-bot
2026-07-28 20:56 ` [PATCH v6 1/7] arm64: dts: imx8mp: Add DT label to SPBA5 bus Frank.Li
2026-07-29 15:30   ` Frank Li
2026-07-29 15:50     ` Marek Vasut
2026-07-29 15:59       ` Frank Li
2026-07-29 16:49         ` Marek Vasut
2026-07-29 20:24           ` Frank Li
2026-07-29 20:36           ` Frank Li
2026-07-29 21:14             ` Marek Vasut
2026-07-29 21:17               ` Frank Li [this message]
2026-07-29 21:25                 ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ampuAiIUR-1FUxV-@SMW015318 \
    --to=frank.li@oss.nxp.com \
    --cc=Frank.Li@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marex@nabladev.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox