Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: Kill off "simple-panel" compatibles

"simple-panel" is a Linux driver and has never been an accepted upstream
compatible string, so remove it.

Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200117230845.25190-1-robh@kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Rob Herring and committed by
Alexandre Belloni
aec54ec0 bb6d3fb3

+4 -4
+1 -1
arch/arm/boot/dts/at91-dvk_su60_somc_lcm.dtsi
··· 17 17 }; 18 18 19 19 panel: panel { 20 - compatible = "winstar,wf70gtiagdng0", "innolux,at070tn92", "simple-panel"; 20 + compatible = "winstar,wf70gtiagdng0", "innolux,at070tn92"; 21 21 backlight = <&backlight>; 22 22 power-supply = <&vcc_lcd_reg>; 23 23 #address-cells = <1>;
+1 -1
arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts
··· 136 136 137 137 panel: panel { 138 138 /* Actually Ampire 800480R2 */ 139 - compatible = "foxlink,fl500wvr00-a0t", "simple-panel"; 139 + compatible = "foxlink,fl500wvr00-a0t"; 140 140 backlight = <&backlight>; 141 141 #address-cells = <1>; 142 142 #size-cells = <0>;
+1 -1
arch/arm/boot/dts/at91sam9n12ek.dts
··· 238 238 }; 239 239 240 240 panel: panel { 241 - compatible = "qiaodian,qd43003c0-40", "simple-panel"; 241 + compatible = "qiaodian,qd43003c0-40"; 242 242 backlight = <&backlight>; 243 243 power-supply = <&panel_reg>; 244 244 #address-cells = <1>;
+1 -1
arch/arm/boot/dts/at91sam9x5dm.dtsi
··· 27 27 }; 28 28 29 29 panel: panel { 30 - compatible = "foxlink,fl500wvr00-a0t", "simple-panel"; 30 + compatible = "foxlink,fl500wvr00-a0t"; 31 31 backlight = <&backlight>; 32 32 power-supply = <&panel_reg>; 33 33 #address-cells = <1>;