diff options
| author | Marek Vasut <[email protected]> | 2025-11-19 21:39:48 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-12-02 19:25:17 +0100 |
| commit | 710a7c791275433383dcdebde79efc04e1e97a83 (patch) | |
| tree | e2c1750020a34232d880f642bc99246a5939a67b | |
| parent | c6ee44b5573a90b0a3a36cf858954e04439ae632 (diff) | |
ARM: dts: renesas: Enable R8A779G0 V4H White Hawk RPC SPI DT node
Disabling RPC breaks SPL boot on R-Car V4H White Hawk board, re-enable RPC.
Fixes: 1d94364c7f17 ("ARM: dts: renesas: Disable R8A779G0 V4H White Hawk RPC SPI DT node again")
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi b/arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi index 8e4307ff87d..85e32208b29 100644 --- a/arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi +++ b/arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi @@ -23,8 +23,6 @@ &rpc { bootph-all; - status = "disabled"; - flash@0 { bootph-all; spi-tx-bus-width = <1>; |
