2019-04-16 15:42:40

by Patrick Venture

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

The ir38064 is a voltage regulator from Infineon.

Signed-off-by: Patrick Venture <[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 d79fb22bde39..92184ef0db2e 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -92,6 +92,8 @@ properties:
- fsl,sgtl5000
# G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface
- gmt,g751
+ # Infineon IR38064 Voltage Regulator
+ - infineon,ir38064
# Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz)
- infineon,slb9635tt
# Infineon SLB9645 I2C TPM (new protocol, max 400khz)
--
2.21.0.392.gf8f6787159e-goog


2019-04-16 15:55:18

by Guenter Roeck

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

On Tue, Apr 16, 2019 at 08:41:38AM -0700, Patrick Venture wrote:
> The ir38064 is a voltage regulator from Infineon.
>
> Signed-off-by: Patrick Venture <[email protected]>

Acked-by: Guenter Roeck <[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 d79fb22bde39..92184ef0db2e 100644
> --- a/Documentation/devicetree/bindings/trivial-devices.yaml
> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml
> @@ -92,6 +92,8 @@ properties:
> - fsl,sgtl5000
> # G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface
> - gmt,g751
> + # Infineon IR38064 Voltage Regulator
> + - infineon,ir38064
> # Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz)
> - infineon,slb9635tt
> # Infineon SLB9645 I2C TPM (new protocol, max 400khz)
> --
> 2.21.0.392.gf8f6787159e-goog
>

2019-04-30 00:44:39

by Rob Herring

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

On Tue, Apr 16, 2019 at 08:41:38AM -0700, Patrick Venture wrote:
> The ir38064 is a voltage regulator from Infineon.
>
> Signed-off-by: Patrick Venture <[email protected]>
> ---
> Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> 1 file changed, 2 insertions(+)

Patch 1 and 2 applied.

Rob

2019-04-30 14:36:02

by Patrick Venture

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

On Mon, Apr 29, 2019 at 5:42 PM Rob Herring <[email protected]> wrote:
>
> On Tue, Apr 16, 2019 at 08:41:38AM -0700, Patrick Venture wrote:
> > The ir38064 is a voltage regulator from Infineon.
> >
> > Signed-off-by: Patrick Venture <[email protected]>
> > ---
> > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
>
> Patch 1 and 2 applied.

Thanks!

>
> Rob