[PATCH 2/2] bmips: inteno-xg6846: Fix pin control for USB LED
Linus Walleij
linus.walleij at linaro.org
Thu Jun 27 14:38:19 PDT 2024
The USB LED is GPIO16 not GPIO17, as can be seen further
down the device tree.
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
target/linux/bmips/dts/bcm6328-inteno-xg6846.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
index 9044f17c4f59..22055f3ea24e 100644
--- a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
+++ b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
@@ -279,7 +279,7 @@
&pinctrl {
pinctrl_xg6846_usb_spd_led: xg6846_usb_spd_led-pins {
function = "led";
- pins = "gpio17";
+ pins = "gpio16";
};
};
--
2.45.2
More information about the openwrt-devel
mailing list