mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-23 09:56:19 +08:00
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>
This commit is contained in:
parent
1f3d5858b4
commit
3e42526404
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user