diff mbox

m68knommu: AMCORE board, add iMX i2c support

Message ID 1476911979-4926-1-git-send-email-angelo@sysam.it
State Awaiting Upstream
Headers show

Commit Message

Angelo Dureghello Oct. 19, 2016, 9:19 p.m. UTC
Add iMX i2c support for the Sysam AMCORE board.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
 arch/m68k/configs/amcore_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Ungerer Oct. 20, 2016, 12:37 p.m. UTC | #1
Hi Angelo,

On 20/10/16 07:19, Angelo Dureghello wrote:
> Add iMX i2c support for the Sysam AMCORE board.
>
> Signed-off-by: Angelo Dureghello <angelo@sysam.it>

CCing linux-m68k email list as well.

I will pick this up and push it in to the m68knommu
git tree, for-next branch.

Thanks
Greg


> ---
>  arch/m68k/configs/amcore_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/m68k/configs/amcore_defconfig b/arch/m68k/configs/amcore_defconfig
> index 2bf02e9..dc5adae 100644
> --- a/arch/m68k/configs/amcore_defconfig
> +++ b/arch/m68k/configs/amcore_defconfig
> @@ -87,7 +87,7 @@ CONFIG_I2C=y
>  # CONFIG_I2C_COMPAT is not set
>  CONFIG_I2C_CHARDEV=y
>  # CONFIG_I2C_HELPER_AUTO is not set
> -CONFIG_I2C_COLDFIRE=y
> +CONFIG_I2C_IMX=y
>  CONFIG_PPS=y
>  # CONFIG_HWMON is not set
>  # CONFIG_USB_SUPPORT is not set
>

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/m68k/configs/amcore_defconfig b/arch/m68k/configs/amcore_defconfig
index 2bf02e9..dc5adae 100644
--- a/arch/m68k/configs/amcore_defconfig
+++ b/arch/m68k/configs/amcore_defconfig
@@ -87,7 +87,7 @@  CONFIG_I2C=y
 # CONFIG_I2C_COMPAT is not set
 CONFIG_I2C_CHARDEV=y
 # CONFIG_I2C_HELPER_AUTO is not set
-CONFIG_I2C_COLDFIRE=y
+CONFIG_I2C_IMX=y
 CONFIG_PPS=y
 # CONFIG_HWMON is not set
 # CONFIG_USB_SUPPORT is not set