diff options
author | Rob Herring <robh@kernel.org> | 2020-01-18 02:08:51 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-01-19 01:57:39 +0300 |
commit | 8039c828a6cba966c9bdfacebff21ff823a94617 (patch) | |
tree | 87bc2124e9d390b752a2678f6a8559cccb1be77c /arch/arm/boot/dts/rk3288-veyron-edp.dtsi | |
parent | fed1fc5194884a22857cc642e64b13b36ce47a12 (diff) | |
download | linux-8039c828a6cba966c9bdfacebff21ff823a94617.tar.xz |
ARM: dts: rockchip: Kill off "simple-panel" compatibles
"simple-panel" is a Linux driver and has never been an accepted upstream
compatible string, so remove it.
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200117230851.25434-1-robh@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-edp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-edp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-edp.dtsi b/arch/arm/boot/dts/rk3288-veyron-edp.dtsi index 300a7e32c978..32c0f10765dd 100644 --- a/arch/arm/boot/dts/rk3288-veyron-edp.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron-edp.dtsi @@ -54,7 +54,7 @@ }; panel: panel { - compatible = "innolux,n116bge", "simple-panel"; + compatible = "innolux,n116bge"; status = "okay"; power-supply = <&panel_regulator>; backlight = <&backlight>; |