Re: [PATCH 0/9] mips: dts: Split Realtek devicetrees

From: Sander Vanheule
Date: Sat Feb 22 2025 - 05:58:09 EST


Hi Thomas,

On Fri, 2025-02-21 at 16:27 +0100, Thomas Bogendoerfer wrote:
> On Sun, Jan 19, 2025 at 07:34:15PM +0100, Sander Vanheule wrote:
> > This patch series intends to clean up the base includes, shared between
> > hardware devicetrees. To get rid of some dtbs_check warnings, some cpu
> > clock prorerties are also modified.
> >
> > To indicate why the split-up is required, the series concludes with
> > adding some CPU peripherals to rtl838x.dtsi, which are then used to add
> > a gpio-restart for the Cisco SG220-26P.
> >
> > Sander Vanheule (9):
> >   mips: dts: realtek: Decouple RTL930x base DTSI
> >   mips: dts: realtek: Clean up CPU clocks
> >   mips: dts: realtek: Add address to SoC node name
> >   mips: dts: realtek: Fold rtl83xx into rtl838x
> >   mips: dts: realtek: Add SoC IRQ node for RTL838x
> >   mips: dts: realtek: Correct uart interrupt-parent
> >   mips: dts: realtek: Replace uart clock property
> >   mips: dts: realtek: Add RTL838x SoC peripherals
> >   mips: dts: realtek: Add restart to Cisco SG220-26P
> >
> >  arch/mips/boot/dts/realtek/cisco_sg220-26.dts |  10 +-
> >  arch/mips/boot/dts/realtek/rtl838x.dtsi       | 111 +++++++++++++-
> >  arch/mips/boot/dts/realtek/rtl83xx.dtsi       |  59 --------
> >  arch/mips/boot/dts/realtek/rtl930x.dtsi       | 136 +++++++++++-------
> >  4 files changed, 202 insertions(+), 114 deletions(-)
> >  delete mode 100644 arch/mips/boot/dts/realtek/rtl83xx.dtsi
>
> series applied to mips-next

Thanks!

Best,
Sander