From patchwork Thu May 2 00:28:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zev Weiss X-Patchwork-Id: 13651227 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7E79C4345F for ; Thu, 2 May 2024 00:29:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=WDA3LeOmf/zNIFsUzHyi8BzWTfhnyUDYrWtWXeNYLUA=; b=UHkr34g7y53UXR LYgJfcX7gs0in3lTkN35/oX+tQwls5aKJVkDhgQNx+fMaSwSna0GNPbyXEslrckIvYO6Uyw8pGMGa HnlbXhH2I2vr8xoYxNNpdq2umqefkDt8sQru5ZOfUD1DujEykr9Nk3JsWO+qIn7/47piyvEPTsSZA iHeCuLxBqxQQ91FAmb3sOY6Yh/md+SIIswbO7ShzFBi1T0o8kD2/0q+rFvFzWEzXfAcaP1Jh93CSn BpvxE+avrFXRFuboGrMWI79NWrl9tomE0AZph2qCTjC0L3po2042/sqoYBHT4y0usGCxHXUzxXbkj CEadOiegT7LA10KQml0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2KKD-0000000B1vZ-0yOR; Thu, 02 May 2024 00:29:25 +0000 Received: from thorn.bewilderbeest.net ([2605:2700:0:5::4713:9cab]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2KK7-0000000B1sy-2k39 for linux-arm-kernel@lists.infradead.org; Thu, 02 May 2024 00:29:22 +0000 Received: from hatter.bewilderbeest.net (unknown [IPv6:2602:61:712b:6300::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: zev) by thorn.bewilderbeest.net (Postfix) with ESMTPSA id A4EFB42E7; Wed, 1 May 2024 17:29:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bewilderbeest.net; s=thorn; t=1714609759; bh=pdhGoauaP3u5/TiAgvJi449opSxHErH1PG6XaVzDukQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LOGwYftxmZ5ApJHD7cyCl0ldBta9IffsoxjIIYDpquuxcjzkUyixPIUiZYPCW6ccq iXAEqCKrpIdtFYKJH2ZmpQNuwLz+UkDUDA11G+oaO0Wnv2kiHu34orJeOL9QMB+7+v vnOo+/DMGsBx7DBsucR+4r2UzF5kTXCpHK5CY+UA= From: Zev Weiss To: Andrew Jeffery , Conor Dooley , Joel Stanley , Krzysztof Kozlowski , Rob Herring Cc: Zev Weiss , Guenter Roeck , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org Subject: [PATCH v3 1/3] dt-bindings: trivial-devices: add isil,isl69269 Date: Wed, 1 May 2024 17:28:31 -0700 Message-ID: <20240502002836.17862-6-zev@bewilderbeest.net> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240502002836.17862-5-zev@bewilderbeest.net> References: <20240502002836.17862-5-zev@bewilderbeest.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240501_172919_870730_97E3E078 X-CRM114-Status: UNSURE ( 8.08 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The ISL69269 is a PMBus voltage regulator with no configurable parameters. Signed-off-by: Zev Weiss Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index e07be7bf8395..98ad7f3a7853 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -160,6 +160,8 @@ properties: - isil,isl29030 # Intersil ISL68137 Digital Output Configurable PWM Controller - isil,isl68137 + # Intersil ISL69269 PMBus Voltage Regulator + - isil,isl69269 # Intersil ISL76682 Ambient Light Sensor - isil,isl76682 # Linear Technology LTC2488