From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Kaehlcke Subject: [PATCH v5 1/2] dt-bindings: iio: vadc: Update example to include unit address for node 'usb-id-nopull' Date: Wed, 3 Oct 2018 17:14:31 -0700 Message-ID: <20181004001432.21218-2-mka@chromium.org> References: <20181004001432.21218-1-mka@chromium.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20181004001432.21218-1-mka@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: Andy Gross , David Brown , Rob Herring , Mark Rutland , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Douglas Anderson , Matthias Kaehlcke List-Id: devicetree@vger.kernel.org The node has a reg property, therefore its name should include a unit address. Also change the name from 'usb_id_nopull' to 'usb-id-nopull' to follow DT conventions. Signed-off-by: Matthias Kaehlcke --- Changes in v4: - patch added to the series --- Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt index d0c188e5c922..ff7aa5038ba6 100644 --- a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt +++ b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.txt @@ -112,7 +112,7 @@ Example: io-channel-ranges; /* Channel node */ - usb_id_nopull { + usb-id-nopull@VADC_LR_MUX10_USB_ID { reg = ; qcom,decimation = <512>; qcom,ratiometric; -- 2.19.0.605.g01d371f741-goog