From 9eb70ef0b4cebc1c0e8f829a4baf9d5c97b2e67a Mon Sep 17 00:00:00 2001 From: Kathiravan T Date: Thu, 22 Sep 2022 11:57:53 +0530 Subject: [PATCH] arm: dts: devsoc: add devsoc-01.6 and devsoc-01.7 RDP support devsoc-01.6 and devsoc-01.7 RDPs are same as devsoc-01.4 and devsoc-01.1 respectively with 10GE SFP module instead of 2.5GE SFP module. Change-Id: Ic65bab9126a34cb73dd51d5ce6a85e1cf29a1215 Signed-off-by: Kathiravan T --- arch/arm/dts/Makefile | 4 +++- arch/arm/dts/devsoc-01.6.dts | 21 +++++++++++++++++++++ arch/arm/dts/devsoc-01.7.dts | 21 +++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/devsoc-01.6.dts create mode 100644 arch/arm/dts/devsoc-01.7.dts diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index a9089363f8..7edd109bc2 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -94,7 +94,9 @@ endif dtb-$(CONFIG_ARCH_DEVSOC) += devsoc-emulation.dtb \ devsoc-01.1.dtb \ devsoc-01.2.dtb \ - devsoc-01.4.dtb + devsoc-01.4.dtb \ + devsoc-01.6.dtb \ + devsoc-01.7.dtb dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \ ipq6018-cp02-c1.dtb \ diff --git a/arch/arm/dts/devsoc-01.6.dts b/arch/arm/dts/devsoc-01.6.dts new file mode 100644 index 0000000000..9fc57c878c --- /dev/null +++ b/arch/arm/dts/devsoc-01.6.dts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. + * + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 and + * only version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +/dts-v1/; +#include "devsoc-01.4.dts" +/ { + machid = <0x8060006>; + config_name = "config@01.6"; +}; diff --git a/arch/arm/dts/devsoc-01.7.dts b/arch/arm/dts/devsoc-01.7.dts new file mode 100644 index 0000000000..8764663ba0 --- /dev/null +++ b/arch/arm/dts/devsoc-01.7.dts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. + * + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 and + * only version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +/dts-v1/; +#include "devsoc-01.1.dts" +/ { + machid = <0x8060007>; + config_name = "config@01.7"; +};