All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/2] ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725
@ 2020-01-02 21:43 ` André Hentschel
  0 siblings, 0 replies; 6+ messages in thread
From: André Hentschel @ 2020-01-02 21:43 UTC (permalink / raw)
  To: linux, robh+dt, mark.rutland, bcousson, tony, linux-omap
  Cc: devicetree, linux-arm-kernel, linux-kernel

DM3730 is considered as omap36xx.dtsi, while the rest has:
     DM3730 | DM3725 | AM3715 | AM3703
IVA    X    |   X    |        |       
SGX    X    |        |   X    |       
Where X is "supported"

Signed-off-by: André Hentschel <nerv@dawncrow.de>
---
 arch/arm/boot/dts/am3703.dtsi | 14 ++++++++++++++
 arch/arm/boot/dts/am3715.dtsi | 10 ++++++++++
 arch/arm/boot/dts/dm3725.dtsi | 10 ++++++++++
 3 files changed, 34 insertions(+)
 create mode 100644 arch/arm/boot/dts/am3703.dtsi
 create mode 100644 arch/arm/boot/dts/am3715.dtsi
 create mode 100644 arch/arm/boot/dts/dm3725.dtsi

diff --git a/arch/arm/boot/dts/am3703.dtsi b/arch/arm/boot/dts/am3703.dtsi
new file mode 100644
index 000000000000..2b994ae790c9
--- /dev/null
+++ b/arch/arm/boot/dts/am3703.dtsi
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Copyright (C) 2020 André Hentschel <nerv@dawncrow.de>
+ */
+
+#include "omap36xx.dtsi"
+
+&iva {
+	status = "disabled";
+};
+
+&sgx_module {
+	status = "disabled";
+};
diff --git a/arch/arm/boot/dts/am3715.dtsi b/arch/arm/boot/dts/am3715.dtsi
new file mode 100644
index 000000000000..ab328e8c0bd8
--- /dev/null
+++ b/arch/arm/boot/dts/am3715.dtsi
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Copyright (C) 2020 André Hentschel <nerv@dawncrow.de>
+ */
+
+#include "omap36xx.dtsi"
+
+&iva {
+	status = "disabled";
+};
diff --git a/arch/arm/boot/dts/dm3725.dtsi b/arch/arm/boot/dts/dm3725.dtsi
new file mode 100644
index 000000000000..d24e906a14b1
--- /dev/null
+++ b/arch/arm/boot/dts/dm3725.dtsi
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Copyright (C) 2020 André Hentschel <nerv@dawncrow.de>
+ */
+
+#include "omap36xx.dtsi"
+
+&sgx_module {
+	status = "disabled";
+};
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-01-13 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-02 21:43 [PATCH v3 1/2] ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725 André Hentschel
2020-01-02 21:43 ` André Hentschel
2020-01-02 21:43 ` [PATCH v3 2/2] ARM: dts: Add omap3-echo André Hentschel
2020-01-02 21:43   ` André Hentschel
2020-01-13 18:15   ` Tony Lindgren
2020-01-13 18:15     ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.