Back to home page

OSCL-LXR

 
 

    


0001 Rockchip specific extensions to the Analogix Display Port PHY
0002 ------------------------------------
0003 
0004 Required properties:
0005 - compatible : should be one of the following supported values:
0006          - "rockchip.rk3288-dp-phy"
0007 - clocks: from common clock binding: handle to dp clock.
0008         of memory mapped region.
0009 - clock-names: from common clock binding:
0010         Required elements: "24m"
0011 - #phy-cells : from the generic PHY bindings, must be 0;
0012 
0013 Example:
0014 
0015 grf: syscon@ff770000 {
0016         compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd";
0017 
0018 ...
0019 
0020         edp_phy: edp-phy {
0021                 compatible = "rockchip,rk3288-dp-phy";
0022                 clocks = <&cru SCLK_EDP_24M>;
0023                 clock-names = "24m";
0024                 #phy-cells = <0>;
0025         };
0026 };