Message ID | 20220521164550.91115-8-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | d3ddba6a25dc16f2679717cec773118fc8baf5fa |
Headers | show |
Series | [01/12] dt-bindings: vendor-prefixes: add Shift GmbH | expand |
On Sat, 21 May 2022 18:45:46 +0200, Krzysztof Kozlowski wrote: > Document board compatibles already present in Linux kernel. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ > 1 file changed, 6 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 84fdb4f337b6..9f4be49aceb8 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -53,6 +53,7 @@ description: | sdm845 sdx55 sdx65 + sm6125 sm7225 sm8150 sm8250 @@ -353,6 +354,11 @@ properties: - xiaomi,beryllium - const: qcom,sdm845 + - items: + - enum: + - sony,pdx201 + - const: qcom,sm6125 + - items: - enum: - fairphone,fp4
Document board compatibles already present in Linux kernel. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ 1 file changed, 6 insertions(+)