2022-09-19 18:13:16

by Iskren Chernev

[permalink] [raw]
Subject: [PATCH v4 2/8] dt-bindings: arm: cpus: Add kryo240 compatible

Kryo240 is found in SM4250, the slower sibling of the SM6115.

Signed-off-by: Iskren Chernev <[email protected]>
Reviewed-by: Vinod Koul <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
index a07c5bac7c46..5c13b73e4d57 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -174,6 +174,7 @@ properties:
- nvidia,tegra194-carmel
- qcom,krait
- qcom,kryo
+ - qcom,kryo240
- qcom,kryo250
- qcom,kryo260
- qcom,kryo280
--
2.37.3


2022-09-26 16:44:43

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v4 2/8] dt-bindings: arm: cpus: Add kryo240 compatible

On Mon, 19 Sep 2022 21:06:12 +0300, Iskren Chernev wrote:
> Kryo240 is found in SM4250, the slower sibling of the SM6115.
>
> Signed-off-by: Iskren Chernev <[email protected]>
> Reviewed-by: Vinod Koul <[email protected]>
> Acked-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Applied, thanks!