[PATCH 1/4] dt-bindings: arm: cpus: add qcom kryo 360 compatible

Richard Acayan posted 4 patches 3 years, 5 months ago
There is a newer version of this series
[PATCH 1/4] dt-bindings: arm: cpus: add qcom kryo 360 compatible
Posted by Richard Acayan 3 years, 5 months ago
The Snapdragon 670 uses CPUs named Kryo 360 silver and Kryo 360 gold.
Add the compatible string in the documentation.

Signed-off-by: Richard Acayan <mailingradian@gmail.com>
---
 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 5c13b73e4d57..1247e9a975c9 100644
--- a/Documentation/devicetree/bindings/arm/cpus.yaml
+++ b/Documentation/devicetree/bindings/arm/cpus.yaml
@@ -178,6 +178,7 @@ properties:
       - qcom,kryo250
       - qcom,kryo260
       - qcom,kryo280
+      - qcom,kryo360
       - qcom,kryo385
       - qcom,kryo468
       - qcom,kryo485
-- 
2.38.1
Re: [PATCH 1/4] dt-bindings: arm: cpus: add qcom kryo 360 compatible
Posted by Rob Herring 3 years, 5 months ago
On Tue, 01 Nov 2022 19:57:19 -0400, Richard Acayan wrote:
> The Snapdragon 670 uses CPUs named Kryo 360 silver and Kryo 360 gold.
> Add the compatible string in the documentation.
> 
> Signed-off-by: Richard Acayan <mailingradian@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/cpus.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>