Message ID | 20230918031835.12352-2-chun-jen.tseng@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | soc: mediatek: svs: add support for mt8188 | expand |
On 18/09/2023 05:18, Mark Tseng wrote: > Add mt8188 svs compatible in dt-bindings. > > Signed-off-by: Mark Tseng <chun-jen.tseng@mediatek.com> > --- This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. Best regards, Krzysztof
On Mon, 2023-09-18 at 14:20 +0200, Krzysztof Kozlowski wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On 18/09/2023 05:18, Mark Tseng wrote: > > Add mt8188 svs compatible in dt-bindings. > > > > Signed-off-by: Mark Tseng <chun-jen.tseng@mediatek.com> > > --- > > This is a friendly reminder during the review process. > > It looks like you received a tag and forgot to add it. > > If you do not know the process, here is a short explanation: > Please add Acked-by/Reviewed-by/Tested-by tags when posting new > versions, under or above your Signed-off-by tag. Tag is "received", > when > provided in a message replied to you on the mailing list. Tools like > b4 > can help here. However, there's no need to repost patches *only* to > add > the tags. The upstream maintainer will do that for tags received on > the > version they apply. > > https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 > > If a tag was not added on purpose, please state why and what changed. > Thanks your kindly remind me. I will resend patch again. BRs, Mark Tseng > Best regards, > Krzysztof >
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(+)