Fix the led 'gpios' definition to match the description on
sys/boot/fdt/dts/bindings-gpio.txt. Make the led pin an output, add the missing flag field. No functional change (gpioled(4) isn’t supported on FDT systems yet). Approved by: adrian (mentor)
This commit is contained in:
parent
4d47b0d69c
commit
c1bc07dada
@ -316,7 +316,7 @@
|
||||
|
||||
ok {
|
||||
label = "ok";
|
||||
gpios = <&gpio 16 1>;
|
||||
gpios = <&gpio 16 2 0>;
|
||||
|
||||
/* Don't change this - it configures
|
||||
* how the led driver determines if
|
||||
|
Loading…
x
Reference in New Issue
Block a user