2023-04-13 13:28:10

by Lakshmi Yadlapati

[permalink] [raw]
Subject: [PATCH v7 2/5] dt-bindings: trivial-devices: Add acbel,fsg032

Add new Acbel FSG032 power supply to trivial devices.

Signed-off-by: Lakshmi Yadlapati <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
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 6f482a254a1d..246863a9bc7e 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -29,6 +29,8 @@ properties:
compatible:
items:
- enum:
+ # Acbel fsg032 power supply
+ - acbel,fsg032
# SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
- ad,ad7414
# ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
--
2.37.2


2023-04-16 14:48:39

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH v7 2/5] dt-bindings: trivial-devices: Add acbel,fsg032

On Thu, Apr 13, 2023 at 08:26:24AM -0500, Lakshmi Yadlapati wrote:
> Add new Acbel FSG032 power supply to trivial devices.
>
> Signed-off-by: Lakshmi Yadlapati <[email protected]>
> Acked-by: Rob Herring <[email protected]>

Applied.

Thanks,
Guenter