From: Josua Mayer <josua@solid-run.com>
To: Frank Li <Frank.li@nxp.com>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Mikhail Anikin <mikhail.anikin@solid-run.com>,
Yazan Shhady <yazan.shhady@solid-run.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"imx@lists.linux.dev" <imx@lists.linux.dev>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v7 4/8] arm64: dts: imx8mp-sr-som: build dtbs with symbols for overlay support
Date: Wed, 28 Jan 2026 15:00:44 +0000 [thread overview]
Message-ID: <d12da5f4-6c46-4b55-983c-67c2368b1f82@solid-run.com> (raw)
In-Reply-To: <aXE2MU7728bJ8xjn@lizhi-Precision-Tower-5810>
Hi Frank,
On 21/01/2026 22:25, Frank Li wrote:
> On Sun, Jan 18, 2026 at 02:51:41PM +0200, Josua Mayer wrote:
>> Build all dtbs based on SolidRun i.MX8MP SoM with symbols (adding -@ to
>> dtc flags) to enable support for device-tree addons.
> Do you means addon as overlay?
Yes. I am confused what should be the correct terminology, since some places
dtbo is called addon, other places overlay.
>
>> The SoM has a camera connector for basler cameras that can be enabled by
>> downstream dtbo.
> why no upstream dtbs?
No upstream driver or bindings, and generally the description will differ
between different camera modules.
My goal was to show that dtb overlays are useful on this board.
>
>> Hence by extension all boards based on this SoM should support addons.
>>
>> Signed-off-by: Josua Mayer <josua@solid-run.com>
>> ---
>> arch/arm64/boot/dts/freescale/Makefile | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
>> index f30d3fd724d0..c4c6fd6de963 100644
>> --- a/arch/arm64/boot/dts/freescale/Makefile
>> +++ b/arch/arm64/boot/dts/freescale/Makefile
>> @@ -203,6 +203,7 @@ dtb-$(CONFIG_ARCH_MXC) += imx8mp-aristainetos3-helios-lvds.dtb
>> dtb-$(CONFIG_ARCH_MXC) += imx8mp-aristainetos3-proton2s.dtb
>> dtb-$(CONFIG_ARCH_MXC) += imx8mp-beacon-kit.dtb
>> dtb-$(CONFIG_ARCH_MXC) += imx8mp-cubox-m.dtb
>> +DTC_FLAGS_imx8mp-cubox-m := -@
> should it put before dtb-$(CONFIG_ARCH_MXC) += imx8mp-cubox-m.dtb?
Checking other Makefiles flags are generally specified before the dtb.
So I will change it accordingly.
Examples:
arch/riscv/boot/dts/starfive/Makefile:DTC_FLAGS_jh7100-beaglev-starlight
:= -@
arch/riscv/boot/dts/starfive/Makefile:DTC_FLAGS_jh7100-starfive-visionfive-v1
:= -@
arch/riscv/boot/dts/starfive/Makefile:DTC_FLAGS_jh7110-starfive-visionfive-2-v1.2a
:= -@
arch/riscv/boot/dts/starfive/Makefile:DTC_FLAGS_jh7110-starfive-visionfive-2-v1.3b
:= -@
arch/riscv/boot/dts/starfive/Makefile-
arch/riscv/boot/dts/starfive/Makefile-dtb-$(CONFIG_ARCH_STARFIVE) +=
jh7100-beaglev-starlight.dtb
arch/arm64/boot/dts/freescale/Makefile:DTC_FLAGS_fsl-ls1088a-qds :=
-Wno-interrupt_map
arch/arm64/boot/dts/freescale/Makefile-dtb-$(CONFIG_ARCH_LAYERSCAPE) +=
fsl-ls1088a-qds.dtb
arch/arm64/boot/dts/renesas/Makefile:DTC_FLAGS_r8a779g3-sparrow-hawk +=
-Wno-spi_bus_bridge
arch/arm64/boot/dts/renesas/Makefile-dtb-$(CONFIG_ARCH_R8A779G0) +=
r8a779g3-sparrow-hawk.dtb
sincerely
Josua Mayer
next prev parent reply other threads:[~2026-01-28 15:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-18 12:51 [PATCH v7 0/8] arm64: dts: add description for solidrun imx8mp hummingboard-iiot Josua Mayer
2026-01-18 12:51 ` [PATCH v7 1/8] dt-bindings: arm: fsl: Add various solidrun i.mx8m boards Josua Mayer
2026-01-18 12:51 ` [PATCH v7 2/8] arm64: dts: imx8mp-hummingboard-pulse/cubox-m: fix vmmc gpio polarity Josua Mayer
2026-01-18 12:51 ` [PATCH v7 3/8] arm64: dts: imx8mp-hummingboard-pulse: fix mini-hdmi dsi port reference Josua Mayer
2026-01-21 20:19 ` Frank Li
2026-01-18 12:51 ` [PATCH v7 4/8] arm64: dts: imx8mp-sr-som: build dtbs with symbols for overlay support Josua Mayer
2026-01-21 20:25 ` Frank Li
2026-01-28 15:00 ` Josua Mayer [this message]
2026-01-18 12:51 ` [PATCH v7 5/8] arm64: dts: add description for solidrun imx8mp hummingboard-iiot Josua Mayer
2026-01-21 20:39 ` Frank Li
2026-01-28 15:18 ` Josua Mayer
2026-01-18 12:51 ` [PATCH v7 6/8] arm64: dts: imx8mp-hummingboard-iiot: add dt overlays for muxable ports Josua Mayer
2026-01-18 12:51 ` [PATCH v7 7/8] arm64: dts: add description for solidrun solidsense-n8 board Josua Mayer
2026-01-18 12:51 ` [PATCH v7 8/8] arm64: dts: add description for solidrun i.mx8mm som and evb Josua Mayer
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=d12da5f4-6c46-4b55-983c-67c2368b1f82@solid-run.com \
--to=josua@solid-run.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=mikhail.anikin@solid-run.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=yazan.shhady@solid-run.com \
/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