Message ID | 15a9fcfb5b9592c6d87f12c2a4c77fd069f5cfff.1645435888.git.sylv@sylv.io (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Support pli1209bc Digital Supervisor | expand |
On Mon, 21 Feb 2022 10:42:05 +0100, Marcello Sylvester Bauer wrote: > Add trivial device entry for PLI1209BC Digital Supervisor from Vicor > Corporation. > > Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Mon, Feb 21, 2022 at 10:42:05AM +0100, Marcello Sylvester Bauer wrote: > Add trivial device entry for PLI1209BC Digital Supervisor from Vicor > Corporation. > > Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io> > Acked-by: Rob Herring <robh@kernel.org> Applied to hwmon-next. 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 091792ba993e..d03d90360aa0 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -354,6 +354,8 @@ properties: > - ti,tps544c25 > # Winbond/Nuvoton H/W Monitor > - winbond,w83793 > + # Vicor Corporation Digital Supervisor > + - vicor,pli1209bc > # i2c trusted platform module (TPM) > - winbond,wpct301 >
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 091792ba993e..d03d90360aa0 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -354,6 +354,8 @@ properties: - ti,tps544c25 # Winbond/Nuvoton H/W Monitor - winbond,w83793 + # Vicor Corporation Digital Supervisor + - vicor,pli1209bc # i2c trusted platform module (TPM) - winbond,wpct301
Add trivial device entry for PLI1209BC Digital Supervisor from Vicor Corporation. Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)