Commit f5663969 authored by Heiko Stuebner's avatar Heiko Stuebner

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
......@@ -201,6 +201,15 @@ xin24m: oscillator {
#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 {
compatible = "arm,armv7-timer";
arm,cpu-registers-not-fw-configured;
......
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