Back to home page

OSCL-LXR

 
 

    


0001 Mediatek vencltsys controller
0002 ============================
0003 
0004 The Mediatek vencltsys controller provides various clocks to the system.
0005 
0006 Required Properties:
0007 
0008 - compatible: Should be:
0009         - "mediatek,mt8173-vencltsys", "syscon"
0010 - #clock-cells: Must be 1
0011 
0012 The vencltsys controller uses the common clk binding from
0013 Documentation/devicetree/bindings/clock/clock-bindings.txt
0014 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
0015 
0016 Example:
0017 
0018 vencltsys: clock-controller@19000000 {
0019         compatible = "mediatek,mt8173-vencltsys", "syscon";
0020         reg = <0 0x19000000 0 0x1000>;
0021         #clock-cells = <1>;
0022 };