mvebu: fix "compatible" of regulator for FortiGate/FortiWiFi devices

The driver for fixed voltage regulater uses "regulator-fixed" for
compatible string, not "fixed-regulator".

Fixes: 102dc5a625 ("mvebu: add support for FortiGate 50E")
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16409
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
INAGAKI Hiroshi 2024-09-14 15:37:02 +09:00 committed by Hauke Mehrtens
parent b638a5f10f
commit 5c43c157aa
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
};
reg_usb_vbus: regulator-usb-vbus {
compatible = "fixed-regulator";
compatible = "regulator-fixed";
regulator-name = "usb-vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;