commit | 81b3f0ba6edf1a5015e5b8e3e9970c5721e3a906 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Tue Nov 02 14:41:06 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 11 19:02:44 2021 -0500 |
tree | 9cf9d73dab6800ea851bfbf031acef441dfc7561 | |
parent | e1c384a91daa1d5629a8285a76a47411ebc11368 [diff] |
ARM: dts: am335x-chiliboard: add /chosen/tick-timer Commit 4b2be78ab66c ("time: Fix get_ticks being non-monotonic") has broken boot on chiliboard platform, as it requires '/chosen/tick-timer' in device-tree. This resulted in following panic message: Could not initialize timer (err -19) Provide missing chosen property in device-tree to fix chiliboard support. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>