From: Alif Zakuan Yuslaimi Date: Thu, 6 Feb 2025 08:25:11 +0000 (+0800) Subject: arch: arm: dts: agilex5: Enable I2C3 X-Git-Tag: v2025.07-rc1~18^2~78^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbb6b57d3edf4a14aea22558a16a694100665524;p=pandora-u-boot.git arch: arm: dts: agilex5: Enable I2C3 Enable i2c3 node in Agilex5 device tree Signed-off-by: Alif Zakuan Yuslaimi --- diff --git a/arch/arm/dts/socfpga_agilex5_socdk.dts b/arch/arm/dts/socfpga_agilex5_socdk.dts index 852e1e5ae3c..ca87e99f9fa 100644 --- a/arch/arm/dts/socfpga_agilex5_socdk.dts +++ b/arch/arm/dts/socfpga_agilex5_socdk.dts @@ -62,6 +62,10 @@ status = "okay"; }; +&i2c3 { + status = "okay"; +}; + &i3c0 { status = "okay"; };