diff mbox

ARM: multi_v7: enable AT24C EEPROM driver

Message ID 1397596227-23174-1-git-send-email-swarren@wwwdotorg.org
State Not Applicable, archived
Headers show

Commit Message

Stephen Warren April 15, 2014, 9:10 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

This is used for the board ID EEPROM on Jetson TK1, as well as likely
a whole slew of other NVIDIA reference boards; we simply haven't added
enabled the EEPROM in the DT files until now.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
I assume that updates to this file should go through arm-soc to minimize
conflicts.

 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Olof Johansson May 5, 2014, 8:46 p.m. UTC | #1
On Tue, Apr 15, 2014 at 03:10:27PM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> This is used for the board ID EEPROM on Jetson TK1, as well as likely
> a whole slew of other NVIDIA reference boards; we simply haven't added
> enabled the EEPROM in the DT files until now.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> I assume that updates to this file should go through arm-soc to minimize
> conflicts.

Applied.

-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" 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/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index d4e8a47a2f7c..a692b7ae3bd1 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -112,6 +112,7 @@  CONFIG_BLK_DEV_LOOP=y
 CONFIG_ICS932S401=y
 CONFIG_APDS9802ALS=y
 CONFIG_ISL29003=y
+CONFIG_EEPROM_AT24=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_BLK_DEV_SR=y
 CONFIG_SCSI_MULTI_LUN=y