Commit ae92365cdd75 ("dt-bindings: backlight: lm3630a: Add enable-gpios to describe HWEN pin") introduced in the example a GPIO flag that isn't declared anywhere, resulting in a compilation breakage when running the validation tools. Add the proper define. Cc: Andreas Kemnade <andreas@xxxxxxxxxxxx> Cc: Lee Jones <lee.jones@xxxxxxxxxx> Fixes: ae92365cdd75 ("dt-bindings: backlight: lm3630a: Add enable-gpios to describe HWEN pin") Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> --- .../devicetree/bindings/leds/backlight/lm3630a-backlight.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml b/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml index c8470628fe02..72fc6f7ef90a 100644 --- a/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml +++ b/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml @@ -93,6 +93,8 @@ additionalProperties: false examples: - | + #include <dt-bindings/gpio/gpio.h> + i2c { #address-cells = <1>; #size-cells = <0>; -- 2.23.0