ARM: dts: atlas6: add resets property for SPI nodes

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>
This commit is contained in:
Qipan Li 2014-11-25 18:46:43 +08:00 committed by Barry Song
parent f17352ca9a
commit 294a212faa

View file

@ -313,6 +313,7 @@ spi0: spi@b00d0000 {
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clks 19>;
resets = <&rstc 26>;
status = "disabled";
};
@ -328,6 +329,7 @@ spi1: spi@b0170000 {
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clks 20>;
resets = <&rstc 27>;
status = "disabled";
};