From patchwork Thu May 12 16:04:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Anderson X-Patchwork-Id: 1630273 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.a=rsa-sha256 header.s=google header.b=HsGNk+tI; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4Kzc7K08YJz9sGJ for ; Fri, 13 May 2022 02:05:17 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356231AbiELQFN (ORCPT ); Thu, 12 May 2022 12:05:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356242AbiELQFM (ORCPT ); Thu, 12 May 2022 12:05:12 -0400 Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 253441790A3 for ; Thu, 12 May 2022 09:05:10 -0700 (PDT) Received: by mail-pj1-x1036.google.com with SMTP id t11-20020a17090ad50b00b001d95bf21996so8258954pju.2 for ; Thu, 12 May 2022 09:05:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=BbSRgAHPMNC/X2wlUF7Gj7zDd8gMnDr9lDlCc2SsIbU=; b=HsGNk+tIq1CXWQWX7A47zIqaVvJ2lqwZlXACjuweeCspKx/HNbCeJsM+2OHdHJairR pcWyIE8GE/xddDorBVRL+TsibJQyvTSM/8KVv98aUCogK9uQPq832hcewj+VaA8ZPhoW TMeeQdl/yw6oSHUuTPc4TO6SD4pWcey2Gz2sE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=BbSRgAHPMNC/X2wlUF7Gj7zDd8gMnDr9lDlCc2SsIbU=; b=xeEtZR/VKTSoQhjNoUHJJtAIKZz1EqtxFdqikmpz+0eCt4e4gCQbdY/fCkTuYQ9Weh E8dpZfFo9NdebLWfU1mwnVBbskjYlWXYfHr7yAm9lo6U5gcfx0zTD2PN65p5eE/+TaCd FMNdqgQ8iWHugIYPz1bfiq0HPLRz4/u3MAAbpUxBrYMhSgNt7Z179sNbnIr9szhVszgq Rtb6ezlzBUhMSeNpLM5spRqbgjwKDQUxAQZwh27E2Q6ykgF+cKync+oQqKA0bQBzt9qX zngxAWar3U31LeRSuSV8+mUmErGjIhRWtZi5FtxKQgydIPvF/c+XdXERUIfhZZtj5JZQ hhtg== X-Gm-Message-State: AOAM530fNz1R1H2VTHuma9CED2UQhu6++xTW1nEMkTC6KtxL/C25K1xF HpU8Gk32doy+aFLyFNg3Ak64QA== X-Google-Smtp-Source: ABdhPJxI8g383YGwOPBz8JL/+JxZRN19m8yXZC8ZfFvscJJahn/sF9LfJIeac9SKUlM9N1apF/IAJg== X-Received: by 2002:a17:90b:38cd:b0:1dc:1ebe:2c6c with SMTP id nn13-20020a17090b38cd00b001dc1ebe2c6cmr262857pjb.149.1652371509653; Thu, 12 May 2022 09:05:09 -0700 (PDT) Received: from tictac2.mtv.corp.google.com ([2620:15c:202:201:504e:720d:de58:4f66]) by smtp.gmail.com with ESMTPSA id b15-20020a62a10f000000b0050dc762817esm21381pff.88.2022.05.12.09.05.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 May 2022 09:05:09 -0700 (PDT) From: Douglas Anderson To: Rob Herring , Bjorn Andersson Cc: Stephen Boyd , Matthias Kaehlcke , Alexandru M Stan , Krzysztof Kozlowski , Rajendra Nayak , "Joseph S . Barrera III" , Julius Werner , Douglas Anderson , Andy Gross , Krzysztof Kozlowski , Rob Herring , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] dt-bindings: arm: qcom: Add sc7180 Chromebook board bindings Date: Thu, 12 May 2022 09:04:45 -0700 Message-Id: <20220512090429.1.I9804fcd5d6c8552ab25f598dd7a3ea71b15b55f0@changeid> X-Mailer: git-send-email 2.36.0.550.gb090851708-goog MIME-Version: 1.0 X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This copy-pastes compatibles from sc7180-based boards from the device trees to the yaml file so that `make dtbs_check` will be happy. NOTES: - I make no attempt to try to share an "item" for all sc7180 based Chromebooks. Because of the revision matching scheme used by the Chromebook bootloader, at times we need a different number of revisions listed. - Some of the odd entries in here (like google,homestar-rev23 or the fact that "Google Lazor Limozeen without Touchscreen" changed from sku5 to sku6) are not typos but simply reflect reality. - Many revisions of boards here never actually went to consumers, but they are still in use within various companies that were involved in Chromebook development. Since Chromebooks are developed with an "upstream first" methodology, having these revisions supported with upstream Linux is important. Making it easy for Chromebooks to be developed with an "upstream first" methodology is valuable to the upstream community because it improves the quality of upstream and gets Chromebooks supported with vanilla upstream faster. Signed-off-by: Douglas Anderson --- .../devicetree/bindings/arm/qcom.yaml | 180 ++++++++++++++++++ 1 file changed, 180 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 5c06d1bfc046..399be67eb5d2 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -214,11 +214,191 @@ properties: - qcom,ipq8074-hk10-c2 - const: qcom,ipq8074 + # Qualcomm Technologies, Inc. SC7180 IDP - items: - enum: - qcom,sc7180-idp - const: qcom,sc7180 + # Google CoachZ (rev1 - 2) + - items: + - const: google,coachz-rev1 + - const: google,coachz-rev2 + - const: qcom,sc7180 + + # Google CoachZ (newest rev) + - items: + - const: google,coachz + - const: qcom,sc7180 + + # Google CoachZ with LTE (rev1 - 2) + - items: + - const: google,coachz-rev1-sku0 + - const: google,coachz-rev2-sku0 + - const: qcom,sc7180 + + # Google CoachZ with LTE (newest rev) + - items: + - const: google,coachz-sku0 + - const: qcom,sc7180 + + # Google Homestar (rev2) + - items: + - const: google,homestar-rev2 + - const: google,homestar-rev23 + - const: qcom,sc7180 + + # Google Homestar (rev3) + - items: + - const: google,homestar-rev3 + - const: qcom,sc7180 + + # Google Homestar (newest rev) + - items: + - const: google,homestar + - const: qcom,sc7180 + + # Google Lazor (rev0) + - items: + - const: google,lazor-rev0 + - const: qcom,sc7180 + + # Google Lazor (rev1 - 2) + - items: + - const: google,lazor-rev1 + - const: google,lazor-rev2 + - const: qcom,sc7180 + + # Google Lazor (rev3 - 8) + - items: + - const: google,lazor-rev3 + - const: google,lazor-rev4 + - const: google,lazor-rev5 + - const: google,lazor-rev6 + - const: google,lazor-rev7 + - const: google,lazor-rev8 + - const: qcom,sc7180 + + # Google Lazor (newest rev) + - items: + - const: google,lazor + - const: qcom,sc7180 + + # Google Lazor with KB Backlight (rev1 - 2) + - items: + - const: google,lazor-rev1-sku2 + - const: google,lazor-rev2-sku2 + - const: qcom,sc7180 + + # Google Lazor with KB Backlight (rev3 - 8) + - items: + - const: google,lazor-rev3-sku2 + - const: google,lazor-rev4-sku2 + - const: google,lazor-rev5-sku2 + - const: google,lazor-rev6-sku2 + - const: google,lazor-rev7-sku2 + - const: google,lazor-rev8-sku2 + - const: qcom,sc7180 + + # Google Lazor with KB Backlight (newest rev) + - items: + - const: google,lazor-sku2 + - const: qcom,sc7180 + + # Google Lazor with LTE (rev1 - 2) + - items: + - const: google,lazor-rev1-sku0 + - const: google,lazor-rev2-sku0 + - const: qcom,sc7180 + + # Google Lazor with LTE (rev3 - 8) + - items: + - const: google,lazor-rev3-sku0 + - const: google,lazor-rev4-sku0 + - const: google,lazor-rev5-sku0 + - const: google,lazor-rev6-sku0 + - const: google,lazor-rev7-sku0 + - const: google,lazor-rev8-sku0 + - const: qcom,sc7180 + + # Google Lazor with LTE (newest rev) + - items: + - const: google,lazor-sku0 + - const: qcom,sc7180 + + # Google Lazor Limozeen (rev4 - rev8) + - items: + - const: google,lazor-rev4-sku4 + - const: google,lazor-rev5-sku4 + - const: google,lazor-rev6-sku4 + - const: google,lazor-rev7-sku4 + - const: google,lazor-rev8-sku4 + - const: qcom,sc7180 + + # Google Lazor Limozeen (newest rev) + - items: + - const: google,lazor-sku4 + - const: qcom,sc7180 + + # Google Lazor Limozeen without Touchscreen (rev4) + - items: + - const: google,lazor-rev4-sku5 + - const: qcom,sc7180 + + # Google Lazor Limozeen without Touchscreen (rev5 - rev8) + - items: + - const: google,lazor-rev5-sku5 + - const: google,lazor-rev5-sku6 + - const: google,lazor-rev6-sku6 + - const: google,lazor-rev7-sku6 + - const: google,lazor-rev8-sku6 + - const: qcom,sc7180 + + # Google Lazor Limozeen without Touchscreen (newest rev) + - items: + - const: google,lazor-sku6 + - const: qcom,sc7180 + + # Google Pompom (rev1) + - items: + - const: google,pompom-rev1 + - const: qcom,sc7180 + + # Google Pompom (rev2) + - items: + - const: google,pompom-rev2 + - const: qcom,sc7180 + + # Google Pompom (newest rev) + - items: + - const: google,pompom + - const: qcom,sc7180 + + # Google Pompom with LTE (rev1) + - items: + - const: google,pompom-rev1-sku0 + - const: qcom,sc7180 + + # Google Pompom with LTE (rev2) + - items: + - const: google,pompom-rev2-sku0 + - const: qcom,sc7180 + + # Google Pompom with LTE (newest rev) + - items: + - const: google,pompom-sku0 + - const: qcom,sc7180 + + # Google Trogdor (newest rev) + - items: + - const: google,trogdor + - const: qcom,sc7180 + + # Google Trogdor (newest rev) with LTE + - items: + - const: google,trogdor-sku0 + - const: qcom,sc7180 + - items: - enum: - qcom,sc7280-crd From patchwork Thu May 12 16:04:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Anderson X-Patchwork-Id: 1630275 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.a=rsa-sha256 header.s=google header.b=dhlGVikV; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4Kzc7V2RfVz9sGJ for ; Fri, 13 May 2022 02:05:26 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356267AbiELQFX (ORCPT ); Thu, 12 May 2022 12:05:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356250AbiELQFM (ORCPT ); Thu, 12 May 2022 12:05:12 -0400 Received: from mail-pg1-x532.google.com (mail-pg1-x532.google.com [IPv6:2607:f8b0:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8518B25C2AB for ; Thu, 12 May 2022 09:05:11 -0700 (PDT) Received: by mail-pg1-x532.google.com with SMTP id l11so4991810pgt.13 for ; Thu, 12 May 2022 09:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=jQodzRrpvLC8VVynkNqTImsbAA7vm6HuQVRMnPSoLww=; b=dhlGVikVk9gpPZjb2ivh84DU0OiBpQH/FKtrtIAGJjq1P/v/U+ah3cU+8Z+zGc1grE rxxTUO6TJr1ndbBS4s5jmG8YtkQldK7fSfh/iDdM15sNMSw7P6ivKsicF/Iza4kN0BDP SQD6+4bm0hAhmfWW5j5+X9aosx2LetWZtwSfg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=jQodzRrpvLC8VVynkNqTImsbAA7vm6HuQVRMnPSoLww=; b=LH7YhRTNKc+DupvIgvc11Psisa8jnZWqUIGmXdqNFh6qowZE2srqFtVla4kg2/7AaK VWfbZD+HcmjRBTcd1bkFLyrLmHVW5rWWI9n2PoYDnNHeEqBBNqa42gXjILt5tsaPscW8 b/wKgK8lHGv7H5IoKeMXnkbBlnNuktPV7/FVwWmrC6MDX1IbugisdCpcsQ9N2tqHNt9z Mrg8FmSbTTj/FxyOJaoA3/1YozNuCJi8A4s6MWE2RISQZ6pqb7L3qTL52qFL4doeAe0p iKcCDCAB0Z/SxRShN/tuY3y5lIRDJiUlV2uX2wN4keA3BqgjNgKh1kD4Msdc5qFTW6Kk Rokw== X-Gm-Message-State: AOAM530dr9DTFAXLGr1HNjgzCNEG5a9vCP7XJ/SFF4f96B+QX7siHOhb YiLd3BU+iQC/FgiJlPXcGE2hLA== X-Google-Smtp-Source: ABdhPJx51s++hc6gA/ZX1sf8tg3GuQAsQdZBrp6LYUTPfePxvWWMxmRIYkK5jtyP2P3NLOLqSwaGxA== X-Received: by 2002:a63:dd55:0:b0:3da:eb74:ef9b with SMTP id g21-20020a63dd55000000b003daeb74ef9bmr313327pgj.600.1652371510964; Thu, 12 May 2022 09:05:10 -0700 (PDT) Received: from tictac2.mtv.corp.google.com ([2620:15c:202:201:504e:720d:de58:4f66]) by smtp.gmail.com with ESMTPSA id b15-20020a62a10f000000b0050dc762817esm21381pff.88.2022.05.12.09.05.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 May 2022 09:05:10 -0700 (PDT) From: Douglas Anderson To: Rob Herring , Bjorn Andersson Cc: Stephen Boyd , Matthias Kaehlcke , Alexandru M Stan , Krzysztof Kozlowski , Rajendra Nayak , "Joseph S . Barrera III" , Julius Werner , Douglas Anderson , Andy Gross , Krzysztof Kozlowski , Rob Herring , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] dt-bindings: arm: qcom: Add / fix sc7280 board bindings Date: Thu, 12 May 2022 09:04:46 -0700 Message-Id: <20220512090429.2.I1318c1ae2ce55ade1d092fc21df846360b15c560@changeid> X-Mailer: git-send-email 2.36.0.550.gb090851708-goog In-Reply-To: <20220512090429.1.I9804fcd5d6c8552ab25f598dd7a3ea71b15b55f0@changeid> References: <20220512090429.1.I9804fcd5d6c8552ab25f598dd7a3ea71b15b55f0@changeid> MIME-Version: 1.0 X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This copy-pastes compatibles from sc7280-based boards from the device trees to the yaml file. It also fixes the CRD/IDP bindings which had gotten stale. Signed-off-by: Douglas Anderson --- .../devicetree/bindings/arm/qcom.yaml | 40 +++++++++++++++---- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 399be67eb5d2..c7ab028d54a0 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -399,14 +399,40 @@ properties: - const: google,trogdor-sku0 - const: qcom,sc7180 + # Qualcomm Technologies, Inc. sc7280 CRD platform (rev3 - 4) - items: - - enum: - - qcom,sc7280-crd - - qcom,sc7280-idp - - qcom,sc7280-idp2 - - google,hoglin - - google,piglin - - google,senor + - const: qcom,sc7280-crd + - const: google,hoglin-rev3 + - const: google,hoglin-rev4 + - const: google,piglin-rev3 + - const: google,piglin-rev4 + - const: qcom,sc7280 + + # Qualcomm Technologies, Inc. sc7280 CRD platform (newest rev) + - items: + - const: google,hoglin + - const: qcom,sc7280 + + # Qualcomm Technologies, Inc. sc7280 IDP SKU1 platform + - items: + - const: qcom,sc7280-idp + - const: google,senor + - const: qcom,sc7280 + + # Qualcomm Technologies, Inc. sc7280 IDP SKU2 platform + - items: + - const: qcom,sc7280-idp2 + - const: google,piglin + - const: qcom,sc7280 + + # Google Herobrine (newest rev) + - items: + - const: google,herobrine + - const: qcom,sc7280 + + # Google Villager (newest rev) + - items: + - const: google,villager - const: qcom,sc7280 - items: From patchwork Thu May 12 16:04:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Anderson X-Patchwork-Id: 1630274 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.a=rsa-sha256 header.s=google header.b=m7OSpe1t; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4Kzc7P02WMz9sGJ for ; Fri, 13 May 2022 02:05:20 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356243AbiELQFS (ORCPT ); Thu, 12 May 2022 12:05:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356247AbiELQFO (ORCPT ); Thu, 12 May 2022 12:05:14 -0400 Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E787062A29 for ; Thu, 12 May 2022 09:05:12 -0700 (PDT) Received: by mail-pj1-x102f.google.com with SMTP id l7-20020a17090aaa8700b001dd1a5b9965so5314153pjq.2 for ; Thu, 12 May 2022 09:05:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wl6H6/ZeYYFL+udhozFko8xO2rpE47Y82z32+dXEgkU=; b=m7OSpe1tZ/cyPq27UV0tY1eL/crWhI78b9PzFapLWaB+gxOFWFRUetg2jbulMEhqt3 5Kp0ifj0Mh/4bStbSENrHUothijQnISCFdIQeSMy+OCg+5QLtdgf8TXPLOCanYorYF0a /FLEK8gPDbHnk5jj7awz6FmLWXLSe/5rptUX4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wl6H6/ZeYYFL+udhozFko8xO2rpE47Y82z32+dXEgkU=; b=TLUGy45cSvLSWhc71jzdKsRzDkjkfr5TqLLt5l6/BqlWbUWsZYBCzgWnl+FXVM+nLf g67glXgvSnUNXB1It9Hp7QosskZEJgyrJebSiMVtkI5QicFlzh4rh2j8ePs1cMLMviiR Xf9xZ9vXaZojF4sqRac8YOg6IYTN6oNVumtHnv0oSr6YBnkQY4sJA+5julJQ99zVX2xr B8M0muTBzRi65o4acKIRaGkYEpbf4zRVd7gTWdeZgl+umOz8KUKyIi8jcuiOFFaBd1jM 7HdZcayzveROylq+u/MNzOq+Ua5ehfhSw1foSvDGxd3jJegQk8lQDXs2bJAu3exLpzUG uMuw== X-Gm-Message-State: AOAM532+IpK/8wXVhE2M4NkdomWTVf3/OSJNQbmlTg2nLCVRn4ESHJc8 HN6bs13nycv/mOX1pUFoHOt04w== X-Google-Smtp-Source: ABdhPJwQurYXyEcyUiofx57PFK80uo9DFEvuuSj3LhQA5PscmC4dWtlFvBkLqMyIUtSyQcjuTueBWw== X-Received: by 2002:a17:902:70c9:b0:15f:a78:fd15 with SMTP id l9-20020a17090270c900b0015f0a78fd15mr464592plt.12.1652371512360; Thu, 12 May 2022 09:05:12 -0700 (PDT) Received: from tictac2.mtv.corp.google.com ([2620:15c:202:201:504e:720d:de58:4f66]) by smtp.gmail.com with ESMTPSA id b15-20020a62a10f000000b0050dc762817esm21381pff.88.2022.05.12.09.05.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 May 2022 09:05:12 -0700 (PDT) From: Douglas Anderson To: Rob Herring , Bjorn Andersson Cc: Stephen Boyd , Matthias Kaehlcke , Alexandru M Stan , Krzysztof Kozlowski , Rajendra Nayak , "Joseph S . Barrera III" , Julius Werner , Douglas Anderson , Andy Gross , Krzysztof Kozlowski , Rob Herring , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/3] dt-bindings: arm: qcom: Add more sc7180 Chromebook board bindings Date: Thu, 12 May 2022 09:04:47 -0700 Message-Id: <20220512090429.3.Ie8713bc0377672ed8dd71189e66fc0b77226fb85@changeid> X-Mailer: git-send-email 2.36.0.550.gb090851708-goog In-Reply-To: <20220512090429.1.I9804fcd5d6c8552ab25f598dd7a3ea71b15b55f0@changeid> References: <20220512090429.1.I9804fcd5d6c8552ab25f598dd7a3ea71b15b55f0@changeid> MIME-Version: 1.0 X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This adds board bindings for boards that are downstream but not quite upstream yet. Signed-off-by: Douglas Anderson --- .../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