From 2fa2e4b191c775b8ddb9774842a2e8e4795eb618 Mon Sep 17 00:00:00 2001 From: Brad Griffis Date: Wed, 11 Oct 2023 21:27:29 +0000 Subject: [PATCH] overlay: p3768: enable i2c5 UEFI expects that i2c5 is enabled and will throw an assert otherwise. In k5.10 dtb this was enabled there as well, so enabling here for consistency and to avoid issues with UEFI. The i2c5 controller is necessary for HDMI use case but it is ok to have it enabled for DP use case. Bug 4327032 Change-Id: Ib9af7c95198b7650df2537d0859ed8a5b8af1aa0 Signed-off-by: Brad Griffis Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2995550 Reviewed-by: Gautham Srinivasan GVS: Gerrit_Virtual_Submit --- overlay/tegra234-p3768-0000+p3767-0000.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overlay/tegra234-p3768-0000+p3767-0000.dts b/overlay/tegra234-p3768-0000+p3767-0000.dts index 2138731..dd59d28 100644 --- a/overlay/tegra234-p3768-0000+p3767-0000.dts +++ b/overlay/tegra234-p3768-0000+p3767-0000.dts @@ -58,6 +58,10 @@ status = "okay"; }; + i2c@31b0000 { + status = "okay"; + }; + /* SPI1, 40pin header, Pin 19(MOSI), Pin 21(MISO), Pin 23(CLK), Pin 24(CS) */ spi@3210000{ status = "okay";