[PATCH next] dt-bindings: backlight: lm3630a: fix missing include

2019-10-30 Thread Andreas Kemnade
example failed to compile due to undefined GPIO_ACTIVE_HIGH fix that by adding the needed #include to the exammple Fixes: ae92365cdd75 ("dt-bindings: backlight: lm3630a: Add enable-gpios to describe HWEN pin") Signed-off-by: Andreas Kemnade --- .../devicetree/bindings/leds/backlight/lm3630a-bac

Re: [PATCH next] dt-bindings: backlight: lm3630a: fix missing include

2019-10-30 Thread Lee Jones
On Tue, 29 Oct 2019, Andreas Kemnade wrote: > example failed to compile due to undefined GPIO_ACTIVE_HIGH > fix that by adding the needed #include to the exammple > > Fixes: ae92365cdd75 ("dt-bindings: backlight: lm3630a: Add enable-gpios to > describe HWEN pin") > Signed-off-by: Andreas Kemnade