Message ID | 20231222165355.1462740-2-peter.griffin@linaro.org |
---|---|
State | Accepted |
Commit | f253c9a1aa3360bd6d61407dbfc6ca002855caa3 |
Headers | show |
Series | Enable Multi Core Timer (MCT) for gs101 | expand |
On Fri, Dec 22, 2023 at 10:54 AM Peter Griffin <peter.griffin@linaro.org> wrote: > > Add dedicated google,gs101-mct compatible to the dt-schema for > representing mct timer of the Google Tensor gs101 SoC. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > --- Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org> > .../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 829bd2227f7c..774b7992a0ca 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 > + - google,gs101-mct > - samsung,exynos3250-mct > - samsung,exynos5250-mct > - samsung,exynos5260-mct > @@ -127,6 +128,7 @@ allOf: > contains: > enum: > - axis,artpec8-mct > + - google,gs101-mct > - samsung,exynos5260-mct > - samsung,exynos5420-mct > - samsung,exynos5433-mct > -- > 2.43.0.472.g3155946c3a-goog >
On 22/12/2023 17:53, Peter Griffin wrote: > Add dedicated google,gs101-mct compatible to the dt-schema for > representing mct timer of the Google Tensor gs101 SoC. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> I assume this will go via clocksource/timer. But I am also fine taking it via Samsung SoC tree if needed. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml index 829bd2227f7c..774b7992a0ca 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 + - google,gs101-mct - samsung,exynos3250-mct - samsung,exynos5250-mct - samsung,exynos5260-mct @@ -127,6 +128,7 @@ allOf: contains: enum: - axis,artpec8-mct + - google,gs101-mct - samsung,exynos5260-mct - samsung,exynos5420-mct - samsung,exynos5433-mct
Add dedicated google,gs101-mct compatible to the dt-schema for representing mct timer of the Google Tensor gs101 SoC. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> --- .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++ 1 file changed, 2 insertions(+)