Message ID | 20210319023427.16711-3-seiya.wang@mediatek.com |
---|---|
State | New |
Headers | show |
Series | Add basic node support for Mediatek MT8195 SoC | expand |
On Fri, 19 Mar 2021 10:34:20 +0800, Seiya Wang wrote: > This commit adds dt-binding documentation of timer for Mediatek MT8195 SoC > Platform. > > Signed-off-by: Seiya Wang <seiya.wang@mediatek.com> > --- > Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On 19/03/2021 03:34, Seiya Wang wrote: > This commit adds dt-binding documentation of timer for Mediatek MT8195 SoC > Platform. > > Signed-off-by: Seiya Wang <seiya.wang@mediatek.com> Applied to v5.12-next/dts64 Thanks! > --- > Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt > index 690a9c0966ac..e5c57d6e0186 100644 > --- a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt > +++ b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt > @@ -23,6 +23,7 @@ Required properties: > For those SoCs that use SYST > * "mediatek,mt8183-timer" for MT8183 compatible timers (SYST) > * "mediatek,mt8192-timer" for MT8192 compatible timers (SYST) > + * "mediatek,mt8195-timer" for MT8195 compatible timers (SYST) > * "mediatek,mt7629-timer" for MT7629 compatible timers (SYST) > * "mediatek,mt6765-timer" for MT6765 and all above compatible timers (SYST) > >
On 29/03/2021 13:52, Matthias Brugger wrote: > > > On 19/03/2021 03:34, Seiya Wang wrote: >> This commit adds dt-binding documentation of timer for Mediatek MT8195 SoC >> Platform. >> >> Signed-off-by: Seiya Wang <seiya.wang@mediatek.com> > > Applied to v5.12-next/dts64 Usually bindings go through the subsystem maintainer.
Hi Daniel, On 04/04/2021 22:33, Daniel Lezcano wrote: > On 29/03/2021 13:52, Matthias Brugger wrote: >> >> >> On 19/03/2021 03:34, Seiya Wang wrote: >>> This commit adds dt-binding documentation of timer for Mediatek MT8195 SoC >>> Platform. >>> >>> Signed-off-by: Seiya Wang <seiya.wang@mediatek.com> >> >> Applied to v5.12-next/dts64 > > Usually bindings go through the subsystem maintainer. > Yes I know, although not all maintainers are taking them. I'll coordinate with you the next time, sorry for any inconvenience caused by this. Regards, Matthias
diff --git a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt index 690a9c0966ac..e5c57d6e0186 100644 --- a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt +++ b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt @@ -23,6 +23,7 @@ Required properties: For those SoCs that use SYST * "mediatek,mt8183-timer" for MT8183 compatible timers (SYST) * "mediatek,mt8192-timer" for MT8192 compatible timers (SYST) + * "mediatek,mt8195-timer" for MT8195 compatible timers (SYST) * "mediatek,mt7629-timer" for MT7629 compatible timers (SYST) * "mediatek,mt6765-timer" for MT6765 and all above compatible timers (SYST)
This commit adds dt-binding documentation of timer for Mediatek MT8195 SoC Platform. Signed-off-by: Seiya Wang <seiya.wang@mediatek.com> --- Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 + 1 file changed, 1 insertion(+)