From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.b="c0GQfUdL" Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 010B3B5; Sun, 19 Nov 2023 10:08:55 -0800 (PST) Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 5C06D870AF; Sun, 19 Nov 2023 19:08:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1700417333; bh=7T621AP9byF0WND9U9DAm4UlLtfk5UP5T6gptgnAur4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=c0GQfUdLHhW43WhcTLZ1fHekwm+w67ItovMNsdiK7/8/2bD0ZTOGkrx2WqtQ8VRZJ WOkin9a8vKtAF+mhImWpgTalVZ6FI4N243qhqgLWuG3SgyKc2divaOsTz65fjZhMQK To2U9ijUNcN+D26Nim+X0ig6H7opkKUq0hUyEDt3EN9gzMy/TSfzILRlwj+G1a2U2L QDcgH+egybkcdc3PMaP31RpBrXSGLu2yzYddEjuNIJqHaLz7YySdW2Y9RDDVijzBZg gvk9R68zaStCY38Kf5uNc0Jzy/Bz6NCOaTtyvD+0WU+HcriajyBW9T/5upHLlsDL3A lx1KknSjyzhbA== Message-ID: <4fe94f10-ff06-417b-a6d5-433bfeeac641@denx.de> Date: Sun, 19 Nov 2023 19:08:45 +0100 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 1/2] dt-bindings: iio: light: isl76682: Document ISL76682 To: Jonathan Cameron Cc: linux-iio@vger.kernel.org, Conor Dooley , Alexander Stein , Andre Werner , Andy Shevchenko , Bjorn Helgaas , Conor Dooley , Fabio Estevam , Guenter Roeck , Krzysztof Kozlowski , Lars-Peter Clausen , Luca Ceresoli , Mark Brown , Matti Vaittinen , Naresh Solanki , Patrick Rudolph , Rob Herring , Stefan Windfeldt-Prytz , Vincent Tremblay , devicetree@vger.kernel.org References: <20231118000614.186558-1-marex@denx.de> <20231119150756.20a023b5@jic23-huawei> Content-Language: en-US From: Marek Vasut In-Reply-To: <20231119150756.20a023b5@jic23-huawei> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On 11/19/23 16:07, Jonathan Cameron wrote: > On Sat, 18 Nov 2023 01:06:09 +0100 > Marek Vasut wrote: > >> The ISL76682 is very basic ALS which only supports ALS or IR mode >> in four ranges, 1k/4k/16k/64k LUX. There is no IRQ support or any >> other fancy functionality. Document it as trivial device. >> >> Acked-by: Conor Dooley >> Signed-off-by: Marek Vasut > > I'm always a bit in 2 minds about trivial-devices as it doesn't > include a basic power supply. In this case vdd which I'd prefer > to see documented even on such a simple device as this. > Not everyone is going to leave it powered up all the time! > > Still I'm not that fussed. Maybe it's worth allowing vdd-supply in > trivial-devices.yaml? The hardware I have is powered all the time, so I'd be adding completely untested code which is no less useless for me (at least right now). Lets postpone this until there is a need for it, can we ? I addressed all the other comments in 2/2.