ARM: dts: atlas6: add resets property for SPI nodes
authorQipan Li <Qipan.Li@csr.com>
Tue, 25 Nov 2014 10:46:43 +0000 (18:46 +0800)
committerBarry Song <Baohua.Song@csr.com>
Tue, 25 Nov 2014 10:46:43 +0000 (18:46 +0800)
this patch adds missed resets property for CSR SiRFatlasVI SPI nodes.

Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/boot/dts/atlas6.dtsi

index c12d13908b2dd58a5ae0381e879ebb01b2772bdd..29598667420b83766c0e8fa0b05960d008f6007e 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <0>;
                                clocks = <&clks 19>;
+                               resets = <&rstc 26>;
                                status = "disabled";
                        };
 
                                #address-cells = <1>;
                                #size-cells = <0>;
                                clocks = <&clks 20>;
+                               resets = <&rstc 27>;
                                status = "disabled";
                        };
 
This page took 0.025238 seconds and 5 git commands to generate.