From 9e116f64a45969bb74f9412da194328ba41ea6e0 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Tue, 9 Dec 2014 16:20:04 +0900 Subject: arm: rmobile: alt: Migrate serial driver to drivers model This adds drivers model support of serial port to Alt board, and migrate serial port to drivers model. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- configs/alt_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/alt_defconfig') diff --git a/configs/alt_defconfig b/configs/alt_defconfig index d722306d4d..8a6a0d3f50 100644 --- a/configs/alt_defconfig +++ b/configs/alt_defconfig @@ -1,3 +1,5 @@ CONFIG_ARM=y CONFIG_RMOBILE=y CONFIG_TARGET_ALT=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y -- cgit v1.2.1 From 25f9613fcfdf0857bff7207e50cc65201ad69ed8 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Wed, 19 Nov 2014 14:26:33 +0900 Subject: arm: rmobile: alt: Add support SDHI Alt board has two SDHI port. This adds GPIO configuration and initialization function of SDHI, and enables MMC command. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- configs/alt_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/alt_defconfig') diff --git a/configs/alt_defconfig b/configs/alt_defconfig index 8a6a0d3f50..ff872302b4 100644 --- a/configs/alt_defconfig +++ b/configs/alt_defconfig @@ -3,3 +3,4 @@ CONFIG_RMOBILE=y CONFIG_TARGET_ALT=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y -- cgit v1.2.1