Message ID | 20250104-cmu-nodes-v1-1-ae8af253bc25@mentallysanemainliners.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Enable CMU_PERIS and MCT for Exynos990 | expand |
On Sat, Jan 04, 2025 at 09:54:16PM +0100, Igor Belwon wrote: > Add a dedicated compatible for the MCT of the Exynos 990 SoC. > The design for the timer is reused from previous SoCs. > > Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org> > --- > Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml index 02d1c355808e4eadd77b98247cd70e76aea72b21..12ff972bfefcc5dcef2a38582e963ea49a567d18 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,exynos5433-mct - samsung,exynos850-mct - samsung,exynos8895-mct + - samsung,exynos990-mct - tesla,fsd-mct - const: samsung,exynos4210-mct @@ -135,6 +136,7 @@ allOf: - samsung,exynos5433-mct - samsung,exynos850-mct - samsung,exynos8895-mct + - samsung,exynos990-mct then: properties: interrupts:
Add a dedicated compatible for the MCT of the Exynos 990 SoC. The design for the timer is reused from previous SoCs. Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org> --- Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++ 1 file changed, 2 insertions(+)