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 2F168C433F5 for ; Mon, 6 Dec 2021 05:58:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237455AbhLFGBs (ORCPT ); Mon, 6 Dec 2021 01:01:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237447AbhLFGBr (ORCPT ); Mon, 6 Dec 2021 01:01:47 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0DE5C0613F8; Sun, 5 Dec 2021 21:58:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 11A25611AB; Mon, 6 Dec 2021 05:58:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 945BEC341C2; Mon, 6 Dec 2021 05:58:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638770298; bh=xUyeOfDWCmhl+OkbPQiV6GQlxjknO51Ug8n+l8xaFm4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G/g4n4uj1r/B5nx1bDJXe6d3csmDEsZRzl+lVxdw3EQ9zT1yJ/dn125yYhglw4HwG cffg+Rvpc4pir0fM71/GmAoU74MljEsJW7p7+s79SakEIBvZaq5Exq18UuzDNhKGM7 Mxgj36FiPMCb5YUBcCbmop3MBF3oFQ5v3Z7mwpbk27Z8NRc78ewI0kBlmfvhjLTV4b eFCcxayNYEKFgT/eseYjaHtldtKXBiOTSDz2av84GouDnhL2hf+rqDHtpjw4vCzluH oIOyiZnbk0jgDnC366Vo+DFFwv5lKaN6Vzh/o4ot1iZLpvE2DjejgWGd3BMOd8sCWK A6GDDUDmmNcvw== Date: Mon, 6 Dec 2021 11:28:14 +0530 From: Vinod Koul To: Konrad Dybcio Cc: Bjorn Andersson , linux-arm-msm@vger.kernel.org, Andy Gross , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 09/15] arm64: dts: qcom: sm8450-qrd: enable ufs nodes Message-ID: References: <20211201072915.3969178-1-vkoul@kernel.org> <20211201072915.3969178-10-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 01-12-21, 16:18, Konrad Dybcio wrote: > > On 01.12.2021 08:29, Vinod Koul wrote: > > Enable the UFS and phy node and add the regulators used by them. > > > > Signed-off-by: Vinod Koul > > --- > > arch/arm64/boot/dts/qcom/sm8450-qrd.dts | 21 +++++++++++++++++++++ > > 1 file changed, 21 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts > > index 218eb3ce1ee5..3e65d662ab8c 100644 > > --- a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts > > +++ b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts > > @@ -5,6 +5,7 @@ > > > > /dts-v1/; > > > > +#include > > This should probably go to the SoC DTSI, as it's generally used > > in every DT if you have anything more than serial console working.. But arent the gpios added in board dts typically? I am okay either way... Bjorn where would you like this to be..? Seems like we have this is both board as well as SoC DTS > > > Konrad -- ~Vinod