aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/leds
diff options
context:
space:
mode:
authorAndreas Kemnade <andreas@kemnade.info>2019-10-29 19:53:50 +0100
committerLee Jones <lee.jones@linaro.org>2019-10-30 07:50:03 +0000
commitb8bfe845a6748a8c4a84433df8984afd930afdb0 (patch)
treebe1d3682cbf52c73a518f18f236bbb3873b4f3ff /Documentation/devicetree/bindings/leds
parentbacklight: Kconfig: jornada720: Use CONFIG_PREEMPTION (diff)
downloadlinux-dev-b8bfe845a6748a8c4a84433df8984afd930afdb0.tar.xz
linux-dev-b8bfe845a6748a8c4a84433df8984afd930afdb0.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r--Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml b/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml
index c8470628fe02..08fe5cf8614a 100644
--- a/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml
+++ b/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml
@@ -93,6 +93,7 @@ additionalProperties: false
examples:
- |
+ #include <dt-bindings/gpio/gpio.h>
i2c {
#address-cells = <1>;
#size-cells = <0>;