dt-bindings: backlight: lm3630a: Fix missing include

Example failed to compile due to undefined GPIO_ACTIVE_HIGH
fix that by adding the needed #include to the exammple.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Andreas Kemnade 2019-10-29 19:53:50 +01:00 committed by Lee Jones
parent 53e4929150
commit b8bfe845a6
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ additionalProperties: false
examples:
- |
#include <dt-bindings/gpio/gpio.h>
i2c {
#address-cells = <1>;
#size-cells = <0>;