ramips: mt7621: fix typo
authorRosen Penev <rosenp@gmail.com>
Mon, 11 Nov 2024 20:23:01 +0000 (12:23 -0800)
committerPetr Štetiar <ynezz@true.cz>
Thu, 28 Nov 2024 18:46:53 +0000 (18:46 +0000)
Missing u caused the regulator to fail probe.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16925
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 3e42526404f021094ae3fa41524c396d753f4c6c)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts

index 2d06b949f2f027ae2baf3d71c032fe537579d547..41173dd1295ffe5ac7a0bba52ec3bb2e09268682 100644 (file)
@@ -96,7 +96,7 @@
 
        reg_usb_power: regulator {
                compatible = "regulator-fixed";
-               reglator-name = "usb_power";
+               regulator-name = "usb_power";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
                gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;