[PATCH] dt-bindings: clock: qcom,gcc-apq8064: Fix typo in compatible string

From: Rob Herring
Date: Mon Apr 25 2022 - 09:35:53 EST


The compatible string should be 'qcom,gcc-apq8064', not
'qcom,gcc-apq8084'. Found by enabling undocumented compatible checks.

Cc: Ansuel Smith <ansuelsmth@xxxxxxxxx>
Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
---
Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml
index 97936411b6b4..9910a3e033bb 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml
@@ -25,7 +25,7 @@ description: |

properties:
compatible:
- const: qcom,gcc-apq8084
+ const: qcom,gcc-apq8064

nvmem-cells:
minItems: 1
--
2.34.1