mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 17:48:58 +00:00
31 lines
923 B
Diff
31 lines
923 B
Diff
|
From 96bb4b31aa660e39fca2bb464b9a9f399bd5b71c Mon Sep 17 00:00:00 2001
|
||
|
From: Miquel Raynal <miquel.raynal@bootlin.com>
|
||
|
Date: Fri, 4 Oct 2019 16:27:32 +0200
|
||
|
Subject: [PATCH] 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>
|
||
|
---
|
||
|
arch/arm64/boot/dts/marvell/armada-cp115.dtsi | 12 ++++++++++++
|
||
|
1 file changed, 12 insertions(+)
|
||
|
create mode 100644 arch/arm64/boot/dts/marvell/armada-cp115.dtsi
|
||
|
|
||
|
--- /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
|