Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376207
b: refs/heads/master
c: 3f81127
h: refs/heads/master
i:
  376205: a2796ca
  376203: 743ca4a
  376199: fc13b3e
  376191: 2bf3d94
v: v3
  • Loading branch information
Ludovic Desroches authored and Nicolas Ferre committed May 14, 2013
1 parent b0bd8e5 commit 26ff1d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ade7e4214b43e9b934202d892e3d7c131617908
refs/heads/master: 3f81127293284da449942a0144b9747c5db1e523
10 changes: 0 additions & 10 deletions trunk/arch/arm/boot/dts/sama5d3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@
compatible = "atmel,at91sam9x5-spi";
reg = <0xf0004000 0x100>;
interrupts = <24 4 3>;
cs-gpios = <&pioD 13 0
&pioD 14 0 /* conflicts with SCK0 and CANRX0 */
&pioD 15 0 /* conflicts with CTS0 and CANTX0 */
&pioD 16 0 /* conflicts with RTS0 and PWMFI3 */
>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_spi0>;
status = "disabled";
Expand Down Expand Up @@ -203,11 +198,6 @@
compatible = "atmel,at91sam9x5-spi";
reg = <0xf8008000 0x100>;
interrupts = <25 4 3>;
cs-gpios = <&pioC 25 0
&pioC 26 0 /* conflitcs with TWD1 and ISI_D11 */
&pioC 27 0 /* conflitcs with TWCK1 and ISI_D10 */
&pioC 28 0 /* conflitcs with PWMFI0 and ISI_D9 */
>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_spi1>;
status = "disabled";
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/boot/dts/sama5d3xcm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@

ahb {
apb {
spi0: spi@f0004000 {
cs-gpios = <&pioD 13 0>, <0>, <0>, <0>;
};

macb0: ethernet@f0028000 {
phy-mode = "rgmii";
};
Expand Down

0 comments on commit 26ff1d7

Please sign in to comment.