projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25427d7
)
ramips: mt7621: fix typo
author
Rosen Penev
<rosenp@gmail.com>
Mon, 11 Nov 2024 20:23:01 +0000
(12:23 -0800)
committer
Petr Š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
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts
b/target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts
index 2d06b949f2f027ae2baf3d71c032fe537579d547..41173dd1295ffe5ac7a0bba52ec3bb2e09268682 100644
(file)
--- 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";
+ reg
u
lator-name = "usb_power";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;