diff options
author | Barry Song <Baohua.Song@csr.com> | 2014-01-10 03:15:42 +0000 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-03-05 10:33:47 +0800 |
commit | e7eda91f6323bd7dc85598c639f5e4709efc2309 (patch) | |
tree | b94fb7cc2b2e64e66184e813d54acbaea16a53f5 /arch/arm/boot/dts/atlas6.dtsi | |
parent | 951ec0909c2ef3b617fe4b03045f396528c8a55f (diff) |
ARM: prima2: move to generic reset controller driver framework
this moves to generic IP module reset framework, and make other drivers
use common device_reset() API.
Cc: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Bin Shi <Bin.Shi@csr.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'arch/arm/boot/dts/atlas6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/atlas6.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index f8674bcc4489..f7f9cafb42f5 100644 --- a/arch/arm/boot/dts/atlas6.dtsi +++ b/arch/arm/boot/dts/atlas6.dtsi @@ -65,9 +65,10 @@ #clock-cells = <1>; }; - reset-controller@88010000 { + rstc: reset-controller@88010000 { compatible = "sirf,prima2-rstc"; reg = <0x88010000 0x1000>; + #reset-cells = <1>; }; rsc-controller@88020000 { |