diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-02 15:00:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-03 09:24:01 +0200 |
commit | c0f6de52cbb831481d2ac07a258ae334fa2a6f23 (patch) | |
tree | 8c826e6982ee37dba557678054da33cb0eaf0775 /recipes/linux/linux-openmoko-2.6.34/0001-mach-gta02-fix-gsm-power_on-sysfs-node-path.patch | |
parent | 0a1635529a4a8cc5dfe614695bc8dd506f657f21 (diff) |
linux-openmoko-2.6.34: add patch for proper gsm sysfs node path
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.34/0001-mach-gta02-fix-gsm-power_on-sysfs-node-path.patch')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.34/0001-mach-gta02-fix-gsm-power_on-sysfs-node-path.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.34/0001-mach-gta02-fix-gsm-power_on-sysfs-node-path.patch b/recipes/linux/linux-openmoko-2.6.34/0001-mach-gta02-fix-gsm-power_on-sysfs-node-path.patch new file mode 100644 index 0000000000..d1053d4530 --- /dev/null +++ b/recipes/linux/linux-openmoko-2.6.34/0001-mach-gta02-fix-gsm-power_on-sysfs-node-path.patch @@ -0,0 +1,25 @@ +From ed36456fa34c2653d4a39c3dbeb66b4e671103fe Mon Sep 17 00:00:00 2001 +From: Gennady Kupava <gb@bsdmn.com> +Date: Mon, 2 Aug 2010 14:53:55 +0200 +Subject: [PATCH] mach-gta02: fix gsm power_on sysfs node path + +--- + arch/arm/mach-s3c2440/mach-gta02.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c +index e7d0b82..08e9dcc 100644 +--- a/arch/arm/mach-s3c2440/mach-gta02.c ++++ b/arch/arm/mach-s3c2440/mach-gta02.c +@@ -1341,7 +1341,7 @@ static struct platform_device* gta02_hdq_children[] = { + + static struct gta02_device_children gta02_device_children[] = { + { +- .dev_name = "pcf50633-gpio", ++ .dev_name = "pcf50633-gpio.0", + .num_children = 2, + .children = gta02_pcf50633_gpio_children, + }, +-- +1.7.1.1 + |