Message ID | 20220928-mdm9615-dt-schema-fixes-v1-1-b6e63a7df1e8@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm: qcom: mdm9615: first round of bindings and DT fixes | expand |
On 28/09/2022 11:14, Neil Armstrong wrote: > The qcom.yaml was lacking documentation of this board, fix this. It is documented in: Documentation/devicetree/bindings/arm/swir.txt so remove that other file and instead describe it like a conversion. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Best regards, Krzysztof
On 28/09/2022 19:53, Krzysztof Kozlowski wrote: > On 28/09/2022 11:14, Neil Armstrong wrote: >> The qcom.yaml was lacking documentation of this board, fix this. > > It is documented in: > Documentation/devicetree/bindings/arm/swir.txt > > so remove that other file and instead describe it like a conversion. Ack > >> >> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index fb1d00bcc847..e9f38f0cef19 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -262,6 +262,12 @@ properties: - qcom,ipq8074-hk10-c2 - const: qcom,ipq8074 + - description: Sierra Wireless MangOH Green with WP8548 Module + items: + - const: swir,mangoh-green-wp8548 + - const: swir,wp8548 + - const: qcom,mdm9615 + - description: Qualcomm Technologies, Inc. SC7180 IDP items: - enum:
The qcom.yaml was lacking documentation of this board, fix this. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>