UPSTREAM: ARM: dts: rockchip: add rk3288 edp-phy node
authorHeiko Stuebner <heiko@sntech.de>
Wed, 28 Oct 2015 09:54:22 +0000 (10:54 +0100)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 28 Jun 2016 10:40:47 +0000 (18:40 +0800)
Add the core device node of the edp-phy on rk3288 socs.

Change-Id: I34d23617abfaeefa5ec527c7b2ce67bc3b614c68
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
(cherry pick from commit f5663969d8125a5c5b7835812e1e636ecedf030b)

arch/arm/boot/dts/rk3288.dtsi

index 97c09018aeda126ffed729764e1024f1f4467eb3..f5032a0a548bc2ff3e832884f130bdb0b4603af0 100644 (file)
                #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;