From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752017AbcGNULC (ORCPT ); Thu, 14 Jul 2016 16:11:02 -0400 Received: from 36.223.133.77.rev.sfr.net ([77.133.223.36]:56925 "EHLO smtp.natisbad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397AbcGNUK7 (ORCPT ); Thu, 14 Jul 2016 16:10:59 -0400 From: arno@natisbad.org (Arnaud Ebalard) To: Alexandre Belloni Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] Documentation: dt: Intersil isl12057 is not a trivial device References: <1468371571-22641-1-git-send-email-alexandre.belloni@free-electrons.com> <1468371571-22641-2-git-send-email-alexandre.belloni@free-electrons.com> X-PGP-Key-URL: http://natisbad.org/arno@natisbad.org.asc X-Fingerprint: D3A5 B68A 839B 38A5 815A 781B B77C 0748 A7AE 341B X-Hashcash: 1:20:160714:alexandre.belloni@free-electrons.com::L3Q3zL5trLOh1vNk:00000000000000000000000000EZb X-Hashcash: 1:20:160714:a.zummo@towertech.it::fsNTzBuGBZG3dc+F:000000000000000000000000000000000000000004zv0 X-Hashcash: 1:20:160714:rtc-linux@googlegroups.com::v+qdnlqaIxGrpQ2J:0000000000000000000000000000000000043x7 X-Hashcash: 1:20:160714:linux-kernel@vger.kernel.org::9zC7bvKaKP/j1eMt:0000000000000000000000000000000009O9a Date: Thu, 14 Jul 2016 22:10:48 +0200 In-Reply-To: <1468371571-22641-2-git-send-email-alexandre.belloni@free-electrons.com> (Alexandre Belloni's message of "Wed, 13 Jul 2016 02:59:29 +0200") Message-ID: <87zipkgeuv.fsf@natisbad.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) 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 Hello, Alexandre Belloni writes: > The ISL12057 has a documentation file, remove it from trivial-devices.txt > > Signed-off-by: Alexandre Belloni > --- > Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt > index 539874490492..a397d39ea741 100644 > --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt > +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt > @@ -50,7 +50,6 @@ 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,isl12057 Intersil ISL12057 I2C RTC Chip > isil,isl29028 Intersil ISL29028 Ambient Light and Proximity Sensor > maxim,ds1050 5 Bit Programmable, Pulse-Width Modulator > maxim,max1237 Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs No strong advice on this but I thought it qualified as a trivial device because it did not *need* anything else except a compatible, an address and possibly an interrupt. The additional boolean property documented in Documentation/devicetree/bindings/rtc/isil,isl12057.txt is optional. a+