Message ID | 20210308060826.3074234-6-vkoul@kernel.org |
---|---|
State | Accepted |
Commit | 9ad3c08f6f1b1e9882d7ab1344082006a940ccd8 |
Headers | show |
Series | arm64: qcom: fix dtbs_check warning | expand |
Hi! > + - items: > + - enum: > + - sony,karin_windy > + - sony,karin-row > + - sony,satsuki-row > + - sony,sumire-row > + - sony,suzuran-row > + - qcom,msm8994 > + - const: qcom,apq8094 > + > - items: > - const: qcom,msm8996-mtp > > APQ8094 and MSM8994 are separate (though still very similar) SoCs, so they should probably have their own const:'s. karin_windy is based on APQ and all the rest are based on MSM. Sorry for not having documented these when first adding support for them. Konrad
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 74610f1d1407..dc87238d411b 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -136,6 +136,16 @@ properties: - samsung,a5u-eur - const: qcom,msm8916 + - items: + - enum: + - sony,karin_windy + - sony,karin-row + - sony,satsuki-row + - sony,sumire-row + - sony,suzuran-row + - qcom,msm8994 + - const: qcom,apq8094 + - items: - const: qcom,msm8996-mtp
Document the various sony boards for apq8094. These are used in various sony dts files but not documented Signed-off-by: Vinod Koul <vkoul@kernel.org> --- Documentation/devicetree/bindings/arm/qcom.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) -- 2.26.2