diff options
author | David Heidelberg <[email protected]> | 2021-10-09 21:31:01 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-10-23 23:15:43 -0500 |
commit | 3f38ac6fc2c2dfb50e9b243ab55f4f49caeb372f (patch) | |
tree | db6b5c6129a717ea0c5cf27ee8905089143c7e8f | |
parent | 22b32238968e0ba9f538a23c1444686cd60f218e (diff) |
dt-bindings: arm: qcom-ipq4019: add missing device compatible
One board version (dk01.1-c1) didn't have set device compatible,
so let's list it.
Signed-off-by: David Heidelberg <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 06da9ab5c0b6..aa1fefd2bde5 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -174,6 +174,7 @@ properties: - items: - enum: + - qcom,ipq4019-ap-dk01.1-c1 - qcom,ipq4019-ap-dk04.1-c3 - qcom,ipq4019-ap-dk07.1-c1 - qcom,ipq4019-ap-dk07.1-c2 |