Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344203
b: refs/heads/master
c: 7cef07d
h: refs/heads/master
i:
  344201: c64fcf4
  344199: a41cf86
v: v3
  • Loading branch information
Shiraz Hashim authored and Viresh Kumar committed Nov 26, 2012
1 parent 71f7f53 commit 1a5b67e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53d74fd79db19aae506de892273198b160c2ee95
refs/heads/master: 7cef07d5cd25b1286376d1e8948f75b89d34a37e
12 changes: 12 additions & 0 deletions trunk/arch/arm/boot/dts/spear1310.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
compatible = "st,spear1310";

ahb {
spics: spics@e0700000{
compatible = "st,spear-spics-gpio";
reg = <0xe0700000 0x1000>;
st-spics,peripcfg-reg = <0x3b0>;
st-spics,sw-enable-bit = <12>;
st-spics,cs-value-bit = <11>;
st-spics,cs-enable-mask = <3>;
st-spics,cs-enable-shift = <8>;
gpio-controller;
#gpio-cells = <2>;
};

ahci@b1000000 {
compatible = "snps,spear-ahci";
reg = <0xb1000000 0x10000>;
Expand Down
14 changes: 14 additions & 0 deletions trunk/arch/arm/boot/dts/spear1340.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@
compatible = "st,spear1340";

ahb {

spics: spics@e0700000{
compatible = "st,spear-spics-gpio";
reg = <0xe0700000 0x1000>;
st-spics,peripcfg-reg = <0x42c>;
st-spics,sw-enable-bit = <21>;
st-spics,cs-value-bit = <20>;
st-spics,cs-enable-mask = <3>;
st-spics,cs-enable-shift = <18>;
gpio-controller;
#gpio-cells = <2>;
status = "disabled";
};

ahci@b1000000 {
compatible = "snps,spear-ahci";
reg = <0xb1000000 0x10000>;
Expand Down

0 comments on commit 1a5b67e

Please sign in to comment.