[PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC

Ravi Patel posted 1 patch 2 weeks, 1 day ago
There is a newer version of this series
.../devicetree/bindings/timer/samsung,exynos4210-mct.yaml       | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC
Posted by Ravi Patel 2 weeks, 1 day ago
From: SungMin Park <smn1196@coasia.com>

Add Axis ARTPEC-9 mct compatible to the bindings documentation.
The design for the timer is reused from previous Samsung SoCs
like exynos4210 and ARTPEC-8.

Signed-off-by: SungMin Park <smn1196@coasia.com>
Signed-off-by: Ravi Patel <ravi.patel@samsung.com>
---
 .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
index 10578f544581..a4b229e0e78a 100644
--- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
+++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
@@ -26,6 +26,7 @@ properties:
       - items:
           - enum:
               - axis,artpec8-mct
+              - axis,artpec9-mct
               - google,gs101-mct
               - samsung,exynos2200-mct-peris
               - samsung,exynos3250-mct
@@ -131,6 +132,7 @@ allOf:
           contains:
             enum:
               - axis,artpec8-mct
+              - axis,artpec9-mct
               - google,gs101-mct
               - samsung,exynos2200-mct-peris
               - samsung,exynos5260-mct
--
2.17.1
Re: [PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC
Posted by Daniel Lezcano 1 week, 5 days ago
On 17/09/2025 09:13, Ravi Patel wrote:
> From: SungMin Park <smn1196@coasia.com>
> 
> Add Axis ARTPEC-9 mct compatible to the bindings documentation.
> The design for the timer is reused from previous Samsung SoCs
> like exynos4210 and ARTPEC-8.
> 
> Signed-off-by: SungMin Park <smn1196@coasia.com>
> Signed-off-by: Ravi Patel <ravi.patel@samsung.com>
> ---

Applied, thanks


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
Re: [PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC
Posted by Conor Dooley 2 weeks ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>