diff --git a/target/linux/ramips/dts/mt7621_gemtek_wvrtm-1xxacn.dtsi b/target/linux/ramips/dts/mt7621_gemtek_wvrtm-1xxacn.dtsi index 8b645082150..e6b7f8c2041 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 42702269262..4cbdc3ab974 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 b4324feccf5..93d17766e9f 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 3d92e343f1f..be9efbf0e97 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>; };