]> Git Repo - linux.git/commitdiff
ARM: dts: sirf: add resets for dspif, gps and dsp nodes
authorTao Huang <[email protected]>
Fri, 14 Mar 2014 10:17:06 +0000 (18:17 +0800)
committerBarry Song <[email protected]>
Thu, 8 May 2014 06:13:08 +0000 (14:13 +0800)
this patch fills the resets properity for dspif, gps and dsp nodes.
these nodes belong to GPS related modules.

Signed-off-by: Tao Huang <[email protected]>
Signed-off-by: Barry Song <[email protected]>
arch/arm/boot/dts/atlas6.dtsi

index 458e000c5889d75b4eeab7fddc5bc927ab3c73b7..6684d557daadea5dd4f4bc90adededfcce63d64e 100644 (file)
                                compatible = "sirf,prima2-dspif";
                                reg = <0xa8000000 0x10000>;
                                interrupts = <9>;
+                               resets = <&rstc 1>;
                        };
 
                        gps@a8010000 {
                                reg = <0xa8010000 0x10000>;
                                interrupts = <7>;
                                clocks = <&clks 9>;
+                               resets = <&rstc 2>;
                        };
 
                        dsp@a9000000 {
                                reg = <0xa9000000 0x1000000>;
                                interrupts = <8>;
                                clocks = <&clks 8>;
+                               resets = <&rstc 0>;
                        };
                };
 
This page took 0.05256 seconds and 4 git commands to generate.