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>
This commit is contained in:
Marek Vasut 2021-07-10 18:56:29 +02:00
parent 91c6a3a459
commit 3d5f45c95c
8 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@
&rpc {
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
status = "okay";
status = "disabled";
};
&sdhi0 {

View File

@ -39,7 +39,7 @@
&rpc {
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
status = "okay";
status = "disabled";
};
&sdhi0 {

View File

@ -27,7 +27,7 @@
&rpc {
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
status = "okay";
status = "disabled";
};
&sdhi0 {

View File

@ -39,7 +39,7 @@
&rpc {
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
status = "okay";
status = "disabled";
};
&sdhi0 {

View File

@ -27,7 +27,7 @@
&rpc {
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
status = "okay";
status = "disabled";
};
&sdhi0 {

View File

@ -39,7 +39,7 @@
&rpc {
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
status = "okay";
status = "disabled";
};
&sdhi0 {

View File

@ -43,7 +43,7 @@
&rpc {
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
status = "okay";
status = "disabled";
};
&sdhi0 {

View File

@ -10,5 +10,5 @@
&rpc {
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
status = "okay";
status = "disabled";
};