Message ID | 1535106074-14032-1-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On Fri, Aug 24, 2018 at 11:21:14AM +0100, Fabrizio Castro wrote: > Add FCPF and FCPV instances to the r8a774a1 dtsi, similarly > to what was done for the r8a7796 with commit 41dbbf0c5b4e > ("arm64: dts: r8a7796: Add FCPF and FCPV instances"), > commit 69490bc9665d ("arm64: dts: renesas: r8a7796: Point > FDP1 via FCPF to IPMMU-VI0"), and commit cef942d0bd89 ("arm64: > dts: renesas: r8a7796: Point VSPI via FCPVI to IPMMU-VC0"). > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > Reviewed-by: Biju Das <biju.das@bp.renesas.com> Thanks, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
On Mon, Aug 27, 2018 at 11:48:09AM +0200, Simon Horman wrote: > On Fri, Aug 24, 2018 at 11:21:14AM +0100, Fabrizio Castro wrote: > > Add FCPF and FCPV instances to the r8a774a1 dtsi, similarly > > to what was done for the r8a7796 with commit 41dbbf0c5b4e > > ("arm64: dts: r8a7796: Add FCPF and FCPV instances"), > > commit 69490bc9665d ("arm64: dts: renesas: r8a7796: Point > > FDP1 via FCPF to IPMMU-VI0"), and commit cef942d0bd89 ("arm64: > > dts: renesas: r8a7796: Point VSPI via FCPVI to IPMMU-VC0"). > > > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > > Reviewed-by: Biju Das <biju.das@bp.renesas.com> > > Thanks, > > This looks fine to me but I will wait to see if there are other reviews > before applying. Thanks again, applied for v4.20.
diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi index f23bbfd..5b2ee60 100644 --- a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi @@ -1260,6 +1260,58 @@ resets = <&cpg 408>; }; + fcpf0: fcp@fe950000 { + compatible = "renesas,fcpf"; + reg = <0 0xfe950000 0 0x200>; + clocks = <&cpg CPG_MOD 615>; + power-domains = <&sysc 14>; + resets = <&cpg 615>; + }; + + fcpvb0: fcp@fe96f000 { + compatible = "renesas,fcpv"; + reg = <0 0xfe96f000 0 0x200>; + clocks = <&cpg CPG_MOD 607>; + power-domains = <&sysc 14>; + resets = <&cpg 607>; + }; + + fcpvd0: fcp@fea27000 { + compatible = "renesas,fcpv"; + reg = <0 0xfea27000 0 0x200>; + clocks = <&cpg CPG_MOD 603>; + power-domains = <&sysc 32>; + resets = <&cpg 603>; + iommus = <&ipmmu_vi0 8>; + }; + + fcpvd1: fcp@fea2f000 { + compatible = "renesas,fcpv"; + reg = <0 0xfea2f000 0 0x200>; + clocks = <&cpg CPG_MOD 602>; + power-domains = <&sysc 32>; + resets = <&cpg 602>; + iommus = <&ipmmu_vi0 9>; + }; + + fcpvd2: fcp@fea37000 { + compatible = "renesas,fcpv"; + reg = <0 0xfea37000 0 0x200>; + clocks = <&cpg CPG_MOD 601>; + power-domains = <&sysc 32>; + resets = <&cpg 601>; + iommus = <&ipmmu_vi0 10>; + }; + + fcpvi0: fcp@fe9af000 { + compatible = "renesas,fcpv"; + reg = <0 0xfe9af000 0 0x200>; + clocks = <&cpg CPG_MOD 611>; + power-domains = <&sysc 14>; + resets = <&cpg 611>; + iommus = <&ipmmu_vc0 19>; + }; + prr: chipid@fff00044 { compatible = "renesas,prr"; reg = <0 0xfff00044 0 4>;