From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: [PATCH V3 1/3] Documentation: dt-bindings: mfd: palmas: Fix example style of i2c peripheral Date: Thu, 18 Sep 2014 14:04:44 -0500 Message-ID: <1411067086-16613-2-git-send-email-nm@ti.com> References: <1411067086-16613-1-git-send-email-nm@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1411067086-16613-1-git-send-email-nm@ti.com> Sender: linux-omap-owner@vger.kernel.org To: lee.jones@linaro.org Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Keerthy , Mark Brown , Samuel Ortiz , linux-omap@vger.kernel.org, Tony Lindgren , linux-arm-kernel@lists.infradead.org, Nishanth Menon List-Id: devicetree@vger.kernel.org Use device@address as name for device nodes. Suggested-by: Lee Jones Signed-off-by: Nishanth Menon --- V3: no change V2: http://marc.info/?l=linux-kernel&m=140995036518562&w=2 Documentation/devicetree/bindings/mfd/palmas.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/palmas.txt b/Documentation/devicetree/bindings/mfd/palmas.txt index eda8989..d193859 100644 --- a/Documentation/devicetree/bindings/mfd/palmas.txt +++ b/Documentation/devicetree/bindings/mfd/palmas.txt @@ -33,7 +33,7 @@ Optional properties: Example: -palmas { +palmas@48 { compatible = "ti,twl6035", "ti,palmas"; reg = <0x48> interrupt-parent = <&intc>; -- 1.7.9.5