Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326735
b: refs/heads/master
c: ba5db49
h: refs/heads/master
i:
  326733: a1957a2
  326731: fb5d320
  326727: 60d640b
  326719: df41132
v: v3
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Aug 23, 2012
1 parent 5f30db2 commit 3db0b45
Show file tree
Hide file tree
Showing 2 changed files with 26 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: 74b42123f2605ab83bb264fac8ea57cd33e2580c
refs/heads/master: ba5db4990c2d1774fe854de3e3f6398fe9074fde
25 changes: 25 additions & 0 deletions trunk/arch/arm/boot/dts/imx23-olinuxino.dts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@
bus-width = <4>;
status = "okay";
};

pinctrl@80018000 {
pinctrl-names = "default";
pinctrl-0 = <&hog_pins_a>;

hog_pins_a: hog@0 {
reg = <0>;
fsl,pinmux-ids = <
0x2013 /* MX23_PAD_SSP1_DETECT__GPIO_2_1 */
>;
fsl,drive-strength = <0>;
fsl,voltage = <1>;
fsl,pull-up = <0>;
};
};
};

apbx@80040000 {
Expand All @@ -47,4 +62,14 @@
};
};
};

leds {
compatible = "gpio-leds";

user {
label = "green";
gpios = <&gpio2 1 0>;
linux,default-trigger = "default-on";
};
};
};

0 comments on commit 3db0b45

Please sign in to comment.