Message ID | 20231011034307.24641-4-chun-jen.tseng@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | soc: mediatek: svs: add support for MT8186 and MT8195 | expand |
On Wed, Oct 11, 2023 at 11:43:07AM +0800, Mark Tseng wrote: > Add mt8186 and mt8195 svs compatible in dt-bindings. This commit message just repeats the contexts of the diff in prose. > Signed-off-by: Mark Tseng <chun-jen.tseng@mediatek.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor.
diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml index 7eda63d5682f..742b91d1d28e 100644 --- a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml +++ b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml @@ -22,8 +22,10 @@ properties: compatible: enum: - mediatek,mt8183-svs + - mediatek,mt8186-svs - mediatek,mt8188-svs - mediatek,mt8192-svs + - mediatek,mt8195-svs reg: maxItems: 1
Add mt8186 and mt8195 svs compatible in dt-bindings. Signed-off-by: Mark Tseng <chun-jen.tseng@mediatek.com> --- Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml | 2 ++ 1 file changed, 2 insertions(+)