Commit dc79d3d5 authored by Damon Ding's avatar Damon Ding Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add eDP0 node for RK3588

parent 8ecd096d
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -1453,6 +1453,34 @@ hdmi0_out: port@1 {
		};
	};

	edp0: edp@fdec0000 {
		compatible = "rockchip,rk3588-edp";
		reg = <0x0 0xfdec0000 0x0 0x1000>;
		clocks = <&cru CLK_EDP0_24M>, <&cru PCLK_EDP0>;
		clock-names = "dp", "pclk";
		interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH 0>;
		phys = <&hdptxphy0>;
		phy-names = "dp";
		power-domains = <&power RK3588_PD_VO1>;
		resets = <&cru SRST_EDP0_24M>, <&cru SRST_P_EDP0>;
		reset-names = "dp", "apb";
		rockchip,grf = <&vo1_grf>;
		status = "disabled";

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			edp0_in: port@0 {
				reg = <0>;
			};

			edp0_out: port@1 {
				reg = <1>;
			};
		};
	};

	qos_gpu_m0: qos@fdf35000 {
		compatible = "rockchip,rk3588-qos", "syscon";
		reg = <0x0 0xfdf35000 0x0 0x20>;