devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC
       [not found] <CGME20250917071322epcas5p3b25ff15ee16f58aa3101f2fc44b554cc@epcas5p3.samsung.com>
@ 2025-09-17  7:13 ` Ravi Patel
  2025-09-17 19:29   ` Conor Dooley
  2025-09-19 16:32   ` Daniel Lezcano
  0 siblings, 2 replies; 3+ messages in thread
From: Ravi Patel @ 2025-09-17  7:13 UTC (permalink / raw)
  To: daniel.lezcano, tglx, robh, krzk+dt, conor+dt, alim.akhtar, krzk
  Cc: linux-kernel, devicetree, linux-arm-kernel, linux-samsung-soc,
	ksk4725, pjsin865, gwk1013, bread, jspark, limjh0823, lightwise,
	hgkim05, mingyoungbo, smn1196, shradha.t, swathi.ks, kenkim,
	Ravi Patel

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC
  2025-09-17  7:13 ` [PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC Ravi Patel
@ 2025-09-17 19:29   ` Conor Dooley
  2025-09-19 16:32   ` Daniel Lezcano
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2025-09-17 19:29 UTC (permalink / raw)
  To: Ravi Patel
  Cc: daniel.lezcano, tglx, robh, krzk+dt, conor+dt, alim.akhtar, krzk,
	linux-kernel, devicetree, linux-arm-kernel, linux-samsung-soc,
	ksk4725, pjsin865, gwk1013, bread, jspark, limjh0823, lightwise,
	hgkim05, mingyoungbo, smn1196, shradha.t, swathi.ks, kenkim

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC
  2025-09-17  7:13 ` [PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC Ravi Patel
  2025-09-17 19:29   ` Conor Dooley
@ 2025-09-19 16:32   ` Daniel Lezcano
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2025-09-19 16:32 UTC (permalink / raw)
  To: Ravi Patel, tglx, robh, krzk+dt, conor+dt, alim.akhtar, krzk
  Cc: linux-kernel, devicetree, linux-arm-kernel, linux-samsung-soc,
	ksk4725, pjsin865, gwk1013, bread, jspark, limjh0823, lightwise,
	hgkim05, mingyoungbo, smn1196, shradha.t, swathi.ks, kenkim

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-19 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20250917071322epcas5p3b25ff15ee16f58aa3101f2fc44b554cc@epcas5p3.samsung.com>
2025-09-17  7:13 ` [PATCH] dt-bindings: timer: exynos4210-mct: Add compatible for ARTPEC-9 SoC Ravi Patel
2025-09-17 19:29   ` Conor Dooley
2025-09-19 16:32   ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).