From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from metis.ext.pengutronix.de (unknown [IPv6:2001:6f8:1178:4:290:27ff:fe1d:cc33]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 7165F1A08FB for ; Wed, 20 Aug 2014 19:04:53 +1000 (EST) From: Philipp Zabel To: devicetree@vger.kernel.org Subject: [RFC PATCH 2/6] Documentation: Add isl1208 and isl12022 to trivial-devices list Date: Wed, 20 Aug 2014 10:43:00 +0200 Message-Id: <1408524184-31928-3-git-send-email-p.zabel@pengutronix.de> In-Reply-To: <1408524184-31928-1-git-send-email-p.zabel@pengutronix.de> References: <1408524184-31928-1-git-send-email-p.zabel@pengutronix.de> Cc: Mark Rutland , Alessandro Zummo , Russell King , Pawel Moll , Ian Campbell , Rob Herring , Paul Mackerras , Philipp Zabel , Kumar Gala , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch adds the Intersil ISL1208 and ISL12022 I2C RTCs to the trivial-devices list. Signed-off-by: Philipp Zabel --- Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt index 6504297..ec4c6b2 100644 --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt @@ -56,6 +56,8 @@ fsl,sgtl5000 SGTL5000: Ultra Low-Power Audio Codec gmt,g751 G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface infineon,slb9635tt Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz) infineon,slb9645tt Infineon SLB9645 I2C TPM (new protocol, max 400khz) +isil,isl1208 Intersil ISL1208 I2C RTC Chip +isil,isl12022 Intersil ISL12022 I2C RTC Chip isil,isl12057 Intersil ISL12057 I2C RTC Chip maxim,ds1050 5 Bit Programmable, Pulse-Width Modulator maxim,max1237 Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs -- 2.1.0.rc1