mbox series

[0/2] arm/arm64: dts: Enable device-tree overlay support for RPi devices

Message ID 20220410225940.135744-1-aurelien@aurel32.net (mailing list archive)
Headers show
Series arm/arm64: dts: Enable device-tree overlay support for RPi devices | expand

Message

Aurelien Jarno April 10, 2022, 10:59 p.m. UTC
This patchset changes the generation of the Raspberry Pi devices DTB
files to improve the support for out-of-tree device-tree overlays, like
it has recently been done for the Nvidia SoCs.

I personally only need that for arm64, but I have added a similar patch
to do the same on arm.

Aurelien Jarno (2):
  arm64: dts: broadcom: Enable device-tree overlay support for RPi
    devices
  arm: dts: Enable device-tree overlay support for RPi devices

 arch/arm/boot/dts/Makefile            | 18 ++++++++++++++++++
 arch/arm64/boot/dts/broadcom/Makefile | 11 +++++++++++
 2 files changed, 29 insertions(+)

Comments

Uwe Kleine-König May 22, 2023, 6:22 a.m. UTC | #1
Hello,

On Mon, Apr 11, 2022 at 12:59:38AM +0200, Aurelien Jarno wrote:
> This patchset changes the generation of the Raspberry Pi devices DTB
> files to improve the support for out-of-tree device-tree overlays, like
> it has recently been done for the Nvidia SoCs.
> 
> I personally only need that for arm64, but I have added a similar patch
> to do the same on arm.
> 
> Aurelien Jarno (2):
>   arm64: dts: broadcom: Enable device-tree overlay support for RPi
>     devices
>   arm: dts: Enable device-tree overlay support for RPi devices

I like these changes,

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Given there was no feedback for >1 year now, I wonder if there are good
reasons against this change, or it just fell through the cracks?!

Best regards
Uwe