Message ID | 20221123135531.23221-2-allen-kh.cheng@mediatek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 49b42475dd8a9fddbb2f3dc17ff6e4b115c80bfb |
Headers | show |
Series | Add some driver nodes for MT8186 SoC | expand |
On 23/11/2022 14:55, Allen-KH Cheng wrote: > Add a new compatible for mt8186 SoC. > > Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> > --- > Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml > index 80750b0f458a..7168110e2f9d 100644 > --- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml > +++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml > @@ -24,6 +24,7 @@ properties: > - mediatek,mt2712-mtu3 > - mediatek,mt8173-mtu3 > - mediatek,mt8183-mtu3 > + - mediatek,mt8186-mtu3 > - mediatek,mt8188-mtu3 > - mediatek,mt8192-mtu3 > - mediatek,mt8195-mtu3
On 23/11/2022 14:55, Allen-KH Cheng wrote: > Add a new compatible for mt8186 SoC. > > Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com> > --- > Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 1 + Any reason for using different email address than what get_maintainers.pl prints? Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi Krzysztof, I have used get_maintainers.pl to get the email address and apologize for not seeing the difference. Do you mean "+dt" in email address? Best regards, Allen On Fri, 2022-11-25 at 09:00 +0100, Krzysztof Kozlowski wrote: > On 23/11/2022 14:55, Allen-KH Cheng wrote: > > Add a new compatible for mt8186 SoC. > > > > Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com> > > --- > > Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 1 + > > Any reason for using different email address than what > get_maintainers.pl prints? > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Best regards, > Krzysztof >
On 25/11/2022 09:41, Allen-KH Cheng (程冠勳) wrote: > Hi Krzysztof, > > I have used get_maintainers.pl to get the email address and apologize > for not seeing the difference. > > Do you mean "+dt" in email address? Yes. Don't write email addresses manually but use scripts/bash aliases to get the output... or CTRL+C and CTRL+V. Best regards, Krzysztof
Noted, Thanks for the reminder. Best Regards, Allen On Fri, 2022-11-25 at 09:59 +0100, Krzysztof Kozlowski wrote: > On 25/11/2022 09:41, Allen-KH Cheng (程冠勳) wrote: > > Hi Krzysztof, > > > > I have used get_maintainers.pl to get the email address and > > apologize > > for not seeing the difference. > > > > Do you mean "+dt" in email address? > > Yes. Don't write email addresses manually but use scripts/bash > aliases > to get the output... or CTRL+C and CTRL+V. > > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml index 80750b0f458a..7168110e2f9d 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml @@ -24,6 +24,7 @@ properties: - mediatek,mt2712-mtu3 - mediatek,mt8173-mtu3 - mediatek,mt8183-mtu3 + - mediatek,mt8186-mtu3 - mediatek,mt8188-mtu3 - mediatek,mt8192-mtu3 - mediatek,mt8195-mtu3
Add a new compatible for mt8186 SoC. Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com> --- Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 1 + 1 file changed, 1 insertion(+)