diff mbox series

[2/2] bmips: inteno-xg6846: Fix pin control for USB LED

Message ID 20240627-xg6846-fixes-v1-2-b72e08d1c966@linaro.org
State Superseded, archived
Delegated to: Linus Walleij
Headers show
Series bmips: xg6846: Fixes | expand

Commit Message

Linus Walleij June 27, 2024, 9:38 p.m. UTC
The USB LED is GPIO16 not GPIO17, as can be seen further
down the device tree.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 target/linux/bmips/dts/bcm6328-inteno-xg6846.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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";
 	};
 };