arm64: dts: rockchip: rename mipi to dsi for rk3399

Change-Id: I6c6fb4e0399b805dfa012cc5562ad71103aa85e9
Signed-off-by: WeiYong Bi <bivvy.bi@rock-chips.com>
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
This commit is contained in:
WeiYong Bi
2017-05-31 15:56:16 +08:00
committed by Tao Huang
parent 0b37ea6440
commit 4e28fd7626

View File

@@ -1750,9 +1750,9 @@
#address-cells = <1>;
#size-cells = <0>;
vopl_out_mipi: endpoint@0 {
vopl_out_dsi: endpoint@0 {
reg = <0>;
remote-endpoint = <&mipi_in_vopl>;
remote-endpoint = <&dsi_in_vopl>;
};
vopl_out_edp: endpoint@1 {
@@ -1765,9 +1765,9 @@
remote-endpoint = <&hdmi_in_vopl>;
};
vopl_out_mipi1: endpoint@3 {
vopl_out_dsi1: endpoint@3 {
reg = <3>;
remote-endpoint = <&mipi1_in_vopl>;
remote-endpoint = <&dsi1_in_vopl>;
};
vopl_out_dp: endpoint@4 {
@@ -1823,9 +1823,9 @@
remote-endpoint = <&edp_in_vopb>;
};
vopb_out_mipi: endpoint@1 {
vopb_out_dsi: endpoint@1 {
reg = <1>;
remote-endpoint = <&mipi_in_vopb>;
remote-endpoint = <&dsi_in_vopb>;
};
vopb_out_hdmi: endpoint@2 {
@@ -1833,9 +1833,9 @@
remote-endpoint = <&hdmi_in_vopb>;
};
vopb_out_mipi1: endpoint@3 {
vopb_out_dsi1: endpoint@3 {
reg = <3>;
remote-endpoint = <&mipi1_in_vopb>;
remote-endpoint = <&dsi1_in_vopb>;
};
vopb_out_dp: endpoint@4 {
@@ -1940,7 +1940,7 @@
};
};
mipi_dsi: mipi@ff960000 {
dsi: mipi_dsi: dsi@ff960000 {
compatible = "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi";
reg = <0x0 0xff960000 0x0 0x8000>;
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -1959,24 +1959,24 @@
#address-cells = <1>;
#size-cells = <0>;
mipi_in: port@0 {
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
mipi_in_vopb: endpoint@0 {
dsi_in_vopb: endpoint@0 {
reg = <0>;
remote-endpoint = <&vopb_out_mipi>;
remote-endpoint = <&vopb_out_dsi>;
};
mipi_in_vopl: endpoint@1 {
dsi_in_vopl: endpoint@1 {
reg = <1>;
remote-endpoint = <&vopl_out_mipi>;
remote-endpoint = <&vopl_out_dsi>;
};
};
};
};
mipi_dsi1: mipi@ff968000 {
dsi1: mipi_dsi1: dsi@ff968000 {
compatible = "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi";
reg = <0x0 0xff968000 0x0 0x8000>;
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -1995,19 +1995,19 @@
#address-cells = <1>;
#size-cells = <0>;
mipi1_in: port@0 {
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
mipi1_in_vopb: endpoint@0 {
dsi1_in_vopb: endpoint@0 {
reg = <0>;
remote-endpoint = <&vopb_out_mipi1>;
remote-endpoint = <&vopb_out_dsi1>;
};
mipi1_in_vopl: endpoint@1 {
dsi1_in_vopl: endpoint@1 {
reg = <1>;
remote-endpoint = <&vopl_out_mipi1>;
remote-endpoint = <&vopl_out_dsi1>;
};
};
};