diff options
| author | Olof Johansson <olof@lixom.net> | 2012-06-17 09:40:37 +0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2012-06-17 09:40:37 +0400 |
| commit | 51a1ec0164e2030e0492bdede4e68090a3394c52 (patch) | |
| tree | bbd4fb29ca65609b66b4c23e2426c0458b37ddf4 /include/linux | |
| parent | 485802a6c524e62b5924849dd727ddbb1497cc71 (diff) | |
| parent | a15687c487662c1cdcaf9d6f89270b616ccbad02 (diff) | |
| download | linux-51a1ec0164e2030e0492bdede4e68090a3394c52.tar.xz | |
Merge branch 'nomadik-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/soc
* 'nomadik-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik:
ARM: nomadik: bump all IRQ numbers by one
ARM: nomadik: register the MMC/SD device
ARM: nomadik: register the I2C devices
ARM: nomadik: register all three I2C busses
ARM: nomadik: convert to generic clock
ARM: nomadik: register PL031 RTC
ARM: nomadik: register AMBA devices dynamically
ARM: nomadik: register GPIOs dynamically
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/platform_data/clk-nomadik.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/clk-nomadik.h b/include/linux/platform_data/clk-nomadik.h new file mode 100644 index 000000000000..5713c87b2477 --- /dev/null +++ b/include/linux/platform_data/clk-nomadik.h @@ -0,0 +1,2 @@ +/* Minimal platform data header */ +void nomadik_clk_init(void); |
