[PATCH v1] dt-bindings: timer: exynos4210-mct: Add samsung,exynos8890-mct compatible

Ivaylo Ivanov posted 1 patch 2 weeks, 4 days ago
.../devicetree/bindings/timer/samsung,exynos4210-mct.yaml       | 2 ++
1 file changed, 2 insertions(+)
[PATCH v1] dt-bindings: timer: exynos4210-mct: Add samsung,exynos8890-mct compatible
Posted by Ivaylo Ivanov 2 weeks, 4 days ago
Just like most Samsung Exynos SoCs, exynos8890 has functionally the same
multicore timer.

Add a dedicated samsung,exynos8890-mct compatible to the dt-schema for
representing the MCT timer of exynos8890.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.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 10578f544..2c01e8bdb 100644
--- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
+++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
@@ -34,6 +34,7 @@ properties:
               - samsung,exynos5420-mct
               - samsung,exynos5433-mct
               - samsung,exynos850-mct
+              - samsung,exynos8890-mct
               - samsung,exynos8895-mct
               - samsung,exynos990-mct
               - tesla,fsd-mct
@@ -137,6 +138,7 @@ allOf:
               - samsung,exynos5420-mct
               - samsung,exynos5433-mct
               - samsung,exynos850-mct
+              - samsung,exynos8890-mct
               - samsung,exynos8895-mct
               - samsung,exynos990-mct
     then:
-- 
2.43.0
Re: [PATCH v1] dt-bindings: timer: exynos4210-mct: Add samsung,exynos8890-mct compatible
Posted by Rob Herring (Arm) 1 week, 2 days ago
On Sun, 14 Sep 2025 16:23:39 +0300, Ivaylo Ivanov wrote:
> Just like most Samsung Exynos SoCs, exynos8890 has functionally the same
> multicore timer.
> 
> Add a dedicated samsung,exynos8890-mct compatible to the dt-schema for
> representing the MCT timer of exynos8890.
> 
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> ---
>  .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml       | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>