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 7E6C6C433EF for ; Fri, 13 May 2022 19:36:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355895AbiEMTgo (ORCPT ); Fri, 13 May 2022 15:36:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1383717AbiEMTgo (ORCPT ); Fri, 13 May 2022 15:36:44 -0400 Received: from mail-pf1-x431.google.com (mail-pf1-x431.google.com [IPv6:2607:f8b0:4864:20::431]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D8C32DDD for ; Fri, 13 May 2022 12:36:42 -0700 (PDT) Received: by mail-pf1-x431.google.com with SMTP id d25so8510872pfo.10 for ; Fri, 13 May 2022 12:36:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=MVy7iZsksoOMOAm3NNokxlKH1OgviSGLirV/jH2bp6g=; b=oT5OvAp1Zz7AUlM0aKl+8ZIvs1C599gkbilzsnIpz1AO0oVZtegSofmqZGgF3owSwx e8aeEmF7v4n8qZXGa+DBCVXRNsxBwn4zoGlpEV6qhQ787uUrQWaSqVnM7yebGfhktUlW vTbi4mb7fLQDubyl82mTHh+SczIl1wnGaEF44= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=MVy7iZsksoOMOAm3NNokxlKH1OgviSGLirV/jH2bp6g=; b=kRQA/bWe1KOMnB8hrLkBPc5E/PQlLYaXxKKXwpC1zh/SxuARC39bHiIaY35BpJy6TS FjTbd/tdjhn7+7CKSp2rvR2onJaERD56RvNzR53XRg+MQ2m8ofm8X82HJJ7YjMAzjHND n6xoFRLu0FEmiW9ryIr3j40byuuientpTQ4bEf4lhrYpTKxxXpIGlbYVRt6A7rOl0z5o Yhe74Lk1MAhcd69x3npzacGEp6S6wIh/uSq7aRPyEEDLJkdJng4+hKvuWstWjMVllrUN ao1ci+6Yb9O/erjswF3q2OFw/DS2pcdr4i3/h+n5sm/lAynHCQW0nj+pkYPtXO7enr2C dUpg== X-Gm-Message-State: AOAM531Xhtfold6lIf7q3Xa3tIVe0XCkghaSUw6iDvWf8sWWzcoJrmaA AP3br/9FeQQ+6NTFb3IauJ1gdw== X-Google-Smtp-Source: ABdhPJxGphb+a3j/4IMs2jeADD8wkkmOnIgagtQf5njkuMbaHesyMm7dlmo28dn15Im4KjxHYXi02A== X-Received: by 2002:a63:605:0:b0:3db:a8bc:fb71 with SMTP id 5-20020a630605000000b003dba8bcfb71mr2548020pgg.125.1652470601682; Fri, 13 May 2022 12:36:41 -0700 (PDT) Received: from localhost ([2620:15c:11a:202:bc87:9632:bcce:8e17]) by smtp.gmail.com with UTF8SMTPSA id l17-20020a629111000000b0050dc7628186sm2181056pfe.96.2022.05.13.12.36.40 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 13 May 2022 12:36:41 -0700 (PDT) Date: Fri, 13 May 2022 12:36:39 -0700 From: Matthias Kaehlcke To: Douglas Anderson Cc: Rob Herring , Bjorn Andersson , Stephen Boyd , Krzysztof Kozlowski , Rajendra Nayak , Alexandru M Stan , Julius Werner , "Joseph S . Barrera III" , Andy Gross , Krzysztof Kozlowski , Rob Herring , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/4] dt-bindings: arm: qcom: Add / fix sc7280 board bindings Message-ID: References: <20220513095722.v2.1.I71e42c6174f1cec17da3024c9f73ba373263b9b6@changeid> <20220513095722.v2.3.I1318c1ae2ce55ade1d092fc21df846360b15c560@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220513095722.v2.3.I1318c1ae2ce55ade1d092fc21df846360b15c560@changeid> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, May 13, 2022 at 09:59:19AM -0700, Douglas Anderson wrote: > 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 Reviewed-by: Matthias Kaehlcke