From cae6d364003feecef715ea09e411e31e3dce8698 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Thoorvas Samyrao Muralidharan Date: Thu, 13 May 2021 11:41:04 +0530 Subject: [PATCH] arm: dts: Add support for MP03.3-C4 and MP03.3-C5 Change-Id: If84d926d07081b1d62775a88cc904158f90be797 Signed-off-by: Prasanna Kumar Thoorvas Samyrao Muralidharan --- arch/arm/dts/Makefile | 2 ++ arch/arm/dts/ipq5018-mp03.3-c4.dts | 19 +++++++++++++++++++ arch/arm/dts/ipq5018-mp03.3-c5.dts | 19 +++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 arch/arm/dts/ipq5018-mp03.3-c4.dts create mode 100644 arch/arm/dts/ipq5018-mp03.3-c5.dts diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 7088b0c6c2..376d990117 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -69,6 +69,8 @@ dtb-$(CONFIG_ARCH_IPQ5018) += ipq5018-emulation.dtb \ ipq5018-mp03.3.dtb \ ipq5018-mp03.3-c2.dtb \ ipq5018-mp03.3-c3.dtb \ + ipq5018-mp03.3-c4.dtb \ + ipq5018-mp03.3-c5.dtb \ ipq5018-mp03.4-c1.dtb \ ipq5018-mp03.4-c2.dtb \ ipq5018-mp03.6-c1.dtb \ diff --git a/arch/arm/dts/ipq5018-mp03.3-c4.dts b/arch/arm/dts/ipq5018-mp03.3-c4.dts new file mode 100644 index 0000000000..0b4d311fc0 --- /dev/null +++ b/arch/arm/dts/ipq5018-mp03.3-c4.dts @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2016-2021, The Linux Foundation. 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. + */ +#include "ipq5018-mp03.3.dts" +/ { + model ="QCA, IPQ5018-MP03.3-C4"; + compatible = "qca,ipq5018", "qca,ipq5018-mp03.3-c4"; + machid = <0x8040302>; + config_name = "config@mp03.3-c4"; +}; diff --git a/arch/arm/dts/ipq5018-mp03.3-c5.dts b/arch/arm/dts/ipq5018-mp03.3-c5.dts new file mode 100644 index 0000000000..97b55dae4b --- /dev/null +++ b/arch/arm/dts/ipq5018-mp03.3-c5.dts @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2016-2021, The Linux Foundation. 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. + */ +#include "ipq5018-mp03.3.dts" +/ { + model ="QCA, IPQ5018-MP03.3-C5"; + compatible = "qca,ipq5018", "qca,ipq5018-mp03.3-c5"; + machid = <0x8040402>; + config_name = "config@mp03.3-c5"; +};