diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index e41fb39857..41002e88ca 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -101,7 +101,9 @@ dtb-$(CONFIG_ARCH_IPQ9574) += ipq9574-al01-c1.dtb \ ipq9574-al02-c1.dtb \ ipq9574-al02-c2.dtb \ ipq9574-db-al01-c1.dtb \ - ipq9574-db-al01-c2.dtb + ipq9574-db-al01-c2.dtb \ + ipq9574-db-al02-c1.dtb \ + ipq9574-db-al02-c2.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-firefly.dtb \ diff --git a/arch/arm/dts/ipq9574-db-al02-c1.dts b/arch/arm/dts/ipq9574-db-al02-c1.dts new file mode 100644 index 0000000000..a8ab706762 --- /dev/null +++ b/arch/arm/dts/ipq9574-db-al02-c1.dts @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2016-2019, 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. + */ + +/dts-v1/; +#include "ipq9574-soc.dtsi" +/ { + machid = <0x1050001>; + config_name = "config@db-al02-c1"; +}; diff --git a/arch/arm/dts/ipq9574-db-al02-c2.dts b/arch/arm/dts/ipq9574-db-al02-c2.dts new file mode 100644 index 0000000000..fd9a98d0c0 --- /dev/null +++ b/arch/arm/dts/ipq9574-db-al02-c2.dts @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2016-2019, 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. + */ + +/dts-v1/; +#include "ipq9574-soc.dtsi" +/ { + machid = <0x1050101>; + config_name = "config@db-al02-c2"; +};