fix backlight pins

This commit is contained in:
lady ada 2020-07-28 13:03:20 -04:00
parent 45802ac9a6
commit d046e3fd42
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
__overlay__ {
backlight: backlight {
compatible = "gpio-backlight";
gpios = <&gpio 22 0>;
gpios = <&gpio 26 0>;
};
};
};

View file

@ -62,7 +62,7 @@
__overlay__ {
backlight: backlight {
compatible = "gpio-backlight";
gpios = <&gpio 22 0>;
gpios = <&gpio 12 0>;
};
};
};