arm64: dts: rockchip: remove unused "rockchip,dsi-panel" property

Change-Id: I144776a377bf3eeb5e56065fa9aff7c2c43c8e6d
Signed-off-by: WeiYong Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
WeiYong Bi
2017-07-14 15:48:00 +08:00
committed by Huang, Tao
parent 9d268a4e2b
commit 5bd8a41377
3 changed files with 3 additions and 6 deletions

View File

@@ -695,7 +695,7 @@
&dsi {
status = "okay";
panel: panel@0 {
panel@0 {
compatible = "simple-panel-dsi";
reg = <0>;
backlight = <&backlight>;
@@ -744,7 +744,6 @@
&mipi_dphy {
status = "okay";
rockchip,dsi-panel = <&panel>;
};
&dwc_control_usb {

View File

@@ -678,7 +678,7 @@
&dsi {
status = "okay";
dsi_panel: panel@0 {
panel@0 {
compatible = "simple-panel-dsi";
reg = <0>;
backlight = <&backlight>;
@@ -713,7 +713,6 @@
};
&mipi_dphy {
rockchip,dsi-panel = <&dsi_panel>;
status = "okay";
};

View File

@@ -590,7 +590,7 @@
&dsi {
status = "okay";
dsi_panel: panel@0 {
panel@0 {
compatible = "simple-panel-dsi";
reg = <0>;
backlight = <&backlight>;
@@ -625,7 +625,6 @@
};
&mipi_dphy {
rockchip,dsi-panel = <&dsi_panel>;
status = "okay";
};