[PATCH 1/2] dt-bindings: arm: qcom: add Dragonboard 820c using APQ8096SG SoC

Dmitry Baryshkov posted 2 patches 2 months, 4 weeks ago
[PATCH 1/2] dt-bindings: arm: qcom: add Dragonboard 820c using APQ8096SG SoC
Posted by Dmitry Baryshkov 2 months, 4 weeks ago
There exists a variant of the DB820c board, using the APQ8096SG
(MSM8996 Pro) SoC. Describe it in the bindings.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index d84bd3bca2010508a8225b9549d8c634efa06531..5dc6580fb1987f43fd5e73cf5def835a74c32766 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -238,6 +238,13 @@ properties:
           - const: qcom,apq8096-sbc
           - const: qcom,apq8096
 
+      - items:
+          - const: arrow,apq8096sg-db820c
+          - const: arrow,apq8096-db820c
+          - const: qcom,apq8096-sbc
+          - const: qcom,apq8096sg
+          - const: qcom,apq8096
+
       - items:
           - enum:
               - oneplus,oneplus3

-- 
2.47.3
Re: [PATCH 1/2] dt-bindings: arm: qcom: add Dragonboard 820c using APQ8096SG SoC
Posted by Rob Herring (Arm) 2 months, 3 weeks ago
On Tue, 11 Nov 2025 18:02:51 +0200, Dmitry Baryshkov wrote:
> There exists a variant of the DB820c board, using the APQ8096SG
> (MSM8996 Pro) SoC. Describe it in the bindings.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Re: [PATCH 1/2] dt-bindings: arm: qcom: add Dragonboard 820c using APQ8096SG SoC
Posted by Konrad Dybcio 2 months, 4 weeks ago
On 11/11/25 5:02 PM, Dmitry Baryshkov wrote:
> There exists a variant of the DB820c board, using the APQ8096SG
> (MSM8996 Pro) SoC. Describe it in the bindings.

Apparently it's an IoT SKU:

https://www.qualcomm.com/processors/application-processors/products/apq8096sg

Konrad