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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0126BC433E0 for ; Thu, 25 Feb 2021 22:59:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6AB564F32 for ; Thu, 25 Feb 2021 22:58:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232471AbhBYW6n (ORCPT ); Thu, 25 Feb 2021 17:58:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231309AbhBYW6i (ORCPT ); Thu, 25 Feb 2021 17:58:38 -0500 Received: from mail-qt1-x82a.google.com (mail-qt1-x82a.google.com [IPv6:2607:f8b0:4864:20::82a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9C47C061574 for ; Thu, 25 Feb 2021 14:57:57 -0800 (PST) Received: by mail-qt1-x82a.google.com with SMTP id f17so5434408qth.7 for ; Thu, 25 Feb 2021 14:57:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=U1hhikhUfJgUYoJWHOz5mYG43dgdqvD25NKJhwkGGME=; b=W1Lg/r85qkEkqlSzP3K7bUkT8hCe1cymIs3mOxfNemlRXXDK1J99kIUqTtEdKHoD5P YrOMdAXcg4Y5Vqz8s0EoLdA6z553GS5BJPSOEyq6PKNcVO0NYEqr2XiIXYjyyIDEArGe AoKfPOdmJLAqN4FOF2o0ENH1UB6kPJ7E76H+E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=U1hhikhUfJgUYoJWHOz5mYG43dgdqvD25NKJhwkGGME=; b=AlKB//3ozdOyKmL+C38x0eB8d424qoqopwc3fmNVG9r3tZoyuVKCeWP/32ZvnTnG69 brhPpFHUz3pGi7tlzKVgFG6iUBCObDpwXe8r1g1K/UX3f3ZEZ3FviGTSAN2DFR1u2h3b QjZB/JKmUjPeHEfsdDDW37l2kxpNVWd/3zukiNPJHu54PkG5uWm8q4p3RPe56IUguTU8 2ovT2hALe9yAWyILTZC+VsErEAM5JZcURueV5eVJn+hoMommQ61IR3hNtzEFP/xPwIEM JYFVSQ0hRyfY2J3n3VAduURlYFq44fkTkUkRiBKG8gRiAqZZiKIERyXh1I7sEm3g5gya KiyQ== X-Gm-Message-State: AOAM531bvar6Uv6QWZjiyZ2fukZiZVTcHgsTj4bvFoJIT1kX56Jv433d U/WFW81jhZ1C1ZMZmCSTWLQbQEAqsCTrNA== X-Google-Smtp-Source: ABdhPJznmCKxHPJQFTIAuhPzjzwe+auto5/hVcUcHVXxsWsCOg8K/5sYuffTcV2/62/uvErEgHyU+w== X-Received: by 2002:ac8:6a16:: with SMTP id t22mr362641qtr.333.1614293876996; Thu, 25 Feb 2021 14:57:56 -0800 (PST) Received: from mail-yb1-f178.google.com (mail-yb1-f178.google.com. [209.85.219.178]) by smtp.gmail.com with ESMTPSA id e15sm4637546qti.79.2021.02.25.14.57.56 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 25 Feb 2021 14:57:56 -0800 (PST) Received: by mail-yb1-f178.google.com with SMTP id c131so7071090ybf.7 for ; Thu, 25 Feb 2021 14:57:56 -0800 (PST) X-Received: by 2002:a25:4e83:: with SMTP id c125mr201182ybb.343.1614293875603; Thu, 25 Feb 2021 14:57:55 -0800 (PST) MIME-Version: 1.0 References: <20210225221310.1939599-1-dianders@chromium.org> <20210225141022.2.Id27e7e6f90c29bf623fa4880e18a14ba1dffd2d2@changeid> In-Reply-To: From: Doug Anderson Date: Thu, 25 Feb 2021 14:57:44 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 02/13] arm64: dts: qcom: Move sc7180 MI2S config to board files and make pulldown To: Konrad Dybcio Cc: Bjorn Andersson , Stephen Boyd , Alexandru M Stan , Matthias Kaehlcke , Rob Clark , V Sujith Kumar Reddy , Srinivasa Rao Mandadapu , Tzung-Bi Shih , Judy Hsiao , Andy Gross , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-arm-msm , LKML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thu, Feb 25, 2021 at 2:55 PM Konrad Dybcio wrote: > > Hi, > > > > > > +&pri_mi2s_active { > > + pinconf { > > + pins = "gpio53", "gpio54", "gpio55", "gpio56"; > > + drive-strength = <2>; > > + bias-pull-down; > > + }; > > +}; > > + > > You can omit pinconf{}, so the outcome would be: > &pri_mi2s_active { > > pins = ... > > ... > > }; > > > This makes the DTs ever so shorter and is the style that's currently used for new submissions. > > Same goes for the nodes that are being referenced. Yes, I agree. That definitely makes sense going forward, but I think it'll just add to the confusion to switch a dts for a given SoC mid-stride. ...or, if we do switch the style it should be done in a separate (no-op) patch series. This series is already giant enough... -Doug