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=-11.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 C4BE6C433DB for ; Mon, 11 Jan 2021 17:57:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9829C223C8 for ; Mon, 11 Jan 2021 17:57:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389000AbhAKR5Q (ORCPT ); Mon, 11 Jan 2021 12:57:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:34080 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727658AbhAKR5Q (ORCPT ); Mon, 11 Jan 2021 12:57:16 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id EF308223C8; Mon, 11 Jan 2021 17:56:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610387796; bh=VVdoe/fFkW7e9GLeLQQFncccjyQuk+zkmjS/cC7BkAI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZiDVWKpuOlP1Hbb9plKYgEkukEOXsLduoQleVA94ifUcCfJX90xAk+ve2BOmQy+Mz 2tGlj4Ixh6iYPDjfYVTirha3ARMNQFbG3gSIX0S/oUPIwUTPTkPblLxngv3nVsbPUt 2wLjaYyHYVBtfDQOIA7WvsrMwYkC0bRAbYH2m2gne3SpkfBKkAw0bgnTp5hLh6m53N ZWUhTRWv0Ev8s5uoxvSpomX7YaaINezEsA9xwwh4FH5eY1riO9oF8kIkQUTWvX0st5 csXbhCMY3vYcovfBtn8iN5A1ev58qEngThaGnePYQatzFepWIv4e5rLUqPRySyw/vd d0U7o3CV0kj+w== Date: Mon, 11 Jan 2021 23:26:31 +0530 From: Vinod Koul To: Doug Anderson Cc: Bjorn Andersson , Mark Brown , Wolfram Sang , linux-arm-msm , Andy Gross , Matthias Kaehlcke , Sumit Semwal , Amit Pundir , linux-spi , linux-i2c@vger.kernel.org, LKML Subject: Re: [PATCH 7/7] arm64: dts: qcom: sdm845: enable dma for spi Message-ID: <20210111175631.GD2771@vkoul-mobl> References: <20210111151651.1616813-1-vkoul@kernel.org> <20210111151651.1616813-8-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 11-01-21, 08:47, Doug Anderson wrote: > Hi, > > On Mon, Jan 11, 2021 at 7:18 AM Vinod Koul wrote: > > > > @@ -2622,6 +2626,13 @@ pinmux { > > "gpio2", "gpio3"; > > function = "qup0"; > > }; > > + > > + config { > > Convention in Qualcomm device tree files seems to be that the node is > "pinconf", not "config". Yes missed that, thanks for pointing > > > > + pins = "gpio0", "gpio1", > > + "gpio2", "gpio3"; > > + drive-strength = <6>; > > + bias-disable; > > + }; > > Pin config almost never belongs in the SoC dtsi file. This should be > in the board .dts file. What if pulls are needed on some pins? What > if you need a stronger or weaker drive strength? Right I will move it to dtsi -- ~Vinod