ath79: Fix glinet ar300m usb not working
authorLuo Chongjun <luochongjun@gl-inet.com>
Thu, 15 Dec 2022 09:25:15 +0000 (17:25 +0800)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 15 May 2023 15:17:39 +0000 (11:17 -0400)
commit67e3eb76be5f7c3a800ee85d5571bd2f332e247f
tree340b6e07e4b90e3438ddcb8fa526b0405cf1c973
parentfb953fedc878f30c69885009bc8920a0ed5580e8
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)
target/linux/ath79/dts/qca9531_glinet_gl-ar300m-lite.dts
target/linux/ath79/dts/qca9531_glinet_gl-ar300m.dtsi