1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
openmptcprouter/root/package/boot/uboot-mediatek/patches/405-dts-mt7623n-bpi-r2-fix-leds.patch
Ycarus (Yannick Chabanois) 94e31ba4bc Fix BPI-R64 build
2022-05-10 18:57:25 +02:00

25 lines
596 B
Diff

--- a/arch/arm/dts/mt7623n-bananapi-bpi-r2.dts
+++ b/arch/arm/dts/mt7623n-bananapi-bpi-r2.dts
@@ -50,19 +50,19 @@
blue {
label = "bpi-r2:pio:blue";
- gpios = <&gpio 241 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 240 GPIO_ACTIVE_LOW>;
default-state = "off";
};
green {
label = "bpi-r2:pio:green";
- gpios = <&gpio 240 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 241 GPIO_ACTIVE_LOW>;
default-state = "off";
};
red {
label = "bpi-r2:pio:red";
- gpios = <&gpio 239 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 239 GPIO_ACTIVE_LOW>;
default-state = "off";
};
};