Skip to content

Commit

Permalink
ramips: mt7621: fix typo
Browse files Browse the repository at this point in the history
Missing u caused the regulator to fail probe.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt/openwrt#16925
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
neheb authored and robimarko committed Nov 11, 2024
1 parent 1f3d585 commit 3e42526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7621_zyxel_lte5398-m904.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 3e42526

Please sign in to comment.