Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123713
b: refs/heads/master
c: d40a099
h: refs/heads/master
i:
  123711: a82f973
v: v3
  • Loading branch information
Sascha Hauer authored and Russell King committed Dec 14, 2008
1 parent fbdfaf2 commit 82174b2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a8405929338063f0fe263d18ca24a6005d39b508
refs/heads/master: d40a09920be4d64414c3e5396c6399ac96ad0e00
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-mx2/pcm038.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ static void gpio_fec_inactive(void)

static struct platform_device *platform_devices[] __initdata = {
&pcm038_nor_mtd_device,
&mxc_w1_master_device,
};

static void __init pcm038_init(void)
Expand All @@ -177,6 +178,7 @@ static void __init pcm038_init(void)
mxc_register_device(&mxc_uart_device0, &uart_pdata[0]);
mxc_register_device(&mxc_uart_device1, &uart_pdata[1]);
mxc_register_device(&mxc_uart_device2, &uart_pdata[2]);
mxc_gpio_mode(PE16_AF_RTCK); /* OWIRE */

platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices));

Expand Down

0 comments on commit 82174b2

Please sign in to comment.