diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-05-15 13:32:01 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 12:56:18 +0200 |
commit | 3e05f24aa95bb043f1103b41392b61ce83d2675e (patch) | |
tree | fabff2f4596eeec7f4eb0b6baf2a88b172143a9f /arch/arm/mach-shmobile/include | |
parent | ARM: shmobile: r8a7779: Reference clocks (diff) | |
download | linux-3e05f24aa95bb043f1103b41392b61ce83d2675e.tar.xz linux-3e05f24aa95bb043f1103b41392b61ce83d2675e.zip |
ARM: shmobile: r8a7779: Add helper to read mode pins
Add and use helper to read mode pins.
This will be re-used when moving marzen-reference to
the common clock framework.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7779.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7779.h b/arch/arm/mach-shmobile/include/mach/r8a7779.h index def10a29e09a..5ef0bad6334d 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7779.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7779.h @@ -20,6 +20,7 @@ extern void r8a7779_add_early_devices(void); extern void r8a7779_add_standard_devices(void); extern void r8a7779_add_standard_devices_dt(void); extern void r8a7779_init_late(void); +extern u32 r8a7779_read_mode_pins(void); extern void r8a7779_clock_init(void); extern void r8a7779_pinmux_init(void); extern void r8a7779_pm_init(void); |