ARM: dts: r8a7791: Remove obsolete vsp1 properties
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 16 Aug 2016 14:56:32 +0000 (16:56 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 17 Aug 2016 07:22:26 +0000 (09:22 +0200)
As of commit 5aa2eb3c86d4fd16 ("[media] v4l: vsp1: Configure device
based on IP version"), the DT properties to identify the exact VSP
device instance features are no longer used. Hence remove them.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index 8f0086b..162b55c 100644 (file)
                interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp1_clks R8A7791_CLK_VSP1_S>;
                power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
-
-               renesas,has-lut;
-               renesas,has-sru;
-               renesas,#rpf = <5>;
-               renesas,#uds = <3>;
-               renesas,#wpf = <4>;
        };
 
        vsp1@fe930000 {
                interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp1_clks R8A7791_CLK_VSP1_DU0>;
                power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
-
-               renesas,has-lif;
-               renesas,has-lut;
-               renesas,#rpf = <4>;
-               renesas,#uds = <1>;
-               renesas,#wpf = <4>;
        };
 
        vsp1@fe938000 {
                interrupts = <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&mstp1_clks R8A7791_CLK_VSP1_DU1>;
                power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
-
-               renesas,has-lif;
-               renesas,has-lut;
-               renesas,#rpf = <4>;
-               renesas,#uds = <1>;
-               renesas,#wpf = <4>;
        };
 
        du: display@feb00000 {