commit | ccea0e6e49e4db8ee7968c183ecddb3e399c5f54 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Thu Oct 07 17:39:21 2010 +1000 |
committer | Michal Simek <monstr@monstr.eu> | Thu Oct 21 15:52:00 2010 +1000 |
tree | 387e07bf5e4eed3628c7361cdd7129cc0a31f250 | |
parent | 02b08045a0306c38131c6d7155c4034a775d40b1 [diff] |
microblaze: Support timer on AXI lite New microblaze systems uses two buses. One for memories and flashes and the second for low-speed peripherals which can run on different CLK. This is the reason why the kernel is trying to read clock-frequency directly from node. If there is then the kernel will work with it. If not then cpu CLK is used. Signed-off-by: Michal Simek <monstr@monstr.eu>