
The device trees for the RZ/G2[MNH] boards at kernel.org have undergone some changes over time. Some of these changes are MMC aliases and others are AVB refernece clocks. This series attempts to re-sync the device trees with Kernel.org then address some minor driver, defconfig, and config.h breakages caused by the resync. This series also consolidates the rz/g2[mnh] -u-boot.dtsi files into one common file to eliminate some duplicate code and make future maintenance easier.
Adam Ford (5): net: ravb: Support multiple clocks arm: dts: beacon-rzg2: Resync device trees with Linux 5.16-rc3 arm: dts: Create common rz-g2-beacon-u-boot file ARM: rmobile: Fix rzg2_beacon_defconfig to address new aliases configs: beacon-rzg2m: Config to address new aliases
arch/arm/dts/beacon-renesom-baseboard.dtsi | 16 +++- arch/arm/dts/beacon-renesom-som.dtsi | 45 +++-------- .../dts/r8a774a1-beacon-rzg2m-kit-u-boot.dtsi | 32 +------- arch/arm/dts/r8a774a1-beacon-rzg2m-kit.dts | 3 + .../dts/r8a774b1-beacon-rzg2n-kit-u-boot.dtsi | 32 +------- arch/arm/dts/r8a774b1-beacon-rzg2n-kit.dts | 3 + .../dts/r8a774e1-beacon-rzg2h-kit-u-boot.dtsi | 42 +---------- arch/arm/dts/r8a774e1-beacon-rzg2h-kit.dts | 3 + arch/arm/dts/rz-g2-beacon-u-boot.dtsi | 75 +++++++++++++++++++ board/beacon/beacon-rzg2m/MAINTAINERS | 10 +++ configs/rzg2_beacon_defconfig | 1 - drivers/net/ravb.c | 10 +-- include/configs/beacon-rzg2m.h | 2 +- 13 files changed, 129 insertions(+), 145 deletions(-) create mode 100644 arch/arm/dts/rz-g2-beacon-u-boot.dtsi