Skip to content

Commit

Permalink
arm64: 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 3ef7c25 commit 62b5efc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
};

edp_panel: edp-panel {
compatible = "sharp,lq123p1jx31", "simple-panel";
compatible = "sharp,lq123p1jx31";
backlight = <&backlight>;
power-supply = <&pp3300_disp>;

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
};

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";
Expand Down

0 comments on commit 62b5efc

Please sign in to comment.