]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc/spear: add Device Tree probing capability
authorViresh Kumar <viresh.kumar@st.com>
Wed, 4 Apr 2012 00:08:31 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 11 Apr 2012 04:45:53 +0000 (14:45 +1000)
commit99d5362c53f9e01b52484ff5ab963c58fd7dc406
tree9fb74bd583b645ee31b2dfbb33bc4714b670ac52
parent786c6354d22d83b889a331e4daffb7f8fe41ac09
rtc/spear: add Device Tree probing capability

SPEAr platforms now support DT and so must convert all drivers support DT.
 This patch adds DT probing support for rtc and updates its documentation
too.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Cc: Rob Herring <robherring2@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/devicetree/bindings/rtc/spear-rtc.txt [new file with mode: 0644]
drivers/rtc/rtc-spear.c