This adds board bindings for boards that are downstream but not quite upstream yet. Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx> --- .../devicetree/bindings/arm/qcom.yaml | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index c7ab028d54a0..98ff98e9d0bb 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -258,6 +258,16 @@ properties: - const: google,homestar - const: qcom,sc7180 + # Google Kingoftown (rev0) + - items: + - const: google,kingoftown-rev0 + - const: qcom,sc7180 + + # Google Kingoftown (newest rev) + - items: + - const: google,kingoftown + - const: qcom,sc7180 + # Google Lazor (rev0) - items: - const: google,lazor-rev0 @@ -359,6 +369,48 @@ properties: - const: google,lazor-sku6 - const: qcom,sc7180 + # Google Mrbland with AUO panel (rev0) + - items: + - const: google,mrbland-rev0-sku0 + - const: qcom,sc7180 + + # Google Mrbland with AUO panel (newest rev) + - items: + - const: google,mrbland-sku1536 + - const: qcom,sc7180 + + # Google Mrbland with BOE panel (rev0) + - items: + - const: google,mrbland-rev0-sku16 + - const: qcom,sc7180 + + # Google Mrbland with BOE panel (newest rev) + - items: + - const: google,mrbland-sku1024 + - const: google,mrbland-sku768 + - const: qcom,sc7180 + + # Google Pazquel with Parade (newest rev) + - items: + - const: google,pazquel-sku5 + - const: qcom,sc7180 + + # Google Pazquel with TI (newest rev) + - items: + - const: google,pazquel-sku1 + - const: qcom,sc7180 + + # Google Pazquel with LTE and Parade (newest rev) + - items: + - const: google,pazquel-sku4 + - const: qcom,sc7180 + + # Google Pazquel with LTE and TI (newest rev) + - items: + - const: google,pazquel-sku0 + - const: google,pazquel-sku2 + - const: qcom,sc7180 + # Google Pompom (rev1) - items: - const: google,pompom-rev1 @@ -389,6 +441,16 @@ properties: - const: google,pompom-sku0 - const: qcom,sc7180 + # Google Quackingstick (newest rev) + - items: + - const: google,quackingstick-sku1537 + - const: qcom,sc7180 + + # Google Quackingstick with LTE (newest rev) + - items: + - const: google,quackingstick-sku1536 + - const: qcom,sc7180 + # Google Trogdor (newest rev) - items: - const: google,trogdor @@ -399,6 +461,36 @@ properties: - const: google,trogdor-sku0 - const: qcom,sc7180 + # Google Wormdingler with BOE panel (rev0) + - items: + - const: google,wormdingler-rev0-sku16 + - const: qcom,sc7180 + + # Google Wormdingler with BOE panel (newest rev) + - items: + - const: google,wormdingler-sku1024 + - const: qcom,sc7180 + + # Google Wormdingler with BOE panel and rt5682s (newest rev) + - items: + - const: google,wormdingler-sku1025 + - const: qcom,sc7180 + + # Google Wormdingler with INX panel (rev0) + - items: + - const: google,wormdingler-rev0-sku0 + - const: qcom,sc7180 + + # Google Wormdingler with INX panel (newest rev) + - items: + - const: google,wormdingler-sku0 + - const: qcom,sc7180 + + # Google Wormdingler with INX panel and rt5682s (newest rev) + - items: + - const: google,wormdingler-sku1 + - const: qcom,sc7180 + # Qualcomm Technologies, Inc. sc7280 CRD platform (rev3 - 4) - items: - const: qcom,sc7280-crd -- 2.36.0.550.gb090851708-goog