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

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.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent cc5912ab
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
@@ -410,6 +410,33 @@ io_domains: io-domains {
			compatible = "rockchip,px30-io-voltage-domain";
			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 {
@@ -1015,6 +1042,11 @@ vopb_out_dsi: endpoint@0 {
				reg = <0>;
				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 {
				reg = <0>;
				remote-endpoint = <&dsi_in_vopl>;
			};

			vopl_out_lvds: endpoint@1 {
				reg = <1>;
				remote-endpoint = <&lvds_vopl_in>;
			};
		};
	};