[openwrt/openwrt] mvebu: rename common dtsi of FortiGate 30E/50E
LEDE Commits
lede-commits at lists.infradead.org
Sat May 25 11:05:25 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/73be4b9e488235dc9d86054ffd35cb8e14088191
commit 73be4b9e488235dc9d86054ffd35cb8e14088191
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Tue Dec 5 22:15:38 2023 +0900
mvebu: rename common dtsi of FortiGate 30E/50E
Rename the common dtsi of Fortinet FortiGate 30E/50E for the preparation
of adding support for the other FortiGate/FortiWiFi 3xE/5xE devices.
Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
---
.../files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-30e.dts | 2 +-
.../files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-50e.dts | 2 +-
...{armada-385-fortinet-fg-x0e.dtsi => armada-385-fortinet-fg-xxe.dtsi} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-30e.dts b/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-30e.dts
index dca6fbacf0..b73f0f1fd2 100644
--- a/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-30e.dts
+++ b/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-30e.dts
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-#include "armada-385-fortinet-fg-x0e.dtsi"
+#include "armada-385-fortinet-fg-xxe.dtsi"
/ {
model = "Fortinet FortiGate 30E";
diff --git a/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-50e.dts b/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-50e.dts
index cf13bb5fda..c56a06fda0 100644
--- a/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-50e.dts
+++ b/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-50e.dts
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-#include "armada-385-fortinet-fg-x0e.dtsi"
+#include "armada-385-fortinet-fg-xxe.dtsi"
/ {
model = "Fortinet FortiGate 50E";
diff --git a/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-x0e.dtsi b/target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-xxe.dtsi
similarity index 100%
rename from target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-x0e.dtsi
rename to target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/armada-385-fortinet-fg-xxe.dtsi
More information about the lede-commits
mailing list