arm64: dts: rockchip: px30: update lvds and dsi node

Fixes: d79a942925 ("arm64: dts: rockchip: px30: update lvds and dsi node")
Change-Id: I767744e2c0aa9d9df184077ddc5ea69c2c11e8f1
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
Wyon Bi
2018-02-07 08:58:16 +08:00
committed by Tao Huang
parent 21ac5604d3
commit 2e4d140fe4

View File

@@ -775,14 +775,14 @@
#address-cells = <1>;
#size-cells = <0>;
lvds_in_vopl: endpoint@0 {
lvds_in_vopb: endpoint@0 {
reg = <0>;
remote-endpoint = <&vopl_out_lvds>;
remote-endpoint = <&vopb_out_lvds>;
};
lvds_in_vopb: endpoint@1 {
lvds_in_vopl: endpoint@1 {
reg = <1>;
remote-endpoint = <&vopb_out_lvds>;
remote-endpoint = <&vopl_out_lvds>;
};
};
};
@@ -1028,14 +1028,14 @@
#address-cells = <1>;
#size-cells = <0>;
dsi_in_vopl: endpoint@0 {
dsi_in_vopb: endpoint@0 {
reg = <0>;
remote-endpoint = <&vopl_out_dsi>;
remote-endpoint = <&vopb_out_dsi>;
};
dsi_in_vopb: endpoint@1 {
dsi_in_vopl: endpoint@1 {
reg = <1>;
remote-endpoint = <&vopb_out_dsi>;
remote-endpoint = <&vopl_out_dsi>;
};
};
};