Message ID | 154279629062.29528.16838446106465412292.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 |
--- 0001/arch/arm64/boot/dts/renesas/r8a77990.dtsi +++ work/arch/arm64/boot/dts/renesas/r8a77990.dtsi 2018-11-21 18:48:07.085224248 +0900 @@ -1419,6 +1419,15 @@ resets = <&cpg 408>; }; + 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 R8A77990_PD_A2VC1>; + resets = <&cpg 619>; + }; + vspb0: vsp@fe960000 { compatible = "renesas,vsp2"; reg = <0 0xfe960000 0 0x8000>;
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/r8a77990.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)