From: INAGAKI Hiroshi Date: Sat, 14 Sep 2024 06:37:02 +0000 (+0900) Subject: mvebu: fix "compatible" of regulator for FortiGate/FortiWiFi devices X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5c43c157aa8ba81349e9ca429dbe2278c418bdcc;p=openwrt%2Fstaging%2Fthess.git 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 Link: https://github.com/openwrt/openwrt/pull/16409 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-xxe.dtsi b/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-xxe.dtsi index ba4460fddd..6e2f10c56a 100644 --- a/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-xxe.dtsi +++ b/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-xxe.dtsi @@ -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>;