diff options
| author | Rosen Penev | 2024-11-11 20:23:01 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-11-11 20:28:32 +0000 |
| commit | 3e42526404f021094ae3fa41524c396d753f4c6c (patch) | |
| tree | 8411794571058fa3dd469b94eb8d6b79c771e007 | |
| parent | 1f3d5858b441cf4e1195b96242dd08d68538e83d (diff) | |
| download | openwrt-3e42526404f021094ae3fa41524c396d753f4c6c.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>
| -rw-r--r-- | target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts | 2 |
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>; |