arm: dts: renesas: r8a77980: Remove r8a77970 DU compatible
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Thu, 12 Sep 2019 10:37:34 +0000 (11:37 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 21 Feb 2020 12:36:44 +0000 (13:36 +0100)
The r8a77970 was added with a compatible string for a different device
rather than adding the correct compatible to the driver.

Remove the unnecessary compatible which is for a different platform.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Link: https://lore.kernel.org/r/20190912103734.1879-1-kieran.bingham+renesas@ideasonboard.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a77980.dtsi

index b340fb4..878ecbb 100644 (file)
                };
 
                du: display@feb00000 {
-                       compatible = "renesas,du-r8a77980",
-                                    "renesas,du-r8a77970";
+                       compatible = "renesas,du-r8a77980";
                        reg = <0 0xfeb00000 0 0x80000>;
                        interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 724>;