Commit dbb6f778 authored by Miquel Raynal's avatar Miquel Raynal Committed by Heiko Stuebner

arm64: dts: rockchip: Add PX30 LVDS

Describe LVDS IP. Add the CRTC and LVDS relevant endpoints so they can
be linked together.
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20191224143900.23567-12-miquel.raynal@bootlin.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent cc5912ab
...@@ -410,6 +410,33 @@ io_domains: io-domains { ...@@ -410,6 +410,33 @@ io_domains: io-domains {
compatible = "rockchip,px30-io-voltage-domain"; compatible = "rockchip,px30-io-voltage-domain";
status = "disabled"; status = "disabled";
}; };
lvds: lvds {
compatible = "rockchip,px30-lvds";
#address-cells = <1>;
#size-cells = <0>;
phys = <&dsi_dphy>;
phy-names = "dphy";
rockchip,grf = <&grf>;
rockchip,output = "lvds";
status = "disabled";
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
lvds_vopb_in: endpoint@0 {
reg = <0>;
remote-endpoint = <&vopb_out_lvds>;
};
lvds_vopl_in: endpoint@1 {
reg = <1>;
remote-endpoint = <&vopl_out_lvds>;
};
};
};
}; };
uart1: serial@ff158000 { uart1: serial@ff158000 {
...@@ -1015,6 +1042,11 @@ vopb_out_dsi: endpoint@0 { ...@@ -1015,6 +1042,11 @@ vopb_out_dsi: endpoint@0 {
reg = <0>; reg = <0>;
remote-endpoint = <&dsi_in_vopb>; remote-endpoint = <&dsi_in_vopb>;
}; };
vopb_out_lvds: endpoint@1 {
reg = <1>;
remote-endpoint = <&lvds_vopb_in>;
};
}; };
}; };
...@@ -1052,6 +1084,11 @@ vopl_out_dsi: endpoint@0 { ...@@ -1052,6 +1084,11 @@ vopl_out_dsi: endpoint@0 {
reg = <0>; reg = <0>;
remote-endpoint = <&dsi_in_vopl>; remote-endpoint = <&dsi_in_vopl>;
}; };
vopl_out_lvds: endpoint@1 {
reg = <1>;
remote-endpoint = <&lvds_vopl_in>;
};
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment