From: Magnus Damm <[email protected]>

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 <[email protected]>
---

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

--- 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>;

Reply via email to