]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725
authorAndré Hentschel <nerv@dawncrow.de>
Thu, 2 Jan 2020 21:43:03 +0000 (22:43 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 13 Jan 2020 18:11:34 +0000 (10:11 -0800)
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am3703.dtsi [new file with mode: 0644]
arch/arm/boot/dts/am3715.dtsi [new file with mode: 0644]
arch/arm/boot/dts/dm3725.dtsi [new file with mode: 0644]

diff --git a/arch/arm/boot/dts/am3703.dtsi b/arch/arm/boot/dts/am3703.dtsi
new file mode 100644 (file)
index 0000000..2b994ae
--- /dev/null
@@ -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 (file)
index 0000000..ab328e8
--- /dev/null
@@ -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 (file)
index 0000000..d24e906
--- /dev/null
@@ -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";
+};