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

dt-bindings: mediatek: Update mmsys binding to reflect it is a system controller

The mmsys system controller is not only a pure clock controller, so
update the binding documentation to reflect that apart from providing
clocks, it also provides routing and miscellaneous control registers.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: CK Hu <ck.hu@mediatek.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Enric Balletbo i Serra and committed by
Matthias Brugger
1a680aa8 af19d645

+4 -3
+4 -3
Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.txt
··· 1 1 Mediatek mmsys controller 2 2 ============================ 3 3 4 - The Mediatek mmsys controller provides various clocks to the system. 4 + The Mediatek mmsys system controller provides clock control, routing control, 5 + and miscellaneous control in mmsys partition. 5 6 6 7 Required Properties: 7 8 ··· 16 15 - "mediatek,mt8183-mmsys", "syscon" 17 16 - #clock-cells: Must be 1 18 17 19 - The mmsys controller uses the common clk binding from 18 + For the clock control, the mmsys controller uses the common clk binding from 20 19 Documentation/devicetree/bindings/clock/clock-bindings.txt 21 20 The available clocks are defined in dt-bindings/clock/mt*-clk.h. 22 21 23 22 Example: 24 23 25 - mmsys: clock-controller@14000000 { 24 + mmsys: syscon@14000000 { 26 25 compatible = "mediatek,mt8173-mmsys", "syscon"; 27 26 reg = <0 0x14000000 0 0x1000>; 28 27 #clock-cells = <1>;