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: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
21437391a5
commit
a0c15bd5eb
|
@ -107,7 +107,7 @@
|
|||
};
|
||||
|
||||
panel: panel {
|
||||
compatible = "innolux,n133hse-ea1", "simple-panel";
|
||||
compatible = "innolux,n133hse-ea1";
|
||||
backlight = <&backlight>;
|
||||
};
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
|
||||
panel {
|
||||
compatible = "auo,g101evn010", "simple-panel";
|
||||
compatible = "auo,g101evn010";
|
||||
power-supply = <&ldo4_ext>;
|
||||
backlight = <&lcd_backlight>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue