Message ID | 20250104-cmu-nodes-v1-1-ae8af253bc25@mentallysanemainliners.org |
---|---|
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
On 04/01/2025 21:54, 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> > --- Applied patch 1/2 Thanks -- Daniel
On 08/01/2025 17:40, Daniel Lezcano wrote: > On 04/01/2025 21:54, 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> >> --- > > Applied patch 1/2 > Hi Daniel, Did this really happen? You replied month ago, but linux-next still does not have this patch and now we got new warnings on next: https://lore.kernel.org/all/202502070055.P29PYKEE-lkp@intel.com/ Best regards, Krzysztof
On 09/02/2025 12:14, Krzysztof Kozlowski wrote: > On 08/01/2025 17:40, Daniel Lezcano wrote: >> On 04/01/2025 21:54, 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> >>> --- >> >> Applied patch 1/2 >> > > Hi Daniel, > > Did this really happen? You replied month ago, but linux-next still does > not have this patch and now we got new warnings on next: Hi Krzysztof, thanks for pointing this out. Actually I forgot to push the branch :/
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(+)