Message ID | 20230915075003.1552-2-chun-jen.tseng@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | soc: mediatek: svs: add support for mt8188 | expand |
On 15/09/2023 09:50, Mark Tseng wrote: > Add mt8188 svs compatible in dt-bindings. > > Signed-off-by: Mark Tseng <chun-jen.tseng@mediatek.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Il 15/09/23 09:50, Mark Tseng ha scritto: > Add mt8188 svs compatible in dt-bindings. > > Signed-off-by: Mark Tseng <chun-jen.tseng@mediatek.com> This commit does not apply. Please always develop and test on upstream. > --- > Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml > index f21eb907ee90..7eda63d5682f 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,mt8188-svs > - mediatek,mt8192-svs > > reg:
Il 15/09/23 11:22, AngeloGioacchino Del Regno ha scritto: > Il 15/09/23 09:50, Mark Tseng ha scritto: >> Add mt8188 svs compatible in dt-bindings. >> >> Signed-off-by: Mark Tseng <chun-jen.tseng@mediatek.com> > > This commit does not apply. Please always develop and test on upstream. > Actually, I'm sorry, it's *me* checking the wrong kernel tree here. This commit is fine. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Sorry again, Angelo >> --- >> Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml >> b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml >> index f21eb907ee90..7eda63d5682f 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,mt8188-svs >> - mediatek,mt8192-svs >> reg: > >
diff --git a/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml b/Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml index f21eb907ee90..7eda63d5682f 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,mt8188-svs - mediatek,mt8192-svs reg:
Add mt8188 svs compatible in dt-bindings. Signed-off-by: Mark Tseng <chun-jen.tseng@mediatek.com> --- Documentation/devicetree/bindings/soc/mediatek/mtk-svs.yaml | 1 + 1 file changed, 1 insertion(+)