Re: [PATCH 1/6] dt-bindings: mfd: add max77759 binding

2025-02-26 Thread André Draszik
On Mon, 2025-02-24 at 16:05 +, André Draszik wrote: > Hi Rob, > > Thanks for the review! > > On Mon, 2025-02-24 at 09:37 -0600, Rob Herring wrote: > > On Mon, Feb 24, 2025 at 10:28:49AM +, André Draszik wrote: > > > Add device tree binding for the Maxim MAX77759 companion PMIC for USB > >

Re: [PATCH 1/6] dt-bindings: mfd: add max77759 binding

2025-02-24 Thread André Draszik
Hi Rob, Thanks for the review! On Mon, 2025-02-24 at 09:37 -0600, Rob Herring wrote: > On Mon, Feb 24, 2025 at 10:28:49AM +, André Draszik wrote: > > Add device tree binding for the Maxim MAX77759 companion PMIC for USB > > Type-C applications. > > > > The MAX77759 includes Battery Charger,

Re: [PATCH 1/6] dt-bindings: mfd: add max77759 binding

2025-02-24 Thread Rob Herring
On Mon, Feb 24, 2025 at 10:28:49AM +, André Draszik wrote: > Add device tree binding for the Maxim MAX77759 companion PMIC for USB > Type-C applications. > > The MAX77759 includes Battery Charger, Fuel Gauge, temperature sensors, > USB Type-C Port Controller (TCPC), NVMEM, and a GPIO expander.

Re: [PATCH 1/6] dt-bindings: mfd: add max77759 binding

2025-02-24 Thread André Draszik
On Mon, 2025-02-24 at 14:07 +0100, Krzysztof Kozlowski wrote: > On 24/02/2025 11:28, André Draszik wrote: > > +  gpio-controller: true > > + > > +  "#gpio-cells": > > +    const: 2 > > + > > +  gpio: > > +    $ref: /schemas/gpio/maxim,max77759-gpio.yaml > > There is no such file at this moment, so

Re: [PATCH 1/6] dt-bindings: mfd: add max77759 binding

2025-02-24 Thread Krzysztof Kozlowski
On 24/02/2025 11:28, André Draszik wrote: > + gpio-controller: true > + > + "#gpio-cells": > +const: 2 > + > + gpio: > +$ref: /schemas/gpio/maxim,max77759-gpio.yaml There is no such file at this moment, so this is not bisectable. What's more, even if you fix it, you will have dependency

Re: [PATCH 1/6] dt-bindings: mfd: add max77759 binding

2025-02-24 Thread Krzysztof Kozlowski
On 24/02/2025 14:02, André Draszik wrote: > On Mon, 2025-02-24 at 06:48 -0600, Rob Herring (Arm) wrote: >> >> On Mon, 24 Feb 2025 10:28:49 +, André Draszik wrote: >>> Add device tree binding for the Maxim MAX77759 companion PMIC for USB >>> Type-C applications. >>> >>> The MAX77759 includes Bat

Re: [PATCH 1/6] dt-bindings: mfd: add max77759 binding

2025-02-24 Thread André Draszik
On Mon, 2025-02-24 at 06:48 -0600, Rob Herring (Arm) wrote: > > On Mon, 24 Feb 2025 10:28:49 +, André Draszik wrote: > > Add device tree binding for the Maxim MAX77759 companion PMIC for USB > > Type-C applications. > > > > The MAX77759 includes Battery Charger, Fuel Gauge, temperature sensor

Re: [PATCH 1/6] dt-bindings: mfd: add max77759 binding

2025-02-24 Thread Rob Herring (Arm)
On Mon, 24 Feb 2025 10:28:49 +, André Draszik wrote: > Add device tree binding for the Maxim MAX77759 companion PMIC for USB > Type-C applications. > > The MAX77759 includes Battery Charger, Fuel Gauge, temperature sensors, > USB Type-C Port Controller (TCPC), NVMEM, and a GPIO expander. >

[PATCH 1/6] dt-bindings: mfd: add max77759 binding

2025-02-24 Thread André Draszik
Add device tree binding for the Maxim MAX77759 companion PMIC for USB Type-C applications. The MAX77759 includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C Port Controller (TCPC), NVMEM, and a GPIO expander. This describes the core mfd device. Signed-off-by: André Draszik ---