Message ID | 1596706332-12957-2-git-send-email-gokulsri@codeaurora.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add board support for HK10 board variants | expand |
On Thu, 06 Aug 2020 15:02:10 +0530, Gokul Sriram Palanisamy wrote: > Document the new device-tree bindings for boards > HK10-C1 and HK10-C2 based on ipq8074 SoC. > > Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 6031aee..7b294be 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -47,6 +47,8 @@ description: | cp01-c1 dragonboard hk01 + hk10-c1 + hk10-c2 idp liquid mtp @@ -148,6 +150,8 @@ properties: - items: - enum: - qcom,ipq8074-hk01 + - qcom,ipq8074-hk10-c1 + - qcom,ipq8074-hk10-c2 - const: qcom,ipq8074 - items:
Document the new device-tree bindings for boards HK10-C1 and HK10-C2 based on ipq8074 SoC. Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org> --- Documentation/devicetree/bindings/arm/qcom.yaml | 4 ++++ 1 file changed, 4 insertions(+)