summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dm3725.dtsi
diff options
context:
space:
mode:
authorAndré Hentschel <nerv@dawncrow.de>2020-01-03 00:43:03 +0300
committerTony Lindgren <tony@atomide.com>2020-01-13 21:11:34 +0300
commit161546850dc0ba96c5c4617d6b55a16aff416bd7 (patch)
treef9bcde2990605545a803ebb4a161bf18f64da8ea /arch/arm/boot/dts/dm3725.dtsi
parentbfe0237dd6c441f0ba531755ab24579eaee99be7 (diff)
downloadlinux-161546850dc0ba96c5c4617d6b55a16aff416bd7.tar.xz
ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725
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>
Diffstat (limited to 'arch/arm/boot/dts/dm3725.dtsi')
-rw-r--r--arch/arm/boot/dts/dm3725.dtsi10
1 files changed, 10 insertions, 0 deletions
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";
+};