Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359949
b: refs/heads/master
c: d5dc035
h: refs/heads/master
i:
  359947: 19c2e54
v: v3
  • Loading branch information
Ezequiel Garcia authored and Arnd Bergmann committed Feb 28, 2013
1 parent afef897 commit 7b8452c
Show file tree
Hide file tree
Showing 2 changed files with 22 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: 37dd39513c33d518ccd8ea39ebe43d0f117590da
refs/heads/master: d5dc035eaa967cded8a295d4b07b7eb944c9044a
21 changes: 21 additions & 0 deletions trunk/arch/arm/boot/dts/armada-370-xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,27 @@
status = "disabled";
};

spi0: spi@d0010600 {
compatible = "marvell,orion-spi";
reg = <0xd0010600 0x28>;
#address-cells = <1>;
#size-cells = <0>;
cell-index = <0>;
interrupts = <30>;
clocks = <&coreclk 0>;
status = "disabled";
};

spi1: spi@d0010680 {
compatible = "marvell,orion-spi";
reg = <0xd0010680 0x28>;
#address-cells = <1>;
#size-cells = <0>;
cell-index = <1>;
interrupts = <92>;
clocks = <&coreclk 0>;
status = "disabled";
};
};
};

0 comments on commit 7b8452c

Please sign in to comment.