[PATCH 1/2] dt-bindings: trivial-devices: add isil,raa228004

Potin Lai posted 2 patches 1 year ago
[PATCH 1/2] dt-bindings: trivial-devices: add isil,raa228004
Posted by Potin Lai 1 year ago
The RAA228004 is a Power Converter with Multiple Power Trains.

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
---
 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 9bf0fb17a05e..aa09dc51dab7 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -161,6 +161,8 @@ properties:
           - isil,isl69269
             # Intersil ISL76682 Ambient Light Sensor
           - isil,isl76682
+            # Renesas RAA228004 Power Converters
+          - isil,raa228004
             # JEDEC JESD300 (SPD5118) Hub and Serial Presence Detect
           - jedec,spd5118
             # Linear Technology LTC2488

-- 
2.31.1
Re: [PATCH 1/2] dt-bindings: trivial-devices: add isil,raa228004
Posted by Conor Dooley 1 year ago
On Wed, Nov 20, 2024 at 11:28:06PM +0800, Potin Lai wrote:
> The RAA228004 is a Power Converter with Multiple Power Trains.

This isn't a SPI or I2C device, so I don't think it is appropriate to
document it here. Seemingly it is PWM controlled, so at least you're
going to have a pwms property.

Cheers,
Conor.

> 
> Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
> ---
>  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 9bf0fb17a05e..aa09dc51dab7 100644
> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> @@ -161,6 +161,8 @@ properties:
>            - isil,isl69269
>              # Intersil ISL76682 Ambient Light Sensor
>            - isil,isl76682
> +            # Renesas RAA228004 Power Converters
> +          - isil,raa228004
>              # JEDEC JESD300 (SPD5118) Hub and Serial Presence Detect
>            - jedec,spd5118
>              # Linear Technology LTC2488
> 
> -- 
> 2.31.1
>