Message ID | 20220311130732.22706-2-allen-kh.cheng@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add basic node support for Mediatek MT8186 SoC | expand |
On Fri, 11 Mar 2022 21:07:29 +0800, Allen-KH Cheng wrote: > From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com> > > This commit adds dt-binding documentation of timer for Mediatek MT8186 SoC > Platform. > > Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com> > --- > Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On 11/03/2022 16:50, Rob Herring wrote: > On Fri, 11 Mar 2022 21:07:29 +0800, Allen-KH Cheng wrote: >> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com> >> >> This commit adds dt-binding documentation of timer for Mediatek MT8186 SoC >> Platform. >> >> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com> >> --- >> Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 + >> 1 file changed, 1 insertion(+) >> > > Acked-by: Rob Herring <robh@kernel.org> Applied, thanks
Hi Daniel, I just want to check with you. I cannot find the git repositories you applied. Would you mind sharing the information to me? Thanks, Allen On Wed, 2022-03-30 at 13:49 +0200, Daniel Lezcano wrote: > On 11/03/2022 16:50, Rob Herring wrote: > > On Fri, 11 Mar 2022 21:07:29 +0800, Allen-KH Cheng wrote: > > > From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com> > > > > > > This commit adds dt-binding documentation of timer for Mediatek > > > MT8186 SoC > > > Platform. > > > > > > Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com> > > > --- > > > Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt > > > | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > > Acked-by: Rob Herring <robh@kernel.org> > > Applied, thanks >
diff --git a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt index fbd76a8e023b..6f1f9dba6e88 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,mt8186-timer" for MT8186 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)