Message ID | 20211208213703.2577-3-zev@bewilderbeest.net (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | hwmon: (pmbus) Add Delta AHE-50DC fan control module driver | expand |
On Wed, 08 Dec 2021 13:37:03 -0800, Zev Weiss wrote: > This is the integrated fan control module of the Delta AHE-50DC Open19 > power shelf. > > Signed-off-by: Zev Weiss <zev@bewilderbeest.net> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Wed, Dec 08, 2021 at 01:37:03PM -0800, Zev Weiss wrote: > This is the integrated fan control module of the Delta AHE-50DC Open19 > power shelf. > > Signed-off-by: Zev Weiss <zev@bewilderbeest.net> > Acked-by: Rob Herring <robh@kernel.org> Applied. Thanks, Guenter > --- > 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 791079021f1b..1c43cc91f804 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -73,6 +73,8 @@ properties: > - dallas,ds4510 > # Digital Thermometer and Thermostat > - dallas,ds75 > + # Delta AHE-50DC Open19 power shelf fan control module > + - delta,ahe50dc-fan > # Delta Electronics DPS-650-AB power supply > - delta,dps650ab > # Delta Electronics DPS920AB 920W 54V Power Supply
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 791079021f1b..1c43cc91f804 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -73,6 +73,8 @@ properties: - dallas,ds4510 # Digital Thermometer and Thermostat - dallas,ds75 + # Delta AHE-50DC Open19 power shelf fan control module + - delta,ahe50dc-fan # Delta Electronics DPS-650-AB power supply - delta,dps650ab # Delta Electronics DPS920AB 920W 54V Power Supply
This is the integrated fan control module of the Delta AHE-50DC Open19 power shelf. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)