summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2024-11-11 20:23:01 +0000
committerPetr Štetiar2024-11-28 18:46:53 +0000
commit96ab90a9aa75c06fd85cb94babe12b8cb49e32ce (patch)
tree01651cdacf0929dba4a7ebad96b5d7d4a9857d36
parent25427d794288de530a0663b4ab9a8f82da8307d4 (diff)
downloadopenwrt-96ab90a9aa75c06fd85cb94babe12b8cb49e32ce.tar.gz
ramips: mt7621: fix typo
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>
-rw-r--r--target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts b/target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts
index 2d06b949f2..41173dd129 100644
--- a/target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts
+++ b/target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts
@@ -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>;