diff mbox series

[02/05] arm64: dts: renesas: r8a7795: Add FCPCS+VDPB node for R-Car H3

Message ID 154279626537.29528.16284240304226935084.sendpatchset@octo (mailing list archive)
State Rejected
Delegated to: Simon Horman
Headers show
Series Test R-Car Gen3 SYSC power domains used by FCPCS and VDPB | expand

Commit Message

Magnus Damm Nov. 21, 2018, 10:31 a.m. UTC
From: Magnus Damm <damm+renesas@opensource.se>

Add a temporary FCPCS device that also includes VDPB for testing
purpose. This prototype level code is not intended for upstream merge.

Not-Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm64/boot/dts/renesas/r8a7795.dtsi |    9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

--- 0001/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ work/arch/arm64/boot/dts/renesas/r8a7795.dtsi	2018-11-21 18:34:31.469462826 +0900
@@ -2647,6 +2647,15 @@ 
 			resets = <&cpg 820>;
 		};
 
+		fcpcs: fcp@fe90f000 {
+			compatible = "renesas,fcpc";
+			reg = <0 0xfe90f000 0 0x200>,
+			      <0 0xfe900000 0 0x400>; /* Hack to test VDPB */
+			clocks = <&cpg CPG_MOD 619>;
+			power-domains = <&sysc R8A7795_PD_A2VC1>;
+			resets = <&cpg 619>;
+		};
+
 		fdp1@fe940000 {
 			compatible = "renesas,fdp1";
 			reg = <0 0xfe940000 0 0x2400>;