From nobody Fri Oct 3 15:37:48 2025 Received: from gate2.alliedtelesis.co.nz (gate2.alliedtelesis.co.nz [202.36.163.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 05884222584 for ; Fri, 29 Aug 2025 03:05:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=202.36.163.20 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756436726; cv=none; b=gxELa8W93TQmNtozKphyB4ldQ7KVHTTQQX9YYtssvI2oW2zv6uPVeUq9ZDdbH5OYvhS1SaHO+8hE7fAdVl78k9ZxoySOCc9aatduY3EnPPZULQQxKy9WDJL51652wo7AM9jBeXODb7OBF+Y7q1p3FEmfCqVRR/d1O7ZOaF4H57E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756436726; c=relaxed/simple; bh=JO1rRGYu9pEWqmHXj6LJP+xOXD46FjPQ/IqfNVc2OoI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=dur8FNOkCPz/1JhCCoF0foHTGQrxqNWyThv1rkvNbkLayqvZpIo9iIorlcydOGKPoEn9aZhDUu6pwl9a25ymrHJ4IrDWWB1Z++DG66Qg0FM739/O33UEEGIrwNZcg6fFjckU9QQTHzlQhVaHLR1ceq7sdbOGwaf0vSh2L9/sSCI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=alliedtelesis.co.nz; spf=pass smtp.mailfrom=alliedtelesis.co.nz; dkim=pass (2048-bit key) header.d=alliedtelesis.co.nz header.i=@alliedtelesis.co.nz header.b=bH0LyaZr; arc=none smtp.client-ip=202.36.163.20 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=alliedtelesis.co.nz Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alliedtelesis.co.nz Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=alliedtelesis.co.nz header.i=@alliedtelesis.co.nz header.b="bH0LyaZr" Received: from svr-chch-seg1.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (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) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id 5B1522C083A; Fri, 29 Aug 2025 15:05:15 +1200 (NZST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1756436715; bh=EmjJVIThT5dBhkVX+UgGFdmFfsSQ9Z/giVg9K8ftIsY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bH0LyaZro/x8I2q9fc6OdMZL4TH6zSHlxecbLVVNrWIERQ59R+vXl1adXy4jVn00M TDIHUlYdXVTzoZfRH1UX221ZZyHviYq39tA2ejHyiif5k0z1vIJEXk355k+YBGQh5J lwdL96f8cC3AZKJ4S1TZIJ2yh1PpPZDjsSm9+uf5i729mtqCn/Gnxp/gbCHHPyfxfO iKFlwmAukkF9MbhPSEHNQ4shggLhyro1GO2rgWLpI9v08nSQtVGDJivl+AjFbA6ppW ViSQG4GmgzmSUWw9YRmQ7hWgHeTip6vsh2JBR8uDh+I+vDVHSXyTpNCqX48Z/FAFTt OM8iSRFzpIMBQ== Received: from pat.atlnz.lc (Not Verified[10.32.16.33]) by svr-chch-seg1.atlnz.lc with Trustwave SEG (v8,2,6,11305) id ; Fri, 29 Aug 2025 15:05:15 +1200 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by pat.atlnz.lc (Postfix) with ESMTP id 1A6BA13EE83; Fri, 29 Aug 2025 15:05:15 +1200 (NZST) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id 177B8280222; Fri, 29 Aug 2025 15:05:15 +1200 (NZST) From: Chris Packham To: jdelvare@suse.com, linux@roeck-us.net, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, corbet@lwn.net, wenliang202407@163.com, jre@pengutronix.de Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Chris Packham Subject: [PATCH v3 1/4] dt-bindings: hwmon: ti,ina2xx: Add INA780 device Date: Fri, 29 Aug 2025 15:05:09 +1200 Message-ID: <20250829030512.1179998-2-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250829030512.1179998-1-chris.packham@alliedtelesis.co.nz> References: <20250829030512.1179998-1-chris.packham@alliedtelesis.co.nz> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-SEG-SpamProfiler-Analysis: v=2.4 cv=Yo+sRJYX c=1 sm=1 tr=0 ts=68b118eb a=KLBiSEs5mFS1a/PbTCJxuA==:117 a=2OwXVqhp2XgA:10 a=XYAwZIGsAAAA:8 a=OlvLmGV33yd2spdxUc8A:9 a=3ZKOabzyN94A:10 a=E8ToXWR_bxluHZ7gmE-Z:22 X-SEG-SpamProfiler-Score: 0 x-atlnz-ls: pat Content-Type: text/plain; charset="utf-8" Add a compatible string for the INA780 device. Signed-off-by: Chris Packham Acked-by: Conor Dooley --- Notes: Changes in v3: - Collect ack from Conor Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml b/Docum= entation/devicetree/bindings/hwmon/ti,ina2xx.yaml index fa68b99ef2e2..980ecba6d811 100644 --- a/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml +++ b/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml @@ -32,6 +32,7 @@ properties: - ti,ina237 - ti,ina238 - ti,ina260 + - ti,ina780 =20 reg: maxItems: 1 --=20 2.51.0