Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757994Ab1CCJgo (ORCPT ); Thu, 3 Mar 2011 04:36:44 -0500 Received: from sputnik.urmx.de ([88.198.51.18]:37369 "EHLO sputnik.urmx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754507Ab1CCJgm (ORCPT ); Thu, 3 Mar 2011 04:36:42 -0500 From: Dirk Eibach To: linux-kernel@vger.kernel.org Cc: linux-doc@vger.kernel.org, rdunlap@xenotime.net, devicetree-discuss@lists.ozlabs.org, w.sang@pengutronix.de, khali@linux-fr.org, Dirk Eibach Subject: [PATCH] hwmon: (ads1015) Add devicetree documentation Date: Thu, 3 Mar 2011 10:16:45 +0100 Message-Id: <1299143805-13133-1-git-send-email-eibach@gdsys.de> X-SafeGuard_MailGateway: Version: 5.60.3.10058 SGMG Date: 20110303091648Z X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-5; AVE: 7.9.4.178; VDF: 7.11.4.48; host: mailrelay) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1083 Lines: 35 Signed-off-by: Dirk Eibach --- Documentation/devicetree/bindings/i2c/ads1015.txt | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/i2c/ads1015.txt diff --git a/Documentation/devicetree/bindings/i2c/ads1015.txt b/Documentation/devicetree/bindings/i2c/ads1015.txt new file mode 100644 index 0000000..3a7d67a --- /dev/null +++ b/Documentation/devicetree/bindings/i2c/ads1015.txt @@ -0,0 +1,15 @@ +ADS1015 (I2C) + +Optional properties: + + - exported-channels : exported_channels is a bitmask that specifies which + inputs should be exported to sysfs. + +Example: +ads1015@49 { + compatible = "ti,ads1015"; + reg = <0x49>; + exported-channels = <0x14>; +}; + +In this example only in2_input and in4_input would be created. -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/