diff options
author | Rob Herring <robh@kernel.org> | 2019-06-18 18:07:18 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-06-27 19:22:57 +0200 |
commit | e5dad30bc7e7d0ddeb4c14d1785df7899eee619a (patch) | |
tree | 3ed1ce3532b8723b807900d97181082351174be8 /Documentation | |
parent | dt-bindings: arm: Convert Alpine board/soc bindings to json-schema (diff) | |
download | linux-e5dad30bc7e7d0ddeb4c14d1785df7899eee619a.tar.xz linux-e5dad30bc7e7d0ddeb4c14d1785df7899eee619a.zip |
dt-bindings: arm: qcom: Add missing schema for MSM8974
The SoC/board bindings for MSM8974 are undocumented. Add the missing
bindings to the schema.
Cc: Andy Gross <agross@kernel.org>
Cc: David Brown <david.brown@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index f6316ab66385..04867577306a 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -102,6 +102,15 @@ properties: - const: qcom,msm8960 - items: + - enum: + - fairphone,fp2 + - lge,hammerhead + - sony,xperia-amami + - sony,xperia-castor + - sony,xperia-honami + - const: qcom,msm8974 + + - items: - const: qcom,msm8916-mtp/1 - const: qcom,msm8916-mtp - const: qcom,msm8916 |