[PATCH 0/9] mips: dts: Split Realtek devicetrees
From: Sander Vanheule
Date: Sun Jan 19 2025 - 13:44:38 EST
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
--
2.48.1