Re: [PATCH v6 3/3] dt-bindings: input: Update dtbinding for adp5588
From: Krzysztof Kozlowski
Date: Thu Jul 04 2024 - 06:58:46 EST
On 04/07/2024 12:45, Utsav Agarwal via B4 Relay wrote:
> +
> + - |
> + #include <dt-bindings/interrupt-controller/irq.h>
> + #include <dt-bindings/input/input.h>
> + #include <dt-bindings/gpio/gpio.h>
> +
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + gpio@34 {
> + compatible = "adi,adp5588";
> + reg = <0x34>;
> +
> + #gpio-cells = <2>;
> + gpio-controller;
> + };
Fix your indentation. It's total mess above.
Best regards,
Krzysztof