From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752343AbaIEUwl (ORCPT ); Fri, 5 Sep 2014 16:52:41 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:55671 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751470AbaIEUwg (ORCPT ); Fri, 5 Sep 2014 16:52:36 -0400 From: Nishanth Menon To: Lee Jones CC: , , Keerthy , Mark Brown , Nishanth Menon , Samuel Ortiz , , Tony Lindgren , Subject: [PATCH V2 1/3] Documentation: dt-bindings: mfd: palmas: Fix example style of i2c peripheral Date: Fri, 5 Sep 2014 15:51:49 -0500 Message-ID: <1409950311-25236-2-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1409950311-25236-1-git-send-email-nm@ti.com> References: <1409950311-25236-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use device@address as name for device nodes. Suggested-by: Lee Jones Signed-off-by: Nishanth Menon --- 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