arm64: tegra: Enable I2C controller for EEPROM
authorJon Hunter <jonathanh@nvidia.com>
Mon, 24 Feb 2020 14:34:33 +0000 (14:34 +0000)
committerThierry Reding <treding@nvidia.com>
Thu, 12 Mar 2020 11:14:30 +0000 (12:14 +0100)
Commit a5b6b67364cb ("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: a5b6b67364cb ("arm64: tegra: Add ID EEPROM for Jetson TX1 module")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi

index cb58f79deb488202f0e3d5c658390b4028eaa93f..95b1a6e76e6e74a7ca0fdc695517e56ce5de3639 100644 (file)
        };
 
        i2c@7000c500 {
+               status = "okay";
+
                /* module ID EEPROM */
                eeprom@50 {
                        compatible = "atmel,24c02";