fix backlight pins
This commit is contained in:
parent
45802ac9a6
commit
d046e3fd42
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@
|
|||
__overlay__ {
|
||||
backlight: backlight {
|
||||
compatible = "gpio-backlight";
|
||||
gpios = <&gpio 22 0>;
|
||||
gpios = <&gpio 26 0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
__overlay__ {
|
||||
backlight: backlight {
|
||||
compatible = "gpio-backlight";
|
||||
gpios = <&gpio 22 0>;
|
||||
gpios = <&gpio 12 0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue