From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 2/3] ARM: dts: msm8974-hammerhead: Add regulator nodes for hammerhead Date: Sun, 17 Jul 2016 21:21:48 +0200 Message-ID: <2913371.W2mXA8xjNE@wuerfel> References: <20160717105208.9596-1-bshah@kde.org> <20160717105208.9596-3-bshah@kde.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20160717105208.9596-3-bshah@kde.org> Sender: linux-arm-msm-owner@vger.kernel.org To: Bhushan Shah Cc: Andy Gross , Bjorn Andersson , David Brown , Rob Herring , Mark Rutland , Russell King , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Sunday, July 17, 2016 4:22:07 PM CEST Bhushan Shah wrote: > + > + smd { > + rpm { > + rpm_requests { > + pm8841-regulators { > + s1 { > + regulator-min-microvolt = <675000>; > + regulator-max-microvolt = <1050000>; > + }; Maybe add a label at either the rpm_requests or the pm8841-regulators node so you can add properties in the leaf nodes withoutout having to specify the whole path? Arnd