From nobody Wed Oct 8 03:44:52 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 BEAD92E3AEC; Thu, 3 Jul 2025 11:32:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751542327; cv=none; b=jBS6qvM5ICUO98Lci792+OLHDNr91ec5N0ieXhTsJFKEI56/TF9xzRlCdGzN2A/9g5V5kDGVtcmsxK3M7Pnjq2HGRJ0QQNHMfjA4aaZ4lOl0s+ST2KUKeKmpNsSVdpnHePPjUD5lMpclSNZsD0/7v6CBu7hgPJ/+/b4+9Pc5veU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751542327; c=relaxed/simple; bh=CLjocfQhTv2btnL4nKTEDOp+4oS1ggJW5Qc2uMHm88I=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=tefayslFrUsK88QYJaXxHYFvMjDmd8valcXffekqCGXvNDxSpTlhWBQ9yh/oEwhB8iy2/0a84h+wjE+vyhNSOtFJ+Nv4yXoPbzhA1Y+ZEuHfS7j+9ebyN5JBUa2uF2xGfVjFJU/xO8yyMj6JPQIW+EicMj3kdwh0WgQqSOOUYRo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hHpz3G+g; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hHpz3G+g" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5B405C4CEF2; Thu, 3 Jul 2025 11:32:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751542327; bh=CLjocfQhTv2btnL4nKTEDOp+4oS1ggJW5Qc2uMHm88I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hHpz3G+geN/CcM5y5quORUTyr8cpVd9/ZlzxzgscG7w/OoGj1+a8PHhqWzyE5HELV 3yzM9JD1iezuM2ClUAvcSc3KOhBSW1UVURqLnxbD8NFiAW65snJiFv8UTdMqZ3truv 7Vm4gSLASMzp1nWNPoobPWBIefrD33iAw08J+18LTF4s9qWRUIGgdY55VKFMqhZ9v9 texn77h3huF0ifMhzfJTOY5HiY6PZb3ERyCEcUU+0bK7FpZJMvKfXNMSMzSJq0d7UM OSNE2GnFHBQLALOi3BNVw24Zb1zVlPGN3J3DmWSffmXSik3lfgD0AvSGMSYwgvxWWS s/TboRqeuNMOg== From: Michael Walle To: Lee Jones , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Arnd Bergmann , Greg Kroah-Hartman , Linus Walleij , Liam Girdwood , Mark Brown , Julien Panis Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Michael Walle , Conor Dooley Subject: [PATCH v3 1/8] dt-bindings: mfd: ti,tps6594: Add TI TPS652G1 PMIC Date: Thu, 3 Jul 2025 13:31:46 +0200 Message-Id: <20250703113153.2447110-2-mwalle@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250703113153.2447110-1-mwalle@kernel.org> References: <20250703113153.2447110-1-mwalle@kernel.org> 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 Content-Type: text/plain; charset="utf-8" The TPS652G1 is a stripped down version of the TPS65224. From a software point of view, it lacks any voltage monitoring, the watchdog, the ESM and the ADC. Signed-off-by: Michael Walle Acked-by: Conor Dooley --- Documentation/devicetree/bindings/mfd/ti,tps6594.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml b/Docume= ntation/devicetree/bindings/mfd/ti,tps6594.yaml index 6341b6070366..a48cb00afe43 100644 --- a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml @@ -22,6 +22,7 @@ properties: - ti,tps6593-q1 - ti,tps6594-q1 - ti,tps65224-q1 + - ti,tps652g1 =20 reg: description: I2C slave address or SPI chip select number. --=20 2.39.5