Skip to content

Commit ce8a859

Browse files
committed
arm64: tegra: Enable VI I2C on Jetson Nano
Enable the VI I2C so that the peripherals connected to it (such as the camera connector, an INA3221 power monitor and the USB 3.1 4-port hub) can be accessed. Signed-off-by: Thierry Reding <[email protected]>
1 parent 3482a7a commit ce8a859

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
dpaux@545c0000 {
9191
status = "okay";
9292
};
93+
94+
i2c@546c0000 {
95+
status = "okay";
96+
};
9397
};
9498

9599
gpu@57000000 {

0 commit comments

Comments
 (0)