From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH 10/22] arm64: dts: qcom: pm8150b: Add pon and adc nodes Date: Tue, 20 Aug 2019 09:16:37 +0530 Message-ID: <20190820034637.GO12733@vkoul-mobl.Dlink> References: <20190814125012.8700-1-vkoul@kernel.org> <20190814125012.8700-11-vkoul@kernel.org> <20190814170803.DEFCC214DA@mail.kernel.org> <20190819174331.GN12733@vkoul-mobl.Dlink> <20190819175628.6914A22CEB@mail.kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190819175628.6914A22CEB@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd Cc: Andy Gross , linux-arm-msm@vger.kernel.org, Bjorn Andersson , sibis@codeaurora.org, Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On 19-08-19, 10:56, Stephen Boyd wrote: > Quoting Vinod Koul (2019-08-19 10:43:31) > > On 14-08-19, 10:08, Stephen Boyd wrote: > > > > > > > > > > > diff --git a/arch/arm64/boot/dts/qcom/pm8150b.dtsi b/arch/arm64/boot/dts/qcom/pm8150b.dtsi > > > > index c0a678b0f159..846197bd65cd 100644 > > > > --- a/arch/arm64/boot/dts/qcom/pm8150b.dtsi > > > > +++ b/arch/arm64/boot/dts/qcom/pm8150b.dtsi > > > > @@ -2,6 +2,7 @@ > > > > // Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. > > > > // Copyright (c) 2019, Linaro Limited > > > > > > > > +#include > > > > #include > > > > #include > > > > > > > > @@ -11,6 +12,59 @@ > > > > reg = <0x2 SPMI_USID>; > > > > #address-cells = <1>; > > > > #size-cells = <0>; > > > > + > > > > + pon@800 { > > > > > > Maybe pon node name should be 'key' or 'power-on'? > > > > pon stands for power on device. See Documentation/devicetree/bindings/power/reset/qcom,pon.txt > > Right. I was hoping for a more standard node name vs. an acronym that's > SoC specific. Sure that sounds better to me, I will make it "power-on" -- ~Vinod