Commit 294a212f authored by Qipan Li's avatar Qipan Li Committed by Barry Song

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

this patch adds missed resets property for CSR SiRFatlasVI SPI nodes.
Signed-off-by: default avatarQipan Li <Qipan.Li@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent f17352ca
......@@ -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";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment