Skip to content

Commit

Permalink
ARM: dts: rockchip: Kill off "simple-panel" compatibles
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
Rob Herring authored and Heiko Stuebner committed Jan 18, 2020
1 parent fed1fc5 commit 8039c82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288-evb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
};

panel: panel {
compatible = "lg,lp079qx1-sp0v", "simple-panel";
compatible = "lg,lp079qx1-sp0v";
backlight = <&backlight>;
enable-gpios = <&gpio7 RK_PA4 GPIO_ACTIVE_HIGH>;
pinctrl-0 = <&lcd_cs>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288-veyron-edp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
};

panel: panel {
compatible = "innolux,n116bge", "simple-panel";
compatible = "innolux,n116bge";
status = "okay";
power-supply = <&panel_regulator>;
backlight = <&backlight>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288-veyron-minnie.dts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
};

&panel {
compatible = "auo,b101ean01", "simple-panel";
compatible = "auo,b101ean01";

/delete-node/ panel-timing;

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3288-veyron-tiger.dts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
};

&panel {
compatible = "auo,b101ean01", "simple-panel";
compatible = "auo,b101ean01";

/delete-node/ panel-timing;

Expand Down

0 comments on commit 8039c82

Please sign in to comment.