* [PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
@ 2025-11-19 17:51 ` Frank Wunderlich
0 siblings, 0 replies; 23+ messages in thread
From: Frank Wunderlich @ 2025-11-19 17:51 UTC (permalink / raw)
To: Matthias Brugger, AngeloGioacchino Del Regno, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: devicetree, linux-mediatek, linux-kernel, linux-arm-kernel
From: Frank Wunderlich <frank-w@public-files.de>
Build devicetree binaries for testing overlays and providing users
full dtb without using overlays for Bananapi R4 (pro) variants.
It is not required to build all possible combinations, only for
common usecases and to test if all overlays can be applied.
This series is based on
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/log/?h=v6.18-next/dts64
Frank Wunderlich (2):
arm64: dts: mediatek: mt7986: add dtbs with applied overlays for
bpi-r3
arm64: dts: mediatek: mt7988: add dtbs with applied overlays for
bpi-r4 (pro)
arch/arm64/boot/dts/mediatek/Makefile | 53 +++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
--
2.43.0
^ permalink raw reply [flat|nested] 23+ messages in thread* [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
2025-11-19 17:51 ` Frank Wunderlich
@ 2025-11-19 17:51 ` Frank Wunderlich
-1 siblings, 0 replies; 23+ messages in thread
From: Frank Wunderlich @ 2025-11-19 17:51 UTC (permalink / raw)
To: Matthias Brugger, AngeloGioacchino Del Regno, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Frank Wunderlich, linux-kernel, linux-arm-kernel, linux-mediatek,
devicetree, Rob Herring
From: Frank Wunderlich <frank-w@public-files.de>
Build devicetree binaries for testing overlays and providing users
full dtb without using overlays.
Suggested-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
resend of
https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
due to discussions here:
https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
changes:
- updated sd-nand with sata-overlay
---
arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/Makefile b/arch/arm64/boot/dts/mediatek/Makefile
index c5fd6191a925..77d76730d61b 100644
--- a/arch/arm64/boot/dts/mediatek/Makefile
+++ b/arch/arm64/boot/dts/mediatek/Makefile
@@ -19,6 +19,27 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-nand.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-nor.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-sata.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-sd.dtbo
+mt7986a-bananapi-bpi-r3-emmc-nand-dtbs := \
+ mt7986a-bananapi-bpi-r3.dtb \
+ mt7986a-bananapi-bpi-r3-emmc.dtbo \
+ mt7986a-bananapi-bpi-r3-nand.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-emmc-nand.dtb
+mt7986a-bananapi-bpi-r3-emmc-nor-dtbs := \
+ mt7986a-bananapi-bpi-r3.dtb \
+ mt7986a-bananapi-bpi-r3-emmc.dtbo \
+ mt7986a-bananapi-bpi-r3-nor.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-emmc-nor.dtb
+mt7986a-bananapi-bpi-r3-sd-nand-dtbs := \
+ mt7986a-bananapi-bpi-r3.dtb \
+ mt7986a-bananapi-bpi-r3-sd.dtbo \
+ mt7986a-bananapi-bpi-r3-nand.dtbo \
+ mt7986a-bananapi-bpi-r3-sata.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-sd-nand.dtb
+mt7986a-bananapi-bpi-r3-sd-nor-dtbs := \
+ mt7986a-bananapi-bpi-r3.dtb \
+ mt7986a-bananapi-bpi-r3-sd.dtbo \
+ mt7986a-bananapi-bpi-r3-nor.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-sd-nor.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-rfb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986b-rfb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4.dtb
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
@ 2025-11-19 17:51 ` Frank Wunderlich
0 siblings, 0 replies; 23+ messages in thread
From: Frank Wunderlich @ 2025-11-19 17:51 UTC (permalink / raw)
To: Matthias Brugger, AngeloGioacchino Del Regno, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: devicetree, linux-kernel, Rob Herring, linux-mediatek,
linux-arm-kernel
From: Frank Wunderlich <frank-w@public-files.de>
Build devicetree binaries for testing overlays and providing users
full dtb without using overlays.
Suggested-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
resend of
https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
due to discussions here:
https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
changes:
- updated sd-nand with sata-overlay
---
arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/Makefile b/arch/arm64/boot/dts/mediatek/Makefile
index c5fd6191a925..77d76730d61b 100644
--- a/arch/arm64/boot/dts/mediatek/Makefile
+++ b/arch/arm64/boot/dts/mediatek/Makefile
@@ -19,6 +19,27 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-nand.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-nor.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-sata.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-sd.dtbo
+mt7986a-bananapi-bpi-r3-emmc-nand-dtbs := \
+ mt7986a-bananapi-bpi-r3.dtb \
+ mt7986a-bananapi-bpi-r3-emmc.dtbo \
+ mt7986a-bananapi-bpi-r3-nand.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-emmc-nand.dtb
+mt7986a-bananapi-bpi-r3-emmc-nor-dtbs := \
+ mt7986a-bananapi-bpi-r3.dtb \
+ mt7986a-bananapi-bpi-r3-emmc.dtbo \
+ mt7986a-bananapi-bpi-r3-nor.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-emmc-nor.dtb
+mt7986a-bananapi-bpi-r3-sd-nand-dtbs := \
+ mt7986a-bananapi-bpi-r3.dtb \
+ mt7986a-bananapi-bpi-r3-sd.dtbo \
+ mt7986a-bananapi-bpi-r3-nand.dtbo \
+ mt7986a-bananapi-bpi-r3-sata.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-sd-nand.dtb
+mt7986a-bananapi-bpi-r3-sd-nor-dtbs := \
+ mt7986a-bananapi-bpi-r3.dtb \
+ mt7986a-bananapi-bpi-r3-sd.dtbo \
+ mt7986a-bananapi-bpi-r3-nor.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-bananapi-bpi-r3-sd-nor.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986a-rfb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7986b-rfb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4.dtb
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* Re: [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
2025-11-19 17:51 ` Frank Wunderlich
@ 2025-12-05 8:10 ` Krzysztof Kozlowski
-1 siblings, 0 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-05 8:10 UTC (permalink / raw)
To: Matthias Brugger, AngeloGioacchino Del Regno
Cc: Frank Wunderlich, Conor Dooley, Krzysztof Kozlowski,
Frank Wunderlich, Rob Herring, linux-kernel, linux-arm-kernel,
linux-mediatek, devicetree, Rob Herring
On 19/11/2025 18:51, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
>
> Build devicetree binaries for testing overlays and providing users
> full dtb without using overlays.
>
> Suggested-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
> ---
> resend of
> https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
> due to discussions here:
> https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
>
> changes:
> - updated sd-nand with sata-overlay
> ---
> arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
This looks like still not being applied and now it is a warning in
Linus' tree.
Can this be applied and sent as fixes?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
@ 2025-12-05 8:10 ` Krzysztof Kozlowski
0 siblings, 0 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-05 8:10 UTC (permalink / raw)
To: Matthias Brugger, AngeloGioacchino Del Regno
Cc: Rob Herring, Conor Dooley, linux-kernel, devicetree, Rob Herring,
linux-mediatek, Krzysztof Kozlowski, Frank Wunderlich,
linux-arm-kernel
On 19/11/2025 18:51, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
>
> Build devicetree binaries for testing overlays and providing users
> full dtb without using overlays.
>
> Suggested-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
> ---
> resend of
> https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
> due to discussions here:
> https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
>
> changes:
> - updated sd-nand with sata-overlay
> ---
> arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
This looks like still not being applied and now it is a warning in
Linus' tree.
Can this be applied and sent as fixes?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
2025-12-05 8:10 ` Krzysztof Kozlowski
@ 2025-12-05 9:05 ` AngeloGioacchino Del Regno
-1 siblings, 0 replies; 23+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-12-05 9:05 UTC (permalink / raw)
To: Krzysztof Kozlowski, Matthias Brugger
Cc: Frank Wunderlich, Conor Dooley, Krzysztof Kozlowski,
Frank Wunderlich, Rob Herring, linux-kernel, linux-arm-kernel,
linux-mediatek, devicetree, Rob Herring
Il 05/12/25 09:10, Krzysztof Kozlowski ha scritto:
> On 19/11/2025 18:51, Frank Wunderlich wrote:
>> From: Frank Wunderlich <frank-w@public-files.de>
>>
>> Build devicetree binaries for testing overlays and providing users
>> full dtb without using overlays.
>>
>> Suggested-by: Rob Herring <robh+dt@kernel.org>
>> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
>> ---
>> resend of
>> https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
>> due to discussions here:
>> https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
>>
>> changes:
>> - updated sd-nand with sata-overlay
>> ---
>> arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
>> 1 file changed, 21 insertions(+)
>
>
> This looks like still not being applied and now it is a warning in
> Linus' tree.
>
> Can this be applied and sent as fixes?
>
> Best regards,
> Krzysztof
Acked-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Matthias, can you please take care of sending this?
Cheers,
Angelo
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
@ 2025-12-05 9:05 ` AngeloGioacchino Del Regno
0 siblings, 0 replies; 23+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-12-05 9:05 UTC (permalink / raw)
To: Krzysztof Kozlowski, Matthias Brugger
Cc: Rob Herring, Conor Dooley, linux-kernel, devicetree, Rob Herring,
linux-mediatek, Krzysztof Kozlowski, Frank Wunderlich,
linux-arm-kernel
Il 05/12/25 09:10, Krzysztof Kozlowski ha scritto:
> On 19/11/2025 18:51, Frank Wunderlich wrote:
>> From: Frank Wunderlich <frank-w@public-files.de>
>>
>> Build devicetree binaries for testing overlays and providing users
>> full dtb without using overlays.
>>
>> Suggested-by: Rob Herring <robh+dt@kernel.org>
>> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
>> ---
>> resend of
>> https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
>> due to discussions here:
>> https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
>>
>> changes:
>> - updated sd-nand with sata-overlay
>> ---
>> arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
>> 1 file changed, 21 insertions(+)
>
>
> This looks like still not being applied and now it is a warning in
> Linus' tree.
>
> Can this be applied and sent as fixes?
>
> Best regards,
> Krzysztof
Acked-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Matthias, can you please take care of sending this?
Cheers,
Angelo
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
2025-12-05 9:05 ` AngeloGioacchino Del Regno
@ 2025-12-05 13:46 ` Rob Herring
-1 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2025-12-05 13:46 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: Krzysztof Kozlowski, Matthias Brugger, Frank Wunderlich,
Conor Dooley, Krzysztof Kozlowski, Frank Wunderlich, linux-kernel,
linux-arm-kernel, linux-mediatek, devicetree
On Fri, Dec 5, 2025 at 3:05 AM AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com> wrote:
>
> Il 05/12/25 09:10, Krzysztof Kozlowski ha scritto:
> > On 19/11/2025 18:51, Frank Wunderlich wrote:
> >> From: Frank Wunderlich <frank-w@public-files.de>
> >>
> >> Build devicetree binaries for testing overlays and providing users
> >> full dtb without using overlays.
> >>
> >> Suggested-by: Rob Herring <robh+dt@kernel.org>
> >> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
> >> ---
> >> resend of
> >> https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
> >> due to discussions here:
> >> https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
> >>
> >> changes:
> >> - updated sd-nand with sata-overlay
> >> ---
> >> arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
> >> 1 file changed, 21 insertions(+)
> >
> >
> > This looks like still not being applied and now it is a warning in
> > Linus' tree.
> >
> > Can this be applied and sent as fixes?
There's still one warning remaining after applying this series which I reported:
scripts/Makefile.dtbs:20: .dtbo is not applied to any base:
mt8395-radxa-nio-12l-8-hd-panel.dtbo
It's fixed in my original patch. Can you all take that and drop the bpi hunks.
FWIW:
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
@ 2025-12-05 13:46 ` Rob Herring
0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2025-12-05 13:46 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: devicetree, Conor Dooley, linux-kernel, Krzysztof Kozlowski,
linux-mediatek, Matthias Brugger, Krzysztof Kozlowski,
Frank Wunderlich, linux-arm-kernel
On Fri, Dec 5, 2025 at 3:05 AM AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com> wrote:
>
> Il 05/12/25 09:10, Krzysztof Kozlowski ha scritto:
> > On 19/11/2025 18:51, Frank Wunderlich wrote:
> >> From: Frank Wunderlich <frank-w@public-files.de>
> >>
> >> Build devicetree binaries for testing overlays and providing users
> >> full dtb without using overlays.
> >>
> >> Suggested-by: Rob Herring <robh+dt@kernel.org>
> >> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
> >> ---
> >> resend of
> >> https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
> >> due to discussions here:
> >> https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
> >>
> >> changes:
> >> - updated sd-nand with sata-overlay
> >> ---
> >> arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
> >> 1 file changed, 21 insertions(+)
> >
> >
> > This looks like still not being applied and now it is a warning in
> > Linus' tree.
> >
> > Can this be applied and sent as fixes?
There's still one warning remaining after applying this series which I reported:
scripts/Makefile.dtbs:20: .dtbo is not applied to any base:
mt8395-radxa-nio-12l-8-hd-panel.dtbo
It's fixed in my original patch. Can you all take that and drop the bpi hunks.
FWIW:
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
2025-12-05 13:46 ` Rob Herring
(?)
@ 2025-12-05 15:41 ` Frank Wunderlich
-1 siblings, 0 replies; 23+ messages in thread
From: Frank Wunderlich @ 2025-12-05 15:41 UTC (permalink / raw)
To: Rob Herring, AngeloGioacchino Del Regno
Cc: Krzysztof Kozlowski, Matthias Brugger, Frank Wunderlich,
Conor Dooley, Krzysztof Kozlowski, linux-kernel, linux-arm-kernel,
linux-mediatek, devicetree
Am 5. Dezember 2025 14:46:45 MEZ schrieb Rob Herring <robh@kernel.org>:
>On Fri, Dec 5, 2025 at 3:05 AM AngeloGioacchino Del Regno
><angelogioacchino.delregno@collabora.com> wrote:
>>
>> Il 05/12/25 09:10, Krzysztof Kozlowski ha scritto:
>> > On 19/11/2025 18:51, Frank Wunderlich wrote:
>> >> From: Frank Wunderlich <frank-w@public-files.de>
>> >>
>> >> Build devicetree binaries for testing overlays and providing users
>> >> full dtb without using overlays.
>> >>
>> >> Suggested-by: Rob Herring <robh+dt@kernel.org>
>> >> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
>> >> ---
>> >> resend of
>> >> https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
>> >> due to discussions here:
>> >> https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
>> >>
>> >> changes:
>> >> - updated sd-nand with sata-overlay
>> >> ---
>> >> arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
>> >> 1 file changed, 21 insertions(+)
>> >
>> >
>> > This looks like still not being applied and now it is a warning in
>> > Linus' tree.
>> >
>> > Can this be applied and sent as fixes?
>
>There's still one warning remaining after applying this series which I reported:
>
>scripts/Makefile.dtbs:20: .dtbo is not applied to any base:
>mt8395-radxa-nio-12l-8-hd-panel.dtbo
>
>It's fixed in my original patch. Can you all take that and drop the bpi hunks.
Sorry, missed this part and i do not have this board,so
I'm not sure if this should be applied this way.
But if it helps i can separate it from robs patch and send tomorrow.
>FWIW:
>
>Acked-by: Rob Herring (Arm) <robh@kernel.org>
regards Frank
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
2025-12-05 8:10 ` Krzysztof Kozlowski
@ 2025-12-05 10:12 ` Frank Wunderlich (linux)
-1 siblings, 0 replies; 23+ messages in thread
From: Frank Wunderlich (linux) @ 2025-12-05 10:12 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Matthias Brugger, AngeloGioacchino Del Regno, Conor Dooley,
Krzysztof Kozlowski, Frank Wunderlich, Rob Herring, linux-kernel,
linux-arm-kernel, linux-mediatek, devicetree, Rob Herring
Hi
Am 2025-12-05 09:10, schrieb Krzysztof Kozlowski:
> On 19/11/2025 18:51, Frank Wunderlich wrote:
>> From: Frank Wunderlich <frank-w@public-files.de>
>>
>> Build devicetree binaries for testing overlays and providing users
>> full dtb without using overlays.
>>
>> Suggested-by: Rob Herring <robh+dt@kernel.org>
>> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
>> ---
>> resend of
>> https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
>> due to discussions here:
>> https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
>>
>> changes:
>> - updated sd-nand with sata-overlay
>> ---
>> arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
>> 1 file changed, 21 insertions(+)
>
>
> This looks like still not being applied and now it is a warning in
> Linus' tree.
>
> Can this be applied and sent as fixes?
afair the series was sent after the pull-request from angelo and maybe
he waited
for an ack from you/rob before applying ;)
if it helps i collected the commits for (possibly) sending as fix
Fixes: a58c36806741 ("arm64: dts: mediatek: mt7988a-bpi-r4pro: Add mmc
overlays")
Fixes: dec929e61a42 ("arm64: dts: mediatek: mt7988a-bpi-r4-pro: Add PCIe
overlays")
Fixes: 714a80ced07a ("arm64: dts: mediatek: mt7988a-bpi-r4: Add dt
overlays for sd + emmc")
Fixes: 312189ebb802 ("arm64: dts: mt7986: add overlay for SATA power
socket on BPI-R3")
Fixes: 8e01fb15b815 ("arm64: dts: mt7986: add Bananapi R3")
> Best regards,
> Krzysztof
regards Frank
^ permalink raw reply [flat|nested] 23+ messages in thread* Re: [PATCH v1 1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
@ 2025-12-05 10:12 ` Frank Wunderlich (linux)
0 siblings, 0 replies; 23+ messages in thread
From: Frank Wunderlich (linux) @ 2025-12-05 10:12 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Rob Herring, Conor Dooley, linux-kernel, devicetree, Rob Herring,
linux-mediatek, Matthias Brugger, Krzysztof Kozlowski,
linux-arm-kernel, AngeloGioacchino Del Regno
Hi
Am 2025-12-05 09:10, schrieb Krzysztof Kozlowski:
> On 19/11/2025 18:51, Frank Wunderlich wrote:
>> From: Frank Wunderlich <frank-w@public-files.de>
>>
>> Build devicetree binaries for testing overlays and providing users
>> full dtb without using overlays.
>>
>> Suggested-by: Rob Herring <robh+dt@kernel.org>
>> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
>> ---
>> resend of
>> https://patchwork.kernel.org/project/linux-mediatek/patch/20240608080530.9436-2-linux@fw-web.de/
>> due to discussions here:
>> https://patchwork.kernel.org/project/linux-mediatek/patch/20251117211306.725678-1-robh@kernel.org/
>>
>> changes:
>> - updated sd-nand with sata-overlay
>> ---
>> arch/arm64/boot/dts/mediatek/Makefile | 21 +++++++++++++++++++++
>> 1 file changed, 21 insertions(+)
>
>
> This looks like still not being applied and now it is a warning in
> Linus' tree.
>
> Can this be applied and sent as fixes?
afair the series was sent after the pull-request from angelo and maybe
he waited
for an ack from you/rob before applying ;)
if it helps i collected the commits for (possibly) sending as fix
Fixes: a58c36806741 ("arm64: dts: mediatek: mt7988a-bpi-r4pro: Add mmc
overlays")
Fixes: dec929e61a42 ("arm64: dts: mediatek: mt7988a-bpi-r4-pro: Add PCIe
overlays")
Fixes: 714a80ced07a ("arm64: dts: mediatek: mt7988a-bpi-r4: Add dt
overlays for sd + emmc")
Fixes: 312189ebb802 ("arm64: dts: mt7986: add overlay for SATA power
socket on BPI-R3")
Fixes: 8e01fb15b815 ("arm64: dts: mt7986: add Bananapi R3")
> Best regards,
> Krzysztof
regards Frank
^ permalink raw reply [flat|nested] 23+ messages in thread
* [PATCH v1 2/2] arm64: dts: mediatek: mt7988: add dtbs with applied overlays for bpi-r4 (pro)
2025-11-19 17:51 ` Frank Wunderlich
@ 2025-11-19 17:51 ` Frank Wunderlich
-1 siblings, 0 replies; 23+ messages in thread
From: Frank Wunderlich @ 2025-11-19 17:51 UTC (permalink / raw)
To: Matthias Brugger, AngeloGioacchino Del Regno, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Frank Wunderlich, linux-kernel, linux-arm-kernel, linux-mediatek,
devicetree
From: Frank Wunderlich <frank-w@public-files.de>
Build devicetree binaries for testing overlays and providing users
full dtb without using overlays for Bananapi R4 (pro) variants.
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
It is not required to build all possible combinations, only for
common usecases and to test if all overlays can be applied.
---
arch/arm64/boot/dts/mediatek/Makefile | 32 +++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/Makefile b/arch/arm64/boot/dts/mediatek/Makefile
index 77d76730d61b..cac8f4c6d76f 100644
--- a/arch/arm64/boot/dts/mediatek/Makefile
+++ b/arch/arm64/boot/dts/mediatek/Makefile
@@ -52,6 +52,38 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-cn18.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-emmc.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-sd.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-sd.dtbo
+mt7988a-bananapi-bpi-r4-emmc-dtbs := \
+ mt7988a-bananapi-bpi-r4.dtb \
+ mt7988a-bananapi-bpi-r4-emmc.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-emmc.dtb
+mt7988a-bananapi-bpi-r4-sd-dtbs := \
+ mt7988a-bananapi-bpi-r4.dtb \
+ mt7988a-bananapi-bpi-r4-sd.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-sd.dtb
+mt7988a-bananapi-bpi-r4-2g5-emmc-dtbs := \
+ mt7988a-bananapi-bpi-r4-2g5.dtb \
+ mt7988a-bananapi-bpi-r4-emmc.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-2g5-emmc.dtb
+mt7988a-bananapi-bpi-r4-2g5-sd-dtbs := \
+ mt7988a-bananapi-bpi-r4-2g5.dtb \
+ mt7988a-bananapi-bpi-r4-sd.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-2g5-sd.dtb
+mt7988a-bananapi-bpi-r4-pro-8x-emmc-dtbs := \
+ mt7988a-bananapi-bpi-r4-pro-8x.dtb \
+ mt7988a-bananapi-bpi-r4-pro-emmc.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-8x-emmc.dtb
+mt7988a-bananapi-bpi-r4-pro-8x-sd-dtbs := \
+ mt7988a-bananapi-bpi-r4-pro-8x.dtb \
+ mt7988a-bananapi-bpi-r4-pro-sd.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-8x-sd.dtb
+mt7988a-bananapi-bpi-r4-pro-8x-sd-cn15-dtbs := \
+ mt7988a-bananapi-bpi-r4-pro-8x-sd.dtb \
+ mt7988a-bananapi-bpi-r4-pro-cn15.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-8x-sd-cn15.dtb
+mt7988a-bananapi-bpi-r4-pro-8x-sd-cn18-dtbs := \
+ mt7988a-bananapi-bpi-r4-pro-8x-sd.dtb \
+ mt7988a-bananapi-bpi-r4-pro-cn18.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-8x-sd-cn18.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8167-pumpkin.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana.dtb
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [PATCH v1 2/2] arm64: dts: mediatek: mt7988: add dtbs with applied overlays for bpi-r4 (pro)
@ 2025-11-19 17:51 ` Frank Wunderlich
0 siblings, 0 replies; 23+ messages in thread
From: Frank Wunderlich @ 2025-11-19 17:51 UTC (permalink / raw)
To: Matthias Brugger, AngeloGioacchino Del Regno, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: devicetree, linux-mediatek, linux-kernel, linux-arm-kernel
From: Frank Wunderlich <frank-w@public-files.de>
Build devicetree binaries for testing overlays and providing users
full dtb without using overlays for Bananapi R4 (pro) variants.
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
It is not required to build all possible combinations, only for
common usecases and to test if all overlays can be applied.
---
arch/arm64/boot/dts/mediatek/Makefile | 32 +++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/Makefile b/arch/arm64/boot/dts/mediatek/Makefile
index 77d76730d61b..cac8f4c6d76f 100644
--- a/arch/arm64/boot/dts/mediatek/Makefile
+++ b/arch/arm64/boot/dts/mediatek/Makefile
@@ -52,6 +52,38 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-cn18.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-emmc.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-sd.dtbo
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-sd.dtbo
+mt7988a-bananapi-bpi-r4-emmc-dtbs := \
+ mt7988a-bananapi-bpi-r4.dtb \
+ mt7988a-bananapi-bpi-r4-emmc.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-emmc.dtb
+mt7988a-bananapi-bpi-r4-sd-dtbs := \
+ mt7988a-bananapi-bpi-r4.dtb \
+ mt7988a-bananapi-bpi-r4-sd.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-sd.dtb
+mt7988a-bananapi-bpi-r4-2g5-emmc-dtbs := \
+ mt7988a-bananapi-bpi-r4-2g5.dtb \
+ mt7988a-bananapi-bpi-r4-emmc.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-2g5-emmc.dtb
+mt7988a-bananapi-bpi-r4-2g5-sd-dtbs := \
+ mt7988a-bananapi-bpi-r4-2g5.dtb \
+ mt7988a-bananapi-bpi-r4-sd.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-2g5-sd.dtb
+mt7988a-bananapi-bpi-r4-pro-8x-emmc-dtbs := \
+ mt7988a-bananapi-bpi-r4-pro-8x.dtb \
+ mt7988a-bananapi-bpi-r4-pro-emmc.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-8x-emmc.dtb
+mt7988a-bananapi-bpi-r4-pro-8x-sd-dtbs := \
+ mt7988a-bananapi-bpi-r4-pro-8x.dtb \
+ mt7988a-bananapi-bpi-r4-pro-sd.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-8x-sd.dtb
+mt7988a-bananapi-bpi-r4-pro-8x-sd-cn15-dtbs := \
+ mt7988a-bananapi-bpi-r4-pro-8x-sd.dtb \
+ mt7988a-bananapi-bpi-r4-pro-cn15.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-8x-sd-cn15.dtb
+mt7988a-bananapi-bpi-r4-pro-8x-sd-cn18-dtbs := \
+ mt7988a-bananapi-bpi-r4-pro-8x-sd.dtb \
+ mt7988a-bananapi-bpi-r4-pro-cn18.dtbo
+dtb-$(CONFIG_ARCH_MEDIATEK) += mt7988a-bananapi-bpi-r4-pro-8x-sd-cn18.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8167-pumpkin.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana.dtb
--
2.43.0
^ permalink raw reply related [flat|nested] 23+ messages in thread
* Re: [PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
2025-11-19 17:51 ` Frank Wunderlich
@ 2025-11-19 22:27 ` Rob Herring
-1 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2025-11-19 22:27 UTC (permalink / raw)
To: Frank Wunderlich
Cc: linux-arm-kernel, linux-kernel, Frank Wunderlich,
AngeloGioacchino Del Regno, Conor Dooley, devicetree,
Krzysztof Kozlowski, Matthias Brugger, linux-mediatek
On Wed, 19 Nov 2025 18:51:21 +0100, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
>
> Build devicetree binaries for testing overlays and providing users
> full dtb without using overlays for Bananapi R4 (pro) variants.
>
> It is not required to build all possible combinations, only for
> common usecases and to test if all overlays can be applied.
>
> This series is based on
> https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/log/?h=v6.18-next/dts64
>
> Frank Wunderlich (2):
> arm64: dts: mediatek: mt7986: add dtbs with applied overlays for
> bpi-r3
> arm64: dts: mediatek: mt7988: add dtbs with applied overlays for
> bpi-r4 (pro)
>
> arch/arm64/boot/dts/mediatek/Makefile | 53 +++++++++++++++++++++++++++
> 1 file changed, 53 insertions(+)
>
> --
> 2.43.0
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/next-20251119 (exact match)
Base: tags/next-20251119 (use --merge-base to override)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/mediatek/' for 20251119175124.48947-1-linux@fw-web.de:
scripts/Makefile.dtbs:20: .dtbo is not applied to any base: mt8395-radxa-nio-12l-8-hd-panel.dtbo
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
@ 2025-11-19 22:27 ` Rob Herring
0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2025-11-19 22:27 UTC (permalink / raw)
To: Frank Wunderlich
Cc: devicetree, Conor Dooley, linux-kernel, linux-mediatek,
Matthias Brugger, Krzysztof Kozlowski, linux-arm-kernel,
AngeloGioacchino Del Regno
On Wed, 19 Nov 2025 18:51:21 +0100, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
>
> Build devicetree binaries for testing overlays and providing users
> full dtb without using overlays for Bananapi R4 (pro) variants.
>
> It is not required to build all possible combinations, only for
> common usecases and to test if all overlays can be applied.
>
> This series is based on
> https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/log/?h=v6.18-next/dts64
>
> Frank Wunderlich (2):
> arm64: dts: mediatek: mt7986: add dtbs with applied overlays for
> bpi-r3
> arm64: dts: mediatek: mt7988: add dtbs with applied overlays for
> bpi-r4 (pro)
>
> arch/arm64/boot/dts/mediatek/Makefile | 53 +++++++++++++++++++++++++++
> 1 file changed, 53 insertions(+)
>
> --
> 2.43.0
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/next-20251119 (exact match)
Base: tags/next-20251119 (use --merge-base to override)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/mediatek/' for 20251119175124.48947-1-linux@fw-web.de:
scripts/Makefile.dtbs:20: .dtbo is not applied to any base: mt8395-radxa-nio-12l-8-hd-panel.dtbo
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
2025-11-19 17:51 ` Frank Wunderlich
@ 2025-12-19 15:27 ` Rob Herring
-1 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2025-12-19 15:27 UTC (permalink / raw)
To: Frank Wunderlich
Cc: Matthias Brugger, AngeloGioacchino Del Regno, Krzysztof Kozlowski,
Conor Dooley, Frank Wunderlich, linux-kernel, linux-arm-kernel,
linux-mediatek, devicetree
On Wed, Nov 19, 2025 at 06:51:21PM +0100, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
>
> Build devicetree binaries for testing overlays and providing users
> full dtb without using overlays for Bananapi R4 (pro) variants.
>
> It is not required to build all possible combinations, only for
> common usecases and to test if all overlays can be applied.
>
> This series is based on
> https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/log/?h=v6.18-next/dts64
>
> Frank Wunderlich (2):
> arm64: dts: mediatek: mt7986: add dtbs with applied overlays for
> bpi-r3
> arm64: dts: mediatek: mt7988: add dtbs with applied overlays for
> bpi-r4 (pro)
Since there's been no movement on this, I've applied this series and the
other patch and will send to Linus today.
Rob
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
@ 2025-12-19 15:27 ` Rob Herring
0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2025-12-19 15:27 UTC (permalink / raw)
To: Frank Wunderlich
Cc: devicetree, Conor Dooley, linux-kernel, linux-mediatek,
Matthias Brugger, Krzysztof Kozlowski, linux-arm-kernel,
AngeloGioacchino Del Regno
On Wed, Nov 19, 2025 at 06:51:21PM +0100, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
>
> Build devicetree binaries for testing overlays and providing users
> full dtb without using overlays for Bananapi R4 (pro) variants.
>
> It is not required to build all possible combinations, only for
> common usecases and to test if all overlays can be applied.
>
> This series is based on
> https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/log/?h=v6.18-next/dts64
>
> Frank Wunderlich (2):
> arm64: dts: mediatek: mt7986: add dtbs with applied overlays for
> bpi-r3
> arm64: dts: mediatek: mt7988: add dtbs with applied overlays for
> bpi-r4 (pro)
Since there's been no movement on this, I've applied this series and the
other patch and will send to Linus today.
Rob
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
2025-11-19 17:51 ` Frank Wunderlich
@ 2026-01-07 11:12 ` AngeloGioacchino Del Regno
-1 siblings, 0 replies; 23+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-01-07 11:12 UTC (permalink / raw)
To: Matthias Brugger, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Frank Wunderlich
Cc: Frank Wunderlich, linux-kernel, linux-arm-kernel, linux-mediatek,
devicetree
On Wed, 19 Nov 2025 18:51:21 +0100, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
>
> Build devicetree binaries for testing overlays and providing users
> full dtb without using overlays for Bananapi R4 (pro) variants.
>
> It is not required to build all possible combinations, only for
> common usecases and to test if all overlays can be applied.
>
> [...]
Applied to v6.19-next/dts64, thanks!
[1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
commit: 0516c548883bbe58a48d604e81e33b390986cdb6
[2/2] arm64: dts: mediatek: mt7988: add dtbs with applied overlays for bpi-r4 (pro)
commit: d977b61d38030f50bae9f634049110af0a364d0d
Cheers,
Angelo
^ permalink raw reply [flat|nested] 23+ messages in thread* Re: [PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
@ 2026-01-07 11:12 ` AngeloGioacchino Del Regno
0 siblings, 0 replies; 23+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-01-07 11:12 UTC (permalink / raw)
To: Matthias Brugger, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Frank Wunderlich
Cc: devicetree, linux-mediatek, linux-kernel, linux-arm-kernel
On Wed, 19 Nov 2025 18:51:21 +0100, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
>
> Build devicetree binaries for testing overlays and providing users
> full dtb without using overlays for Bananapi R4 (pro) variants.
>
> It is not required to build all possible combinations, only for
> common usecases and to test if all overlays can be applied.
>
> [...]
Applied to v6.19-next/dts64, thanks!
[1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
commit: 0516c548883bbe58a48d604e81e33b390986cdb6
[2/2] arm64: dts: mediatek: mt7988: add dtbs with applied overlays for bpi-r4 (pro)
commit: d977b61d38030f50bae9f634049110af0a364d0d
Cheers,
Angelo
^ permalink raw reply [flat|nested] 23+ messages in thread* Re: [PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
2026-01-07 11:12 ` AngeloGioacchino Del Regno
@ 2026-01-08 0:25 ` Rob Herring
-1 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2026-01-08 0:25 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: Matthias Brugger, Krzysztof Kozlowski, Conor Dooley,
Frank Wunderlich, Frank Wunderlich, linux-kernel,
linux-arm-kernel, linux-mediatek, devicetree
On Wed, Jan 7, 2026 at 5:12 AM AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com> wrote:
>
> On Wed, 19 Nov 2025 18:51:21 +0100, Frank Wunderlich wrote:
> > From: Frank Wunderlich <frank-w@public-files.de>
> >
> > Build devicetree binaries for testing overlays and providing users
> > full dtb without using overlays for Bananapi R4 (pro) variants.
> >
> > It is not required to build all possible combinations, only for
> > common usecases and to test if all overlays can be applied.
> >
> > [...]
>
> Applied to v6.19-next/dts64, thanks!
>
> [1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
> commit: 0516c548883bbe58a48d604e81e33b390986cdb6
> [2/2] arm64: dts: mediatek: mt7988: add dtbs with applied overlays for bpi-r4 (pro)
> commit: d977b61d38030f50bae9f634049110af0a364d0d
These are already in Linus' tree. I picked them up because there was
no movement and he was complaining about the warnings.
Rob
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
@ 2026-01-08 0:25 ` Rob Herring
0 siblings, 0 replies; 23+ messages in thread
From: Rob Herring @ 2026-01-08 0:25 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: devicetree, Conor Dooley, linux-kernel, linux-mediatek,
Matthias Brugger, Krzysztof Kozlowski, Frank Wunderlich,
linux-arm-kernel
On Wed, Jan 7, 2026 at 5:12 AM AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com> wrote:
>
> On Wed, 19 Nov 2025 18:51:21 +0100, Frank Wunderlich wrote:
> > From: Frank Wunderlich <frank-w@public-files.de>
> >
> > Build devicetree binaries for testing overlays and providing users
> > full dtb without using overlays for Bananapi R4 (pro) variants.
> >
> > It is not required to build all possible combinations, only for
> > common usecases and to test if all overlays can be applied.
> >
> > [...]
>
> Applied to v6.19-next/dts64, thanks!
>
> [1/2] arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
> commit: 0516c548883bbe58a48d604e81e33b390986cdb6
> [2/2] arm64: dts: mediatek: mt7988: add dtbs with applied overlays for bpi-r4 (pro)
> commit: d977b61d38030f50bae9f634049110af0a364d0d
These are already in Linus' tree. I picked them up because there was
no movement and he was complaining about the warnings.
Rob
^ permalink raw reply [flat|nested] 23+ messages in thread