commit | f83c834f17cdae9b7b799e62238f2e424e70676e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Jul 10 18:56:29 2021 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Jul 20 23:33:54 2021 +0200 |
tree | 39702d36aa97867db5f726e5e2608e7384b511cd | |
parent | 5dea8b49dd41f75aee43bcd0fba24bd3e872f8ae [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>