Commit 9995f924 authored by Jon Hunter's avatar Jon Hunter Committed by Thierry Reding

arm64: tegra: Enable I2C controller for EEPROM

Commit a5b6b673 ("arm64: tegra: Add ID EEPROM for Jetson TX1
module") populated the EEPROM on the Jetson TX1 module, but did not
enable the corresponding I2C controller. Enable the I2C controller so
that this EEPROM can be accessed.

Fixes: a5b6b673 ("arm64: tegra: Add ID EEPROM for Jetson TX1 module")
Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent d90bd9b7
......@@ -265,6 +265,8 @@ avdd_1v05: ldo8 {
};
i2c@7000c500 {
status = "okay";
/* module ID EEPROM */
eeprom@50 {
compatible = "atmel,24c02";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment