From 73be4b9e488235dc9d86054ffd35cb8e14088191 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Tue, 5 Dec 2023 22:15:38 +0900 Subject: [PATCH] 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 --- .../arch/arm/boot/dts/marvell/armada-385-fortinet-fg-30e.dts | 2 +- .../arch/arm/boot/dts/marvell/armada-385-fortinet-fg-50e.dts | 2 +- ...385-fortinet-fg-x0e.dtsi => armada-385-fortinet-fg-xxe.dtsi} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename target/linux/mvebu/files-6.6/arch/arm/boot/dts/marvell/{armada-385-fortinet-fg-x0e.dtsi => armada-385-fortinet-fg-xxe.dtsi} (100%) 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 -- 2.30.2