]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: rockchip: Kill off "simple-panel" compatibles
authorRob Herring <robh@kernel.org>
Fri, 17 Jan 2020 23:08:51 +0000 (17:08 -0600)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 18 Jan 2020 22:58:56 +0000 (23:58 +0100)
"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>
arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts
arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts
arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts

index 9dd3b171e91d7a4d65c780c520eeffe047db5d54..e6c1c94c8d69c5e4be895b4d91d7ec38c3c37f22 100644 (file)
@@ -18,7 +18,7 @@ / {
                     "google,bob", "google,gru", "rockchip,rk3399";
 
        edp_panel: edp-panel {
-               compatible = "boe,nv101wxmn51", "simple-panel";
+               compatible = "boe,nv101wxmn51";
                backlight = <&backlight>;
                power-supply = <&pp3300_disp>;
 
index b8066868a3fe6ba79354040e20770e7c1c62a826..2bbef9fcbe2704065b2999d0b113b4cf34b318a2 100644 (file)
@@ -39,7 +39,7 @@ p3_3v_dig: p3-3v-dig {
        };
 
        edp_panel: edp-panel {
-               compatible = "sharp,lq123p1jx31", "simple-panel";
+               compatible = "sharp,lq123p1jx31";
                backlight = <&backlight>;
                power-supply = <&pp3300_disp>;
 
index 808ea77f951d7a92c0e66b0a32b7cd8bc6aa2760..b4d8f60b7e44dd18bf6f5e021f1479b8ea7a55b3 100644 (file)
@@ -84,7 +84,7 @@ backlight: backlight {
        };
 
        edp_panel: edp-panel {
-               compatible ="lg,lp079qx1-sp0v", "simple-panel";
+               compatible ="lg,lp079qx1-sp0v";
                backlight = <&backlight>;
                enable-gpios = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
                pinctrl-names = "default";