mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
ipq40xx: use PHY to control USB GPIO
Instead of using regulator-output to manually control USB GPIO, let the PHY handle it. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17221 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
4a08383339
commit
3bd2cee9bf
@ -68,11 +68,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
output-usb-power {
|
|
||||||
compatible = "regulator-output";
|
|
||||||
vout-supply = <®_usb>;
|
|
||||||
};
|
|
||||||
|
|
||||||
reg_usb: regulator-usb {
|
reg_usb: regulator-usb {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
|
|
||||||
@ -419,6 +414,8 @@
|
|||||||
|
|
||||||
&usb2_hs_phy {
|
&usb2_hs_phy {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
phy-supply = <®_usb>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&watchdog {
|
&watchdog {
|
||||||
|
@ -3,5 +3,4 @@ CONFIG_MTD_UBI_BEB_LIMIT=20
|
|||||||
CONFIG_MTD_UBI_BLOCK=y
|
CONFIG_MTD_UBI_BLOCK=y
|
||||||
CONFIG_MTD_UBI_NVMEM=y
|
CONFIG_MTD_UBI_NVMEM=y
|
||||||
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
||||||
CONFIG_REGULATOR_USERSPACE_CONSUMER=y
|
|
||||||
CONFIG_UBIFS_FS=y
|
CONFIG_UBIFS_FS=y
|
||||||
|
Loading…
Reference in New Issue
Block a user