summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/init.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-04-28 15:37:15 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-05-01 01:09:18 +0900
commit5eb4150e84e55057a3504b2cb06d7f5c145c866f (patch)
tree469579582c630c401ac7c21989c79aee39a80370 /arch/arm/mach-uniphier/init.h
parent1dce5eb9de72eff89a42546186d511f24835816d (diff)
downloadtalos-obmc-uboot-5eb4150e84e55057a3504b2cb06d7f5c145c866f.tar.gz
talos-obmc-uboot-5eb4150e84e55057a3504b2cb06d7f5c145c866f.zip
ARM: uniphier: allow to use System Bus for ROM boot mode of PH1-LD20
The System Bus is not available by default on the ROM boot mode of PH1-LD20. To use devices connected to the System Bus, such as the Micro Support Card, it is necessary to set up pin-muxing and some System Bus Controller register. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/init.h')
-rw-r--r--arch/arm/mach-uniphier/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/init.h b/arch/arm/mach-uniphier/init.h
index f5b3fa836c..5a0ebeb1b1 100644
--- a/arch/arm/mach-uniphier/init.h
+++ b/arch/arm/mach-uniphier/init.h
@@ -90,6 +90,7 @@ int uniphier_pxs2_early_clk_init(const struct uniphier_board_data *bd);
int uniphier_ld20_early_clk_init(const struct uniphier_board_data *bd);
int uniphier_sld3_early_pin_init(const struct uniphier_board_data *bd);
+int uniphier_ld20_early_pin_init(const struct uniphier_board_data *bd);
int uniphier_ld4_umc_init(const struct uniphier_board_data *bd);
int uniphier_pro4_umc_init(const struct uniphier_board_data *bd);
OpenPOWER on IntegriCloud