* Re: [PATCH v2 3/4] arm64: dts: renesas: add support for solidrun rzv2l som and hb-iiot evb
[not found] ` <20260512024305.DF50CC2BCB0@smtp.kernel.org>
@ 2026-05-12 10:40 ` Josua Mayer
0 siblings, 0 replies; only message in thread
From: Josua Mayer @ 2026-05-12 10:40 UTC (permalink / raw)
To: sashiko@lists.linux.dev
Cc: krzk+dt@kernel.org, devicetree@vger.kernel.org, robh@kernel.org,
conor+dt@kernel.org, wsa+renesas@sang-engineering.com
Am 12.05.26 um 04:43 schrieb sashiko-bot@kernel.org:
> Thank you for your contribution! Sashiko AI review found 3 potential issue(s) to consider:
> - [Medium] The composite DTB targets for the RZ/V2L board are missing the '-iiot' identifier, leading to inconsistent naming.
> - [Medium] The shared device tree overlays are not added to the install targets for the R9A07G054 architecture.
> - [Low] The `-dtbs` composite variables are populated using `+=` instead of `:=`.
> --
>
> commit 1346fdf98939d24bedd9085cb7ddffee29247fcf
> Author: Josua Mayer <josua@solid-run.com>
>
> arm64: dts: renesas: add support for solidrun rzv2l som and hb-iiot evb
>
> This commit adds device tree support for the SolidRun RZ/V2L SoM on the
> HummingBoard IIoT platform. It utilizes shared code and device tree overlays
> from the existing RZ/G2L series.
>
>> diff --git a/arch/arm64/boot/dts/renesas/Makefile b/arch/arm64/boot/dts/renesas/Makefile
>> index 37cfefe66a308..cdf59f3240e27 100644
>> --- a/arch/arm64/boot/dts/renesas/Makefile
>> +++ b/arch/arm64/boot/dts/renesas/Makefile
>> @@ -188,6 +188,15 @@ dtb-$(CONFIG_ARCH_R9A07G044) += r9a07g044l2-smarc-cru-csi-ov5645.dtbo
>> r9a07g044l2-smarc-cru-csi-ov5645-dtbs := r9a07g044l2-smarc.dtb r9a07g044l2-smarc-cru-csi-ov5645.dtbo
>> dtb-$(CONFIG_ARCH_R9A07G044) += r9a07g044l2-smarc-cru-csi-ov5645.dtb
>>
>> +dtb-$(CONFIG_ARCH_R9A07G054) += r9a07g054l2-hummingboard-iiot.dtb
> Should the shared device tree overlays be explicitly added to the install
> targets for CONFIG_ARCH_R9A07G054?
They should, though building for one platform without the other is unlikely.
Queued for v3.
>
> Currently, overlays like rzg2l-sr-som-emmc.dtbo and
> rzg2l-hummingboard-iiot-microsd.dtbo are built as intermediate dependencies,
> but Kbuild's make dtbs_install only installs artifacts present in dtb-y.
> Without being added to dtb-$(CONFIG_ARCH_R9A07G054), will these standalone
> .dtbo files be missing from the installation directory?
>
>> +r9a07g054l2-hummingboard-emmc-dtbs += r9a07g054l2-hummingboard-iiot.dtb rzg2l-sr-som-emmc.dtbo
>> +dtb-$(CONFIG_ARCH_R9A07G054) += r9a07g054l2-hummingboard-emmc.dtb
> Are these composite DTB targets missing the -iiot identifier?
Correct.
Queued for v3
>
> The base board is named r9a07g054l2-hummingboard-iiot.dts, but the targets
> omit -iiot (for example, r9a07g054l2-hummingboard-emmc.dtb). The equivalent
> RZ/G2L targets correctly include it, such as
> r9a07g044l2-hummingboard-iiot-emmc.dtb.
>
> Could this naming discrepancy cause issues for deployment scripts
> expecting the -iiot substring to locate the RZ/V2L DTBs?
>
> Also, this isn't a bug, but is it intentional to use += instead of := for
> these composite variables?
Unintentional copy from other examples.
>
> In Kbuild, := is generally the standard convention for defining multi-DTB
> targets, as seen in the surrounding Makefile entries.
Queued for v3.
>
>> +r9a07g054l2-hummingboard-microsd-dtbs += r9a07g054l2-hummingboard-iiot.dtb rzg2l-hummingboard-iiot-microsd.dtbo
>> +dtb-$(CONFIG_ARCH_R9A07G054) += r9a07g054l2-hummingboard-microsd.dtb
>> +r9a07g054l2-hummingboard-rs485-a-dtbs += r9a07g054l2-hummingboard-iiot.dtb rzg2l-hummingboard-iiot-rs485-a.dtbo
>> +dtb-$(CONFIG_ARCH_R9A07G054) += r9a07g054l2-hummingboard-rs485-a.dtb
>> +r9a07g054l2-hummingboard-rs485-b-dtbs += r9a07g054l2-hummingboard-iiot.dtb rzg2l-hummingboard-iiot-rs485-b.dtbo
>> +dtb-$(CONFIG_ARCH_R9A07G054) += r9a07g054l2-hummingboard-rs485-b.dtb
> [ ... ]
>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-12 10:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260511-rzg2-sr-boards-v2-3-82aebbd27891@solid-run.com>
[not found] ` <20260512024305.DF50CC2BCB0@smtp.kernel.org>
2026-05-12 10:40 ` [PATCH v2 3/4] arm64: dts: renesas: add support for solidrun rzv2l som and hb-iiot evb Josua Mayer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox