diff options
author | AngeloGioacchino Del Regno <[email protected]> | 2024-06-19 10:53:21 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2024-07-08 12:07:51 -0700 |
commit | 6681afbb9cce51d49769a714a4efaffcaf3c9a1e (patch) | |
tree | 17272e39f874451150fe1b7fa543f0a084e1e7a2 | |
parent | 7f294d10eb13bd5b09fa1dc9abe60d22974a2a20 (diff) |
dt-bindings: clock: mediatek: Document reset cells for MT8188 sys
The MT8188 sys clocks embed a reset controller: add #reset-cells
to the binding to allow using resets.
Fixes: 1086a5310f9c ("dt-bindings: clock: mediatek: Add new MT8188 clock")
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Conor Dooley <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/clock/mediatek,mt8188-sys-clock.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/mediatek,mt8188-sys-clock.yaml b/Documentation/devicetree/bindings/clock/mediatek,mt8188-sys-clock.yaml index 4cf8d3af9803..db13d51a4903 100644 --- a/Documentation/devicetree/bindings/clock/mediatek,mt8188-sys-clock.yaml +++ b/Documentation/devicetree/bindings/clock/mediatek,mt8188-sys-clock.yaml @@ -39,6 +39,9 @@ properties: '#clock-cells': const: 1 + '#reset-cells': + const: 1 + required: - compatible - reg |