projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f17352c
)
ARM: dts: atlas6: add resets property for SPI nodes
author
Qipan Li
<Qipan.Li@csr.com>
Tue, 25 Nov 2014 10:46:43 +0000
(18:46 +0800)
committer
Barry 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/atlas6.dtsi
b/arch/arm/boot/dts/atlas6.dtsi
index c12d13908b2dd58a5ae0381e879ebb01b2772bdd..29598667420b83766c0e8fa0b05960d008f6007e 100644
(file)
--- a/
arch/arm/boot/dts/atlas6.dtsi
+++ b/
arch/arm/boot/dts/atlas6.dtsi
@@
-313,6
+313,7
@@
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clks 19>;
+ resets = <&rstc 26>;
status = "disabled";
};
@@
-328,6
+329,7
@@
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clks 20>;
+ resets = <&rstc 27>;
status = "disabled";
};
This page took
0.025955 seconds
and
5
git commands to generate.