Skip to content

Commit

Permalink
dt-bindings: backlight: lm3630a: Fix missing include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andreas Kemnade authored and Lee Jones committed Oct 30, 2019
1 parent 53e4929 commit b8bfe84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ additionalProperties: false

examples:
- |
#include <dt-bindings/gpio/gpio.h>
i2c {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit b8bfe84

Please sign in to comment.