[openwrt/openwrt] mvebu: fix "compatible" of regulator for FortiGate/FortiWiFi devices
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 22 06:30:12 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5c43c157aa8ba81349e9ca429dbe2278c418bdcc
commit 5c43c157aa8ba81349e9ca429dbe2278c418bdcc
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Sat Sep 14 15:37:02 2024 +0900
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 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16409
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
.../files-6.6/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>;
More information about the lede-commits
mailing list