summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a77990-ebisu-u-boot.dts
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-10 18:56:29 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-20 23:33:54 +0200
commit3d5f45c95c9db73ddad6a73b2a1a55dd090c3b1a (patch)
tree39702d36aa97867db5f726e5e2608e7384b511cd /arch/arm/dts/r8a77990-ebisu-u-boot.dts
parent91c6a3a45941cbf53adb91fc4464a3d060a7233b (diff)
ARM: dts: rmobile: Disable RPC HF by default
The RPC HF might be locked by ATF, and any access to its register space would result in complete hang. Disable the RPC HF by default. The ATF should be patched to set RPC node status = "okay" in the DT fragment it passes to U-Boot in case the RPC HF access is unlocked, and that way U-Boot could access the RPC HF safely. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'arch/arm/dts/r8a77990-ebisu-u-boot.dts')
-rw-r--r--arch/arm/dts/r8a77990-ebisu-u-boot.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/r8a77990-ebisu-u-boot.dts b/arch/arm/dts/r8a77990-ebisu-u-boot.dts
index 7022a2ba84..55699bafc4 100644
--- a/arch/arm/dts/r8a77990-ebisu-u-boot.dts
+++ b/arch/arm/dts/r8a77990-ebisu-u-boot.dts
@@ -43,7 +43,7 @@
&rpc {
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
- status = "okay";
+ status = "disabled";
};
&sdhi0 {