Skip to content

Commit

Permalink
ipq60xx: fixes usb3 power for jdc ax6600
Browse files Browse the repository at this point in the history
Fixes: #12396
  • Loading branch information
aiamadeus committed Nov 5, 2024
1 parent 4915cc9 commit 6cbe4f5
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
linux,code = <KEY_RESTART>;
gpios = <&tlmm 56 GPIO_ACTIVE_LOW>;
};

screen {
label = "screen";
linux,code = <BTN_1>;
gpios = <&tlmm 71 GPIO_ACTIVE_LOW>;
};
};

leds {
Expand Down Expand Up @@ -75,7 +81,7 @@

button_pins: button_pins {
mux {
pins = "gpio56", "gpio72";
pins = "gpio56", "gpio71", "gpio72";
function = "gpio";
drive-strength = <8>;
bias-pull-up;
Expand Down Expand Up @@ -106,6 +112,15 @@
bias-pull-up;
};
};

usb_pwr_pins: usb-pwr-pins {
mux {
pins = "gpio22";
function = "gpio";
bias-pull-down;
output-high;
};
};
};

&blsp1_uart3 {
Expand Down Expand Up @@ -162,6 +177,8 @@
};

&usb3 {
pinctrl-0 = <&usb_pwr_pins>;
pinctrl-names = "default";
status = "okay";
};

Expand Down

0 comments on commit 6cbe4f5

Please sign in to comment.