2019-08-12 02:54:01

by John Wang

[permalink] [raw]
Subject: [PATCH v3 1/2] dt-bindings: Add ipsps1 as a trivial device

The ipsps1 is an Inspur Power System power supply unit

Signed-off-by: John Wang <[email protected]>
---
v3:
- Fix adding entry to the inappropriate line
v2:
- No changes.
---
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 747fd3f689dc..8f21498faa92 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -100,6 +100,8 @@ properties:
- infineon,slb9645tt
# Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor
- infineon,tlv493d-a1b6
+ # Inspur Power System power supply unit version 1
+ - inspur,ipsps1
# Intersil ISL29028 Ambient Light and Proximity Sensor
- isil,isl29028
# Intersil ISL29030 Ambient Light and Proximity Sensor
--
2.17.1


2019-08-12 19:12:45

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: Add ipsps1 as a trivial device

On Sun, Aug 11, 2019 at 8:52 PM John Wang <[email protected]> wrote:
>
> The ipsps1 is an Inspur Power System power supply unit
>
> Signed-off-by: John Wang <[email protected]>
> ---
> v3:
> - Fix adding entry to the inappropriate line
> v2:
> - No changes.
> ---
> Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> 1 file changed, 2 insertions(+)

Reviewed-by: Rob Herring <[email protected]>