Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342226
b: refs/heads/master
c: c241d0a
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and Shawn Guo committed Nov 5, 2012
1 parent 3775e03 commit af9c5e9
Show file tree
Hide file tree
Showing 2 changed files with 15 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: a4dabca8b474aa5cf7ec1bec5bc1904a5e18f642
refs/heads/master: c241d0a3ba78d50da08bd0c8236433b7653a86c7
14 changes: 14 additions & 0 deletions trunk/arch/arm/boot/dts/imx28-cfa10036.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@

apb@80000000 {
apbh@80000000 {
pinctrl@80018000 {
led_pins_cfa10036: leds-10036@0 {
reg = <0>;
fsl,pinmux-ids = <
0x3043 /* MX28_PAD_AUART1_RX__GPIO_3_4 */
>;
fsl,drive-strength = <0>;
fsl,voltage = <1>;
fsl,pull-up = <0>;
};
};

ssp0: ssp@80010000 {
compatible = "fsl,imx28-mmc";
pinctrl-names = "default";
Expand All @@ -43,6 +55,8 @@

leds {
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&led_pins_cfa10036>;

power {
gpios = <&gpio3 4 1>;
Expand Down

0 comments on commit af9c5e9

Please sign in to comment.