diff options
author | Tao Huang <Tao.Huang@csr.com> | 2014-03-14 11:17:06 +0100 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-05-08 08:13:08 +0200 |
commit | b01c5905c29d7d5748a24267bb2486e4a1605fda (patch) | |
tree | 628e0be3c4b4a674f398cc54d9eed683305b1bfa /arch/arm/boot/dts/atlas6.dtsi | |
parent | ARM: dts: atlas6: add cortex-a9-pmu compatible PMU node (diff) | |
download | linux-b01c5905c29d7d5748a24267bb2486e4a1605fda.tar.xz linux-b01c5905c29d7d5748a24267bb2486e4a1605fda.zip |
ARM: dts: sirf: add resets for dspif, gps and dsp nodes
this patch fills the resets properity for dspif, gps and dsp nodes.
these nodes belong to GPS related modules.
Signed-off-by: Tao Huang <Tao.Huang@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/boot/dts/atlas6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/atlas6.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index 458e000c5889..6684d557daad 100644 --- a/arch/arm/boot/dts/atlas6.dtsi +++ b/arch/arm/boot/dts/atlas6.dtsi @@ -172,6 +172,7 @@ compatible = "sirf,prima2-dspif"; reg = <0xa8000000 0x10000>; interrupts = <9>; + resets = <&rstc 1>; }; gps@a8010000 { @@ -179,6 +180,7 @@ reg = <0xa8010000 0x10000>; interrupts = <7>; clocks = <&clks 9>; + resets = <&rstc 2>; }; dsp@a9000000 { @@ -186,6 +188,7 @@ reg = <0xa9000000 0x1000000>; interrupts = <8>; clocks = <&clks 8>; + resets = <&rstc 0>; }; }; |