diff options
author | Marek Vasut | 2018-12-03 20:17:50 +0100 |
---|---|---|
committer | Marek Vasut | 2018-12-04 09:21:07 +0100 |
commit | 8c7d9e1f62918bf2c781966ef2980e5c9c000657 (patch) | |
tree | 3900635e4b38c76af71c75f1cad85618b987baf5 /arch/arm/dts/r8a77965.dtsi | |
parent | a89929bbb372b3eee49282439ce37ddf45fd54d4 (diff) |
ARM: dts: rmobile: Extract RPC node to u-boot specific DT
The RPC DT bindings are still work in progress. Extract the RPC DT node
from the DT to allow easier update and so it can be replaced once the DT
bindings are stable.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
V2: Rebase on u-boot/master
Diffstat (limited to 'arch/arm/dts/r8a77965.dtsi')
-rw-r--r-- | arch/arm/dts/r8a77965.dtsi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/dts/r8a77965.dtsi b/arch/arm/dts/r8a77965.dtsi index f28a82c1d47..840512ecfae 100644 --- a/arch/arm/dts/r8a77965.dtsi +++ b/arch/arm/dts/r8a77965.dtsi @@ -863,14 +863,6 @@ status = "disabled"; }; - rpc: rpc@0xee200000 { - compatible = "renesas,rpc-r8a77965", "renesas,rpc"; - reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>; - clocks = <&cpg CPG_MOD 917>; - bank-width = <2>; - status = "disabled"; - }; - sdhi0: sd@ee100000 { compatible = "renesas,sdhi-r8a77965"; reg = <0 0xee100000 0 0x2000>; |