diff options
author | Roger Lu <[email protected]> | 2022-05-16 08:43:10 +0800 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2022-06-17 10:50:08 +0200 |
commit | 5ed6605f9040a9a9421a66ce1693539757d54c06 (patch) | |
tree | b2979fc9919097e50e3f5e078c45fed291599b23 | |
parent | 13f1bbcfb5822fcaacfc652017b57b79ffcacefa (diff) |
dt-bindings: soc: mediatek: add mt8192 svs dt-bindings
Add mt8192 svs compatible/resets in dt-bindings.
Signed-off-by: Roger Lu <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Reviewed-by: Kevin Hilman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml index 1e51e5f562d9..d911fa2d40ef 100644 --- a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml +++ b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml @@ -22,6 +22,7 @@ properties: compatible: enum: - mediatek,mt8183-svs + - mediatek,mt8192-svs reg: maxItems: 1 @@ -50,6 +51,13 @@ properties: - const: svs-calibration-data - const: t-calibration-data + resets: + maxItems: 1 + + reset-names: + items: + - const: svs_rst + required: - compatible - reg |