Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349088
b: refs/heads/master
c: 9e1c96e
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Hesselbarth authored and Jason Cooper committed Jan 10, 2013
1 parent a37fda8 commit 23920fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 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: 4ea931e07d7708bdf42cff31e27dcc5d307ab6f7
refs/heads/master: 9e1c96ed82562c05c89ee3eedee8d980e5c0d865
14 changes: 12 additions & 2 deletions trunk/arch/arm/boot/dts/dove-cubox.dts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@
};

&uart0 { status = "okay"; };
&sdio0 { status = "okay"; };
&sata0 { status = "okay"; };
&i2c0 { status = "okay"; };

&sdio0 {
status = "okay";
/* sdio0 card detect is connected to wrong pin on CuBox */
cd-gpios = <&gpio0 12 1>;
};

&spi0 {
status = "okay";

Expand All @@ -42,9 +47,14 @@
};

&pinctrl {
pinctrl-0 = <&pmx_gpio_18>;
pinctrl-0 = <&pmx_gpio_12 &pmx_gpio_18>;
pinctrl-names = "default";

pmx_gpio_12: pmx-gpio-12 {
marvell,pins = "mpp12";
marvell,function = "gpio";
};

pmx_gpio_18: pmx-gpio-18 {
marvell,pins = "mpp18";
marvell,function = "gpio";
Expand Down

0 comments on commit 23920fb

Please sign in to comment.