]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: renesas: r8a7795-es1: Fix register mappings on VSPs
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Wed, 14 Feb 2018 09:55:06 +0000 (09:55 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 16 Feb 2018 13:35:09 +0000 (14:35 +0100)
The VSPD includes a CLUT on RPF2. Ensure that the register space is
mapped correctly to support this.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi

index 26769a11a1909cd0c991b89c8eb0387d89d498be..f1d5e90503d51a488b6cc6306ecc1321633a8d18 100644 (file)
@@ -80,7 +80,7 @@ fcpvi2: fcp@fe9cf000 {
 
        vspd3: vsp@fea38000 {
                compatible = "renesas,vsp2";
-               reg = <0 0xfea38000 0 0x4000>;
+               reg = <0 0xfea38000 0 0x8000>;
                interrupts = <GIC_SPI 469 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&cpg CPG_MOD 620>;
                power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;