From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D662C4332F for ; Tue, 22 Nov 2022 14:14:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233906AbiKVOO6 (ORCPT ); Tue, 22 Nov 2022 09:14:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231993AbiKVOO4 (ORCPT ); Tue, 22 Nov 2022 09:14:56 -0500 Received: from mail-il1-x12b.google.com (mail-il1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C183317D6 for ; Tue, 22 Nov 2022 06:14:53 -0800 (PST) Received: by mail-il1-x12b.google.com with SMTP id h17so3019553ila.6 for ; Tue, 22 Nov 2022 06:14:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=LEL1JXswoOciVAB7l+D8H9Ys9DuQbRdeYUgr6HvaLqw=; b=MhoLcQBFckWDFoDg/M7iUydo9q5aZ7pkg26LYanhGBenLbgjSmIVEERV9lkhER7B3+ o1VsgYj4gLYiRVz5vDSqPbBNDpkJW5F/kisyISsnQbUcjt921Uyp1vYOn/UPubl9D0fH 8l5DjTTDDuQ54KdbZtmr4qbj0vMMrL0pXjCBo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=LEL1JXswoOciVAB7l+D8H9Ys9DuQbRdeYUgr6HvaLqw=; b=4GiAVoZOwOt0COmv52jm27a8jUcIjrRxDWZZQ/ilYa1O699gThFd1o5VCmXHbbfMeJ sT8HhXW8GDWJo4N1zoV/VPGS9Zdr9hd0ccuT1J6fr8r/82x9g4OxdKwOmETFojHs/mx/ q6Sx5Pqt+ihaom3xenHnIuE6GnBv6lclAJpU5FNt9bkTxKU9qlMG0GN7tlwEFl6qZ79+ fGyMiyJhs3kKWdS9UuECrg78K76Er20s2CHmGl0FZC+fhcX16zPmcTOxWhqKfEAh0RLg UW7uzvqYLPUwtsOZIRezA8jNXEhNPJzozl5xvKTEMYRpZ3EQPv2vYB9Oh58Qo51HyTO2 MFYw== X-Gm-Message-State: ANoB5pml1YPkuEunNABcdsPKVk5crcn+FSo5gldDBo3zoH4H0YgBKEt3 d5jLzrs11hgQF/zDFxi9xIXJIQ== X-Google-Smtp-Source: AA0mqf6AvoSY6d8Nm2gnt1RXrtBwi6z5AKeyinvHIG5EWef+8UxlGGkkQm3AESyFb45bS39V7A2tIA== X-Received: by 2002:a92:d702:0:b0:302:5898:73d1 with SMTP id m2-20020a92d702000000b00302589873d1mr1738474iln.65.1669126492985; Tue, 22 Nov 2022 06:14:52 -0800 (PST) Received: from localhost (30.23.70.34.bc.googleusercontent.com. [34.70.23.30]) by smtp.gmail.com with UTF8SMTPSA id y18-20020a92d212000000b002ffbf49a0d2sm4887435ily.84.2022.11.22.06.14.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 22 Nov 2022 06:14:52 -0800 (PST) Date: Tue, 22 Nov 2022 14:14:49 +0000 From: Matthias Kaehlcke To: Owen Yang Cc: LKML , Douglas Anderson , Bob Moragues , Harvey , Stephen Boyd , Andy Gross , Bjorn Andersson , Rob Herring , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: arm: qcom: Adding DT binding for zombie Message-ID: References: <20221122203635.v2.1.Ie05fd439d0b271b927acb25c2a6e41af7a927e90@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221122203635.v2.1.Ie05fd439d0b271b927acb25c2a6e41af7a927e90@changeid> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Nov 22, 2022 at 08:37:02PM +0800, Owen Yang wrote: > Add an entry in the device tree binding for sc7280-zombie. nit: s/an entry/entries/ (there are two of them) > > Documentation/devicetree/bindings/arm/qcom.yaml Drop this > > Signed-off-by: Owen Yang > --- > > Changes in v2: > - Move binding item to Google series bottom. > - Modify DT file for zombie. > > Documentation/devicetree/bindings/arm/qcom.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index c15a729a6852..f617923f7485 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -538,6 +538,16 @@ properties: > - const: google,villager-sku512 > - const: qcom,sc7280 > > + - description: Google Zombie (newest rev) > + items: > + - const: google,zombie > + - const: qcom,sc7280 > + > + - description: Google Zombie with LTE (newest rev) > + items: > + - const: google,zombie-sku512 > + - const: qcom,sc7280 > + > - items: > - enum: > - xiaomi,lavender > -- > 2.17.1 >