Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5663969 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

ARM: dts: rockchip: add rk3288 edp-phy node



Add the core device node of the edp-phy on rk3288 socs.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Tested-by: default avatarDouglas Anderson <dianders@chromium.org>
parent 66914092
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -201,6 +201,15 @@
		#clock-cells = <0>;
		#clock-cells = <0>;
	};
	};


	edp_phy: edp-phy {
		compatible = "rockchip,rk3288-dp-phy";
		clocks = <&cru SCLK_EDP_24M>;
		clock-names = "24m";
		rockchip,grf = <&grf>;
		#phy-cells = <0>;
		status = "disabled";
	};

	timer {
	timer {
		compatible = "arm,armv7-timer";
		compatible = "arm,armv7-timer";
		arm,cpu-registers-not-fw-configured;
		arm,cpu-registers-not-fw-configured;