Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'renesas-dts-for-v6.16-tag3' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/dt

Renesas DTS updates for v6.16 (take three)

- Silence a DTC warning,
- Add an extra compatible value to avoid future issues.

* tag 'renesas-dts-for-v6.16-tag3' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
riscv: dts: renesas: Add specific RZ/Five cache compatible
arm64: dts: renesas: sparrow-hawk: Disable dtc spi_bus_bridge check

Link: https://lore.kernel.org/r/cover.1747399860.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+3 -1
+1
arch/arm64/boot/dts/renesas/Makefile
··· 94 94 r8a779g2-white-hawk-single-ard-audio-da7212-dtbs := r8a779g2-white-hawk-single.dtb white-hawk-ard-audio-da7212.dtbo 95 95 dtb-$(CONFIG_ARCH_R8A779G0) += r8a779g2-white-hawk-single-ard-audio-da7212.dtb 96 96 97 + DTC_FLAGS_r8a779g3-sparrow-hawk += -Wno-spi_bus_bridge 97 98 dtb-$(CONFIG_ARCH_R8A779G0) += r8a779g3-sparrow-hawk.dtb 98 99 r8a779g3-sparrow-hawk-fan-pwm-dtbs := r8a779g3-sparrow-hawk.dtb r8a779g3-sparrow-hawk-fan-pwm.dtbo 99 100 dtb-$(CONFIG_ARCH_R8A779G0) += r8a779g3-sparrow-hawk-fan-pwm.dtb
+2 -1
arch/riscv/boot/dts/renesas/r9a07g043f.dtsi
··· 143 143 }; 144 144 145 145 l2cache: cache-controller@13400000 { 146 - compatible = "andestech,ax45mp-cache", "cache"; 146 + compatible = "renesas,r9a07g043f-ax45mp-cache", "andestech,ax45mp-cache", 147 + "cache"; 147 148 reg = <0x0 0x13400000 0x0 0x100000>; 148 149 interrupts = <SOC_PERIPHERAL_IRQ(476) IRQ_TYPE_LEVEL_HIGH>; 149 150 cache-size = <0x40000>;