mvebu: fix "compatible" of regulator for FortiGate/FortiWiFi devices
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Sat, 14 Sep 2024 06:37:02 +0000 (15:37 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 22 Sep 2024 13:29:16 +0000 (15:29 +0200)
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>
target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-xxe.dtsi

index ba4460fddd683e958c2e169562bedbe3291397a8..6e2f10c56af2486d8d09620d565b4d6db8f6c767 100644 (file)
        };
 
        reg_usb_vbus: regulator-usb-vbus {
-               compatible = "fixed-regulator";
+               compatible = "regulator-fixed";
                regulator-name = "usb-vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;