openwrt/target/linux/ath79
Luo Chongjun 70d2e8b4db 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 b352124cd2)
2023-04-02 22:07:28 +02:00
..
base-files/etc/hotplug.d/ieee80211 ath79: migrate Archer C5 5GHz radio device paths 2022-03-31 18:07:53 +02:00
dts ath79: Fix glinet ar300m usb not working 2023-04-02 22:07:28 +02:00
files ath79: add support for reset key on MikroTik RB912UAG-2HPnD 2022-01-19 16:40:12 +01:00
generic ath79: add support to TrendNet TEW-673GRU 2022-11-11 20:56:38 +01:00
image ath79: add LTE packages for GL-XE300 2023-02-03 11:49:18 +01:00
mikrotik ath79: add support for RouterBOARD mAP 2022-06-30 10:05:25 +02:00
nand ath79: add LTE led for GL.iNet GL-XE300 2023-02-03 11:49:18 +01:00
patches-5.10 ath79: Refresh patches 2023-04-01 19:46:06 +02:00
tiny ath79: add low_mem to tiny image 2022-10-05 21:50:01 +02:00
config-5.10 kernel: mtd: backport SafeLoader parser 2022-10-27 12:34:19 +02:00
Makefile ath79: switch to Kernel 5.10 2021-12-21 21:38:52 +01:00
modules.mk ath79: add new OF only target for QCA MIPS silicon 2018-05-07 08:06:51 +02:00