diff mbox series

[03/05] arm64: dts: renesas: r8a7796: Add FCPCS+VDPB node for R-Car M3-W

Message ID 154279627389.29528.9572412886288904639.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/r8a7796.dtsi |    9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

--- 0001/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ work/arch/arm64/boot/dts/renesas/r8a7796.dtsi	2018-11-21 18:36:53.552912032 +0900
@@ -2209,6 +2209,15 @@ 
 			resets = <&cpg 822>;
 		};
 
+		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 R8A7796_PD_A2VC0>;
+			resets = <&cpg 619>;
+		};
+
 		fdp1@fe940000 {
 			compatible = "renesas,fdp1";
 			reg = <0 0xfe940000 0 0x2400>;