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:58:56 +0300 |
commit | 62b5efc919b12c0effc6fd5720b6d5ddc1d1ee5f (patch) | |
tree | 72680f718c5ae094fb73010bd046d830a11c9f5e /arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | |
parent | 3ef7c2558f31745588473b75a655894b37e62116 (diff) | |
download | linux-62b5efc919b12c0effc6fd5720b6d5ddc1d1ee5f.tar.xz |
arm64: 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/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts index b8066868a3fe..2bbef9fcbe27 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts @@ -39,7 +39,7 @@ }; edp_panel: edp-panel { - compatible = "sharp,lq123p1jx31", "simple-panel"; + compatible = "sharp,lq123p1jx31"; backlight = <&backlight>; power-supply = <&pp3300_disp>; |