ARM: dts: renesas: Disable R8A779G0 V4H White Hawk RPC SPI DT node again
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 17 Oct 2025 22:04:07 +0000 (00:04 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 17 Oct 2025 22:19:03 +0000 (00:19 +0200)
Commit 3faeb78378ea ("ARM: dts: renesas: Minimize R8A779G0 V4H RPC SPI DT node")
incorrectly re-enabled the RPC SPI DT node, which was disabled in commit
13bdb6a26910 ("ARM: dts: renesas: Disable RPC driver on R8A779G0 V4H White Hawk board")
Reinstate the disablement.

Fixes: 3faeb78378ea ("ARM: dts: renesas: Minimize R8A779G0 V4H RPC SPI DT node")
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi

index 85e3220..8e4307f 100644 (file)
@@ -23,6 +23,8 @@
 
 &rpc {
        bootph-all;
+       status = "disabled";
+
        flash@0 {
                bootph-all;
                spi-tx-bus-width = <1>;