diff options
| author | Shiji Yang | 2025-05-19 23:50:56 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-07 18:28:11 +0000 |
| commit | 548d993a0480e21ab9378a8ad638398f248923e2 (patch) | |
| tree | df01876fda57181a272c1884faf027d02e4b1bd1 | |
| parent | 51b77a32980324601d0b2721bd9999d78e09d808 (diff) | |
| download | openwrt-548d993a0480e21ab9378a8ad638398f248923e2.tar.gz | |
ramips: dts: mt7621: remove redundant USB regulators
We have added the default voltage regulators for the mt7621 SoC
dtsi. These redundant voltage regulators can be removed now.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18886
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
4 files changed, 0 insertions, 53 deletions
diff --git a/target/linux/ramips/dts/mt7621_gemtek_wvrtm-1xxacn.dtsi b/target/linux/ramips/dts/mt7621_gemtek_wvrtm-1xxacn.dtsi index 8b64508215..e6b7f8c204 100644 --- a/target/linux/ramips/dts/mt7621_gemtek_wvrtm-1xxacn.dtsi +++ b/target/linux/ramips/dts/mt7621_gemtek_wvrtm-1xxacn.dtsi @@ -119,24 +119,6 @@ reg = <0x0 0x8000000>; }; - reg_usb_vbus: regulator { - compatible = "regulator-fixed"; - regulator-name = "usb_vbus"; - regulator-min-microvolt = <5000000>; - regulator-max-microvolt = <5000000>; - regulator-boot-on; - regulator-always-on; - }; - - reg_3p3v: regulator-3p3v { - compatible = "regulator-fixed"; - regulator-name = "fixed-3.3V"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - regulator-boot-on; - regulator-always-on; - }; - ubi-concat { compatible = "mtd-concat"; devices = <&ubiconcat0 &ubiconcat1 &ubiconcat2 &ubiconcat3>; @@ -280,8 +262,3 @@ }; }; }; - -&xhci { - vbus-supply = <®_usb_vbus>; - vusb33-supply = <®_3p3v>; -}; diff --git a/target/linux/ramips/dts/mt7621_snr_snr-cpe-me1.dts b/target/linux/ramips/dts/mt7621_snr_snr-cpe-me1.dts index 4270226926..4cbdc3ab97 100644 --- a/target/linux/ramips/dts/mt7621_snr_snr-cpe-me1.dts +++ b/target/linux/ramips/dts/mt7621_snr_snr-cpe-me1.dts @@ -65,15 +65,6 @@ gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; enable-active-high; }; - - reg_3p3v: regulator-3p3v { - compatible = "regulator-fixed"; - regulator-name = "fixed-3.3V"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - regulator-boot-on; - regulator-always-on; - }; }; &gmac0 { @@ -218,5 +209,4 @@ &xhci { vbus-supply = <®_usb_vbus>; - vusb33-supply = <®_3p3v>; }; diff --git a/target/linux/ramips/dts/mt7621_snr_snr-cpe-me2-sfp.dts b/target/linux/ramips/dts/mt7621_snr_snr-cpe-me2-sfp.dts index b4324feccf..93d17766e9 100644 --- a/target/linux/ramips/dts/mt7621_snr_snr-cpe-me2-sfp.dts +++ b/target/linux/ramips/dts/mt7621_snr_snr-cpe-me2-sfp.dts @@ -67,15 +67,6 @@ gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; enable-active-high; }; - - reg_3p3v: regulator-3p3v { - compatible = "regulator-fixed"; - regulator-name = "fixed-3.3V"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - regulator-boot-on; - regulator-always-on; - }; }; &state_default { @@ -203,7 +194,6 @@ }; &xhci { - vusb33-supply = <®_3p3v>; vbus-supply = <®_usb_vbus>; }; diff --git a/target/linux/ramips/dts/mt7621_tplink_er605-v2.dts b/target/linux/ramips/dts/mt7621_tplink_er605-v2.dts index 3d92e343f1..be9efbf0e9 100644 --- a/target/linux/ramips/dts/mt7621_tplink_er605-v2.dts +++ b/target/linux/ramips/dts/mt7621_tplink_er605-v2.dts @@ -67,15 +67,6 @@ gpios = <&gpio 10 GPIO_ACTIVE_HIGH>; enable-active-high; }; - - reg_3p3v: regulator-3p3v { - compatible = "regulator-fixed"; - regulator-name = "fixed-3.3V"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - regulator-boot-on; - regulator-always-on; - }; }; &gmac0 { @@ -171,7 +162,6 @@ }; &xhci { - vusb33-supply = <®_3p3v>; vbus-supply = <®_usb_vbus>; }; |