From: Tao Huang Date: Fri, 14 Mar 2014 10:17:06 +0000 (+0800) Subject: ARM: dts: sirf: add resets for dspif, gps and dsp nodes X-Git-Tag: v4.14-rc1~7083^2~44^2~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b01c5905c29d7d5748a24267bb2486e4a1605fda;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Barry Song --- diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index 458e000..6684d55 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>; }; };