diff options
author | Luo Chongjun <luochongjun@gl-inet.com> | 2022-12-15 17:25:15 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-02 22:07:28 +0200 |
commit | 70d2e8b4db0c5c9f1a2d40827928bef8083b19d6 (patch) | |
tree | 0373d33e3682a12c5a0ec7cb8ba641ef3a17c4f2 /target/linux/ath79/image/generic.mk | |
parent | 9aaeaa8d2a9d619169ffddaa23d820523d0fcdfa (diff) | |
download | upstream-70d2e8b4db0c5c9f1a2d40827928bef8083b19d6.tar.gz upstream-70d2e8b4db0c5c9f1a2d40827928bef8083b19d6.tar.bz2 upstream-70d2e8b4db0c5c9f1a2d40827928bef8083b19d6.zip |
ath79: Fix glinet ar300m usb not working
glinet forum users reported the problem at
https://forum.gl-inet.com/t/gl-ar300m16-openwrt-22-03-0-rc5-usb-port-power-off-by-default/23199
The current code uses the regulator framework to control the USB power
supply. Although usb0 described in DTS refers to the regulator by
vbus-supply, but there is no code related to regulator implemented
in the USB driver of QCA953X, so the USB of the device cannot work.
Under the regulator framework, adding the regulator-always-on attribute
fixes this problem, but it means that USB power will not be able to be
turned off. Since we need to control the USB power supply in user space,
I didn't find any other better way under the regulator framework of Linux,
so I directly export gpio.
Signed-off-by: Luo Chongjun <luochongjun@gl-inet.com>
(cherry picked from commit b352124cd2115fec648a00956a848660df9477d3)
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
0 files changed, 0 insertions, 0 deletions