Add device compatible support for TPS1689
Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
.../devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml
index f4115870e450..973ee00c2c49 100644
--- a/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml
+++ b/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml
@@ -16,7 +16,9 @@ description:
properties:
compatible:
- const: ti,tps25990
+ enum:
+ - ti,tps1689
+ - ti,tps25990
reg:
maxItems: 1
--
2.34.1
On Tue, Feb 17, 2026 at 10:12:02AM +0200, Stoyan Bogdanov wrote: > Add device compatible support for TPS1689 > The title and description of this patch are really misleading since they don't mention that support is added to ti,tps25990.yaml. Also, the "title" field in the .yaml file still refers to "Texas Instruments TPS25990 Stackable eFuse" which isn't really accurate anymore. Guenter > Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> > --- > .../devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml > index f4115870e450..973ee00c2c49 100644 > --- a/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml > +++ b/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml > @@ -16,7 +16,9 @@ description: > > properties: > compatible: > - const: ti,tps25990 > + enum: > + - ti,tps1689 > + - ti,tps25990 > > reg: > maxItems: 1
On Sun, Mar 8, 2026 at 7:31 PM Guenter Roeck <linux@roeck-us.net> wrote: > > On Tue, Feb 17, 2026 at 10:12:02AM +0200, Stoyan Bogdanov wrote: > > Add device compatible support for TPS1689 > > > > The title and description of this patch are really misleading > since they don't mention that support is added to ti,tps25990.yaml. > I will add in next revision > Also, the "title" field in the .yaml file still refers to "Texas > Instruments TPS25990 Stackable eFuse" which isn't really accurate > anymore. I thought it should stay as is since driver is still tps25590, but yes it make sens to be changed. I believe this should be acceptable title: Texas Instruments Stackable eFuses > Guenter > > > Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com> > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> > > --- > > .../devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml > > index f4115870e450..973ee00c2c49 100644 > > --- a/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml > > +++ b/Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml > > @@ -16,7 +16,9 @@ description: > > > > properties: > > compatible: > > - const: ti,tps25990 > > + enum: > > + - ti,tps1689 > > + - ti,tps25990 > > > > reg: > > maxItems: 1
© 2016 - 2026 Red Hat, Inc.