diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-10-04 17:27:32 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-10-09 10:36:41 +0300 |
commit | 96bb4b31aa660e39fca2bb464b9a9f399bd5b71c (patch) | |
tree | 75d555a2c2f891e1601f6f01e77ccf380b89ea8a /arch/arm64/boot/dts/marvell | |
parent | 5f07b26e85dc86f017833ea745ff4e5b420280cd (diff) | |
download | linux-96bb4b31aa660e39fca2bb464b9a9f399bd5b71c.tar.xz |
arm64: dts: marvell: Add support for CP115
Create a DTSI file based on the CP11x one. Differences will be
described in the near future.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-cp115.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-cp115.dtsi b/arch/arm64/boot/dts/marvell/armada-cp115.dtsi new file mode 100644 index 000000000000..1d0a9653e681 --- /dev/null +++ b/arch/arm64/boot/dts/marvell/armada-cp115.dtsi @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (C) 2019 Marvell Technology Group Ltd. + * + * Device Tree file for Marvell Armada CP115. + */ + +#define CP11X_TYPE cp115 + +#include "armada-cp11x.dtsi" + +#undef CP11X_TYPE |