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 245E8CCA473 for ; Wed, 6 Jul 2022 13:03:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233499AbiGFNDi (ORCPT ); Wed, 6 Jul 2022 09:03:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232355AbiGFNDg (ORCPT ); Wed, 6 Jul 2022 09:03:36 -0400 Received: from relay05.th.seeweb.it (relay05.th.seeweb.it [IPv6:2001:4b7a:2000:18::166]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3506EE0B0 for ; Wed, 6 Jul 2022 06:03:34 -0700 (PDT) Received: from [192.168.1.101] (abxi46.neoplus.adsl.tpnet.pl [83.9.2.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 1DDEB3F740; Wed, 6 Jul 2022 15:03:33 +0200 (CEST) Message-ID: <8a394fa3-92fb-d162-b4ee-df010a09aed0@somainline.org> Date: Wed, 6 Jul 2022 15:03:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 04/13] ARM: dts: qcom: disable smb208 regulators for ipq8064-rb3011 Content-Language: en-US To: Christian Marangi , Andy Gross , Bjorn Andersson , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Jonathan McDowell References: <20220705133917.8405-1-ansuelsmth@gmail.com> <20220705133917.8405-5-ansuelsmth@gmail.com> From: Konrad Dybcio In-Reply-To: <20220705133917.8405-5-ansuelsmth@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 5.07.2022 15:39, Christian Marangi wrote: > Mikrotik RB3011 have a special configuration where the regulators are > not the common smb208 controlled by RPM but they use a TPS563900 > controlled via i2c. Disable the smb208 for this specific device. Ok, so that answers my question from the previous email. Please define the SMB208 regulators only in the DTs of boards that actually use it, as it is not a SoC component as far as I can tell. Konrad > > Signed-off-by: Christian Marangi > Reviewed-by: Jonathan McDowell > Tested-by: Jonathan McDowell > --- > arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts > index 9034f00f2bd8..f651e813d75a 100644 > --- a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts > +++ b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts > @@ -218,6 +218,10 @@ led@7 { > }; > }; > > +&smb208_regulators { > + status = "disabled"; > +}; > + > &adm_dma { > status = "okay"; > };