[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240507122158.3739291-2-n-francis@ti.com>
Date: Tue, 7 May 2024 17:51:54 +0530
From: Neha Malcom Francis <n-francis@...com>
To: <robh@...nel.org>, <conor+dt@...nel.org>, <krzk+dt@...nel.org>,
<kristo@...nel.org>, <vigneshr@...com>, <nm@...com>,
<broonie@...nel.org>, <lgirdwood@...il.com>
CC: <marten.lindahl@...s.com>, <linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<u-kumar1@...com>, <n-francis@...com>
Subject: [PATCH 1/5] regulator: dt-bindings: Unify compatible
TPS62870/1/2/3 devices have different output currents (6A/9A/12A/15A) of
the TPS6287x family. The I2C addresses are the same between them. There
is no need for different compatibles for each for these devices so drop
them and add a unified "ti,tps6287x" compatible.
Signed-off-by: Neha Malcom Francis <n-francis@...com>
---
.../devicetree/bindings/regulator/ti,tps62870.yaml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/regulator/ti,tps62870.yaml b/Documentation/devicetree/bindings/regulator/ti,tps62870.yaml
index 386989544dac..2998773db990 100644
--- a/Documentation/devicetree/bindings/regulator/ti,tps62870.yaml
+++ b/Documentation/devicetree/bindings/regulator/ti,tps62870.yaml
@@ -15,10 +15,7 @@ allOf:
properties:
compatible:
enum:
- - ti,tps62870
- - ti,tps62871
- - ti,tps62872
- - ti,tps62873
+ - ti,tps6287x
reg:
maxItems: 1
@@ -40,7 +37,7 @@ examples:
#size-cells = <0>;
regulator@41 {
- compatible = "ti,tps62873";
+ compatible = "ti,tps6287x";
reg = <0x41>;
regulator-name = "+0.75V";
regulator-min-microvolt = <400000>;
--
2.34.1
Powered by blists - more mailing lists