diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2020-03-06 01:00:13 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-12 20:01:50 +0300 |
commit | e329f87dc41a3f397be403dd7e1889e541eb78cf (patch) | |
tree | ebdbf8c1c2f4a7103bb7610b25ee9b913e2cb2bd /Documentation/devicetree/bindings/arm/cpus.yaml | |
parent | a0f17945355a33c7ef47da105c9e11a667e01c4f (diff) | |
download | linux-e329f87dc41a3f397be403dd7e1889e541eb78cf.tar.xz |
dt-bindings: arm: cpus: Add kryo280 compatible
Kryo280 is found in msm8998, so add it to the list of cpu compatibles.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/cpus.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/cpus.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index 31b391a24b70..470e003b7f8a 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -165,6 +165,7 @@ properties: - qcom,krait - qcom,kryo - qcom,kryo260 + - qcom,kryo280 - qcom,kryo385 - qcom,kryo485 - qcom,scorpion |