Commit a0c15bd5 authored by Rob Herring's avatar Rob Herring Committed by Shawn Guo

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

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

Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 21437391
...@@ -107,7 +107,7 @@ heartbeat { ...@@ -107,7 +107,7 @@ heartbeat {
}; };
panel: panel { panel: panel {
compatible = "innolux,n133hse-ea1", "simple-panel"; compatible = "innolux,n133hse-ea1";
backlight = <&backlight>; backlight = <&backlight>;
}; };
......
...@@ -25,7 +25,7 @@ lcd_backlight: backlight { ...@@ -25,7 +25,7 @@ lcd_backlight: backlight {
}; };
panel { panel {
compatible = "auo,g101evn010", "simple-panel"; compatible = "auo,g101evn010";
power-supply = <&ldo4_ext>; power-supply = <&ldo4_ext>;
backlight = <&lcd_backlight>; backlight = <&lcd_backlight>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment