diff options
author | Rob Herring <robh@kernel.org> | 2020-01-18 02:08:48 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-14 03:55:14 +0300 |
commit | a0c15bd5ebbf484924bcb1cf68966ba6d3f82eb0 (patch) | |
tree | 52838124b7840e41a53bd036770c1c566916044b /arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | |
parent | 21437391a5f923bf3d3e09bc9cbde49b47bc4eaf (diff) | |
download | linux-a0c15bd5ebbf484924bcb1cf68966ba6d3f82eb0.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts b/arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts index 3749fdda3611..5d3805b07032 100644 --- a/arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts +++ b/arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts @@ -25,7 +25,7 @@ }; panel { - compatible = "auo,g101evn010", "simple-panel"; + compatible = "auo,g101evn010"; power-supply = <&ldo4_ext>; backlight = <&lcd_backlight>; |