From 5c43c157aa8ba81349e9ca429dbe2278c418bdcc Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Sat, 14 Sep 2024 15:37:02 +0900 Subject: [PATCH] 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 --- .../arch/arm/boot/dts/marvell/armada-385-fortinet-fg-xxe.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; -- 2.30.2