mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-08 14:54:23 +08:00
47cf40af64
CP110 and CP115 are almost the same in terms of features and have a very limited set of differences. Let's create an armada-cp11x.dtsi file which will be used to instantiate both CP110 and CP115 nodes. The only changes between the two armada-cp11{0,x}.dtsi files are the following naming in macros: s/CP110/CP11X/. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (C) 2019 Marvell Technology Group Ltd.
|
|
*
|
|
* Device Tree file for Marvell Armada CP110.
|
|
*/
|
|
|
|
#define CP11X_TYPE cp110
|
|
|
|
#include "armada-cp11x.dtsi"
|
|
|
|
#undef CP11X_TYPE
|