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:
@@ -27,7 +27,7 @@
|
||||
|
||||
&rpc {
|
||||
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdhi0 {
|
||||
|
@@ -39,7 +39,7 @@
|
||||
|
||||
&rpc {
|
||||
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdhi0 {
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
&rpc {
|
||||
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdhi0 {
|
||||
|
@@ -39,7 +39,7 @@
|
||||
|
||||
&rpc {
|
||||
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdhi0 {
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
&rpc {
|
||||
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdhi0 {
|
||||
|
@@ -39,7 +39,7 @@
|
||||
|
||||
&rpc {
|
||||
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdhi0 {
|
||||
|
@@ -43,7 +43,7 @@
|
||||
|
||||
&rpc {
|
||||
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdhi0 {
|
||||
|
@@ -10,5 +10,5 @@
|
||||
|
||||
&rpc {
|
||||
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
Reference in New Issue
Block a user