diff options
author | Sean Wang <sean.wang@mediatek.com> | 2018-02-17 14:54:36 -0500 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2018-03-18 16:33:18 -0400 |
commit | 2c97fa22daa1f9bdbdebb9880f44a50c703a9d35 (patch) | |
tree | f6ae6027a875a9ceeb2fe5f85887e1d174887751 | |
parent | 2c002a3049f78733211b52e5e65137b292f0e8dd (diff) |
dt-bindings: clock: mediatek: add missing required #reset-cells
All ethsys, pciesys and ssusbsys internally include reset controller, so
explicitly add back these missing cell definitions to related bindings
and examples.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-clk@vger.kernel.org
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
3 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt index 6cc7840ff37a..8f5335b480ac 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt | |||
@@ -9,6 +9,7 @@ Required Properties: | |||
9 | - "mediatek,mt2701-ethsys", "syscon" | 9 | - "mediatek,mt2701-ethsys", "syscon" |
10 | - "mediatek,mt7622-ethsys", "syscon" | 10 | - "mediatek,mt7622-ethsys", "syscon" |
11 | - #clock-cells: Must be 1 | 11 | - #clock-cells: Must be 1 |
12 | - #reset-cells: Must be 1 | ||
12 | 13 | ||
13 | The ethsys controller uses the common clk binding from | 14 | The ethsys controller uses the common clk binding from |
14 | Documentation/devicetree/bindings/clock/clock-bindings.txt | 15 | Documentation/devicetree/bindings/clock/clock-bindings.txt |
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,pciesys.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,pciesys.txt index d5d5f1227665..7fe5dc6097a6 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,pciesys.txt +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,pciesys.txt | |||
@@ -8,6 +8,7 @@ Required Properties: | |||
8 | - compatible: Should be: | 8 | - compatible: Should be: |
9 | - "mediatek,mt7622-pciesys", "syscon" | 9 | - "mediatek,mt7622-pciesys", "syscon" |
10 | - #clock-cells: Must be 1 | 10 | - #clock-cells: Must be 1 |
11 | - #reset-cells: Must be 1 | ||
11 | 12 | ||
12 | The PCIESYS controller uses the common clk binding from | 13 | The PCIESYS controller uses the common clk binding from |
13 | Documentation/devicetree/bindings/clock/clock-bindings.txt | 14 | Documentation/devicetree/bindings/clock/clock-bindings.txt |
@@ -19,4 +20,5 @@ pciesys: pciesys@1a100800 { | |||
19 | compatible = "mediatek,mt7622-pciesys", "syscon"; | 20 | compatible = "mediatek,mt7622-pciesys", "syscon"; |
20 | reg = <0 0x1a100800 0 0x1000>; | 21 | reg = <0 0x1a100800 0 0x1000>; |
21 | #clock-cells = <1>; | 22 | #clock-cells = <1>; |
23 | #reset-cells = <1>; | ||
22 | }; | 24 | }; |
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,ssusbsys.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,ssusbsys.txt index 00760019da00..b8184da2508c 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,ssusbsys.txt +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,ssusbsys.txt | |||
@@ -8,6 +8,7 @@ Required Properties: | |||
8 | - compatible: Should be: | 8 | - compatible: Should be: |
9 | - "mediatek,mt7622-ssusbsys", "syscon" | 9 | - "mediatek,mt7622-ssusbsys", "syscon" |
10 | - #clock-cells: Must be 1 | 10 | - #clock-cells: Must be 1 |
11 | - #reset-cells: Must be 1 | ||
11 | 12 | ||
12 | The SSUSBSYS controller uses the common clk binding from | 13 | The SSUSBSYS controller uses the common clk binding from |
13 | Documentation/devicetree/bindings/clock/clock-bindings.txt | 14 | Documentation/devicetree/bindings/clock/clock-bindings.txt |
@@ -19,4 +20,5 @@ ssusbsys: ssusbsys@1a000000 { | |||
19 | compatible = "mediatek,mt7622-ssusbsys", "syscon"; | 20 | compatible = "mediatek,mt7622-ssusbsys", "syscon"; |
20 | reg = <0 0x1a000000 0 0x1000>; | 21 | reg = <0 0x1a000000 0 0x1000>; |
21 | #clock-cells = <1>; | 22 | #clock-cells = <1>; |
23 | #reset-cells = <1>; | ||
22 | }; | 24 | }; |