diff options
author | Andy Green <andy@openmoko.com> | 2008-11-21 11:56:57 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-21 11:56:57 +0000 |
commit | 51f82d8be7acb8594e82d913d1b4577462703032 (patch) | |
tree | 411fdd1f9b6efbd850b49a7b393b396d3cf3b5e7 /arch/arm/mach-s3c6410/Makefile | |
parent | 3afa93d57719fd9b1bf837f5609095237a4187c7 (diff) |
introduce-om-gta03-features.patch
This patch adds a single file that is intended to do the job of
the several neo1973_pm_* drivers used in GTA02. It exposes the
/sys nodes
/sys/bus/platform/devices/om-gta03.0/gps_power
/sys/bus/platform/devices/om-gta03.0/gsm_power
/sys/bus/platform/devices/om-gta03.0/usbhost_power
/sys/bus/platform/devices/om-gta03.0/wlan_bt_power
at the moment which allow power control of these subsystems.
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c6410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c6410/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c6410/Makefile b/arch/arm/mach-s3c6410/Makefile index 0159ea208ed..e9f30d4a26c 100644 --- a/arch/arm/mach-s3c6410/Makefile +++ b/arch/arm/mach-s3c6410/Makefile @@ -21,5 +21,6 @@ obj-$(CONFIG_S3C6410_SETUP_SDHCI) += setup-sdhci.o # machine support obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o -obj-$(CONFIG_MACH_OPENMOKO_GTA03) += mach-om-gta03.o +obj-$(CONFIG_MACH_OPENMOKO_GTA03) += mach-om-gta03.o \ + om-gta03-features.o |