Browse Source

ramips: mt7621: fix typo

Missing u caused the regulator to fail probe.

Signed-off-by: Rosen Penev <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16925
Signed-off-by: Robert Marko <[email protected]>
(cherry picked from commit 3e42526404f021094ae3fa41524c396d753f4c6c)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <[email protected]>
Rosen Penev 1 year ago
parent
commit
96ab90a9aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts

+ 1 - 1
target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts

@@ -96,7 +96,7 @@
 
 
 	reg_usb_power: regulator {
 	reg_usb_power: regulator {
 		compatible = "regulator-fixed";
 		compatible = "regulator-fixed";
-		reglator-name = "usb_power";
+		regulator-name = "usb_power";
 		regulator-min-microvolt = <5000000>;
 		regulator-min-microvolt = <5000000>;
 		regulator-max-microvolt = <5000000>;
 		regulator-max-microvolt = <5000000>;
 		gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
 		gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;