diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-10-28 12:54:22 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-04-07 02:25:38 +0300 |
commit | f5663969d8125a5c5b7835812e1e636ecedf030b (patch) | |
tree | 0088f6772f6cbcb3b29bc797c1d086c9e6b030da | |
parent | 6691409224de8f7badc3f5d072c2bf72b223395d (diff) | |
download | linux-f5663969d8125a5c5b7835812e1e636ecedf030b.tar.xz |
ARM: dts: rockchip: add rk3288 edp-phy node
Add the core device node of the edp-phy on rk3288 socs.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 9114c7b8dff4..437dd263a753 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -201,6 +201,15 @@ #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; |