Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: ARM: Mediatek: Document devicetree bindings for clock controllers

This adds the binding documentation for the mmsys, imgsys, vdecsys,
vencsys and vencltsys controllers found on Mediatek SoCs.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>

+110
+22
Documentation/devicetree/bindings/arm/mediatek/mediatek,imgsys.txt
··· 1 + Mediatek imgsys controller 2 + ============================ 3 + 4 + The Mediatek imgsys controller provides various clocks to the system. 5 + 6 + Required Properties: 7 + 8 + - compatible: Should be: 9 + - "mediatek,mt8173-imgsys", "syscon" 10 + - #clock-cells: Must be 1 11 + 12 + The imgsys controller uses the common clk binding from 13 + Documentation/devicetree/bindings/clock/clock-bindings.txt 14 + The available clocks are defined in dt-bindings/clock/mt*-clk.h. 15 + 16 + Example: 17 + 18 + imgsys: clock-controller@15000000 { 19 + compatible = "mediatek,mt8173-imgsys", "syscon"; 20 + reg = <0 0x15000000 0 0x1000>; 21 + #clock-cells = <1>; 22 + };
+22
Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.txt
··· 1 + Mediatek mmsys controller 2 + ============================ 3 + 4 + The Mediatek mmsys controller provides various clocks to the system. 5 + 6 + Required Properties: 7 + 8 + - compatible: Should be: 9 + - "mediatek,mt8173-mmsys", "syscon" 10 + - #clock-cells: Must be 1 11 + 12 + The mmsys controller uses the common clk binding from 13 + Documentation/devicetree/bindings/clock/clock-bindings.txt 14 + The available clocks are defined in dt-bindings/clock/mt*-clk.h. 15 + 16 + Example: 17 + 18 + mmsys: clock-controller@14000000 { 19 + compatible = "mediatek,mt8173-mmsys", "syscon"; 20 + reg = <0 0x14000000 0 0x1000>; 21 + #clock-cells = <1>; 22 + };
+22
Documentation/devicetree/bindings/arm/mediatek/mediatek,vdecsys.txt
··· 1 + Mediatek vdecsys controller 2 + ============================ 3 + 4 + The Mediatek vdecsys controller provides various clocks to the system. 5 + 6 + Required Properties: 7 + 8 + - compatible: Should be: 9 + - "mediatek,mt8173-vdecsys", "syscon" 10 + - #clock-cells: Must be 1 11 + 12 + The vdecsys controller uses the common clk binding from 13 + Documentation/devicetree/bindings/clock/clock-bindings.txt 14 + The available clocks are defined in dt-bindings/clock/mt*-clk.h. 15 + 16 + Example: 17 + 18 + vdecsys: clock-controller@16000000 { 19 + compatible = "mediatek,mt8173-vdecsys", "syscon"; 20 + reg = <0 0x16000000 0 0x1000>; 21 + #clock-cells = <1>; 22 + };
+22
Documentation/devicetree/bindings/arm/mediatek/mediatek,vencltsys.txt
··· 1 + Mediatek vencltsys controller 2 + ============================ 3 + 4 + The Mediatek vencltsys controller provides various clocks to the system. 5 + 6 + Required Properties: 7 + 8 + - compatible: Should be: 9 + - "mediatek,mt8173-vencltsys", "syscon" 10 + - #clock-cells: Must be 1 11 + 12 + The vencltsys controller uses the common clk binding from 13 + Documentation/devicetree/bindings/clock/clock-bindings.txt 14 + The available clocks are defined in dt-bindings/clock/mt*-clk.h. 15 + 16 + Example: 17 + 18 + vencltsys: clock-controller@19000000 { 19 + compatible = "mediatek,mt8173-vencltsys", "syscon"; 20 + reg = <0 0x19000000 0 0x1000>; 21 + #clock-cells = <1>; 22 + };
+22
Documentation/devicetree/bindings/arm/mediatek/mediatek,vencsys.txt
··· 1 + Mediatek vencsys controller 2 + ============================ 3 + 4 + The Mediatek vencsys controller provides various clocks to the system. 5 + 6 + Required Properties: 7 + 8 + - compatible: Should be: 9 + - "mediatek,mt8173-vencsys", "syscon" 10 + - #clock-cells: Must be 1 11 + 12 + The vencsys controller uses the common clk binding from 13 + Documentation/devicetree/bindings/clock/clock-bindings.txt 14 + The available clocks are defined in dt-bindings/clock/mt*-clk.h. 15 + 16 + Example: 17 + 18 + vencsys: clock-controller@18000000 { 19 + compatible = "mediatek,mt8173-vencsys", "syscon"; 20 + reg = <0 0x18000000 0 0x1000>; 21 + #clock-cells = <1>; 22 + };