summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dra71x.dtsi
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2019-05-17 06:44:08 +0530
committerTony Lindgren <tony@atomide.com>2019-05-20 08:28:10 -0700
commitfe9edfe648ac444150ec95da1fb10e2728cc9789 (patch)
treec173232c757cc1c781c4f481c002cc9d0841c3da /arch/arm/boot/dts/dra71x.dtsi
parentb07bd27e02b9108ce8412cc2dc6faf621f57d224 (diff)
ARM: dts: dra71x: Disable rtc target module
Introduce dra71x.dtsi to include dra71x specific changes. rtc is fused out on dra71 and accessing target module register is causing a boot crash hence disable it. Fixes: 549fce068a3112 ("ARM: dts: dra7: Add l4 interconnect hierarchy and ti-sysc data") Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra71x.dtsi')
-rw-r--r--arch/arm/boot/dts/dra71x.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra71x.dtsi b/arch/arm/boot/dts/dra71x.dtsi
new file mode 100644
index 000000000000..aad7394902a6
--- /dev/null
+++ b/arch/arm/boot/dts/dra71x.dtsi
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "dra72-evm-common.dtsi"
+
+&rtctarget {
+ status = "disabled";
+};