commit | 4fd9212cb9bad88ec7c8bf5313f53331905f957a | [log] [tgz] |
---|---|---|
author | Andrew Victor <linux@maxim.org.za> | Wed Apr 02 21:55:19 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Apr 04 09:52:24 2008 +0100 |
tree | 7aeda933234a76c6a5240fed992579ecffb015c3 | |
parent | 565ac44593d17bdfc9f595614b56bb335a9b8d6f [diff] |
[ARM] 4908/1: [AT91] RTT platform_device fix The RTT-as-RTC driver will search for the user-specified RTT peripheral via ID number (0 .. 1). Therefore if the processor only contains a single RTT peripheral, we need to set its platform_device.id to "0" instead of "-1". Also add the missing platform_device resource for the CAP9 processor. Bug reported by Sedji Gaouaou. Signed-off-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>