summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am43x-epos-evm.dts
diff options
context:
space:
mode:
authorLokesh Vutla2016-03-08 07:54:35 +0100
committerTony Lindgren2016-03-30 23:14:20 +0200
commitcfe1580a6415bc37fd62d79eb8102a618f7650b2 (patch)
tree72ddc7b0f61f7b34050c143058681e9969f7f4eb /arch/arm/boot/dts/am43x-epos-evm.dts
parentARM: OMAP2: Fix up interconnect barrier initialization for DRA7 (diff)
downloadkernel-qcow2-linux-cfe1580a6415bc37fd62d79eb8102a618f7650b2.tar.gz
kernel-qcow2-linux-cfe1580a6415bc37fd62d79eb8102a618f7650b2.tar.xz
kernel-qcow2-linux-cfe1580a6415bc37fd62d79eb8102a618f7650b2.zip
ARM: dts: AM43x-epos: Fix clk parent for synctimer
commit 55ee7017ee31 ("arm: omap2: board-generic: use omap4_local_timer_init for AM437x") makes synctimer32k as the clocksource on AM43xx. By default the synctimer32k is clocked by 32K RTC OSC on AM43xx. But this 32K RTC OSC is not available on epos boards which makes it fail to boot. Synctimer32k can also be clocked by a peripheral PLL, so making this as clock parent for synctimer3k on epos boards. Fixes: 55ee7017ee31 ("arm: omap2: board-generic: use omap4_local_timer_init for AM437x") Cc: stable@vger.kernel.org # v4.4+ Reported-by: Nishanth Menon <nm@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am43x-epos-evm.dts')
-rw-r--r--arch/arm/boot/dts/am43x-epos-evm.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index 83dfafaaba1b..d5dd72047a7e 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -794,3 +794,8 @@
tx-num-evt = <32>;
rx-num-evt = <32>;
};
+
+&synctimer_32kclk {
+ assigned-clocks = <&mux_synctimer32k_ck>;
+ assigned-clock-parents = <&clkdiv32k_ick>;
+};