Messages in this thread Patch in this message |  | | From | Aaron Kling via B4 Relay <> | | Date | Wed, 08 Apr 2026 14:41:25 -0500 | | Subject | [PATCH v5 2/6] dt-bindings: arm: qcom: Add AYN QCS8550 Devices |
| |
From: Aaron Kling <webgeek1234@gmail.com>
Namely: * Odin 2 * Odin 2 Mini * Odin 2 Portal * Thor
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Aaron Kling <webgeek1234@gmail.com> --- Documentation/devicetree/bindings/arm/qcom.yaml | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index b4943123d2e425..4a6733eaa8b14d 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -1099,6 +1099,15 @@ properties: - const: qcom,qcs8550 - const: qcom,sm8550 + - items: + - enum: + - ayntec,odin2 + - ayntec,odin2mini + - ayntec,odin2portal + - ayntec,thor + - const: qcom,qcs8550 + - const: qcom,sm8550 + - items: - enum: - ayaneo,pocket-s2 -- 2.53.0
|  |