From: Niklas Söderlund Date: Sun, 10 Mar 2019 13:06:11 +0000 (+0100) Subject: arm64: dts: renesas: r8a774c0: Remove invalid compatible value for CSI40 X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~4674^2~23^2~17 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=82ec009297bc573e6aace629181d13ed6ce3772f;p=linux.git arm64: dts: renesas: r8a774c0: Remove invalid compatible value for CSI40 The compatible value renesas,rcar-gen3-csi2 was used while prototyping the R-Car CSI-2 driver but was removed before the driver was merged. Fixes: e961ab42e034d469 ("arm64: dts: renesas: r8a774c0: Add VIN and CSI-2 device nodes") Signed-off-by: Niklas Söderlund Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi index 0bbcaf181262..ebe69dcfa3ca 100644 --- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi @@ -1741,8 +1741,7 @@ }; csi40: csi2@feaa0000 { - compatible = "renesas,r8a774c0-csi2", - "renesas,rcar-gen3-csi2"; + compatible = "renesas,r8a774c0-csi2"; reg = <0 0xfeaa0000 0 0x10000>; interrupts = ; clocks = <&cpg CPG_MOD 716>;