From 9b826339b5d31e756add2d3ca979132c246f1b01 Mon Sep 17 00:00:00 2001 From: Mark Featherston Date: Fri, 26 Jun 2026 10:53:15 -0700 Subject: [PATCH] ARM: dts: imx28-ts7680: Remove i2c0 node This i2c0 device was meant to be removed and replaced with i2c-gpio which both request the same pins. The i2c-gpio driver was winning and working, but still should not be loading the unused mxs-i2c driver conflicting on these pins. Remove this conflicting node. --- arch/arm/boot/dts/nxp/mxs/imx28-ts7680.dts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-ts7680.dts b/arch/arm/boot/dts/nxp/mxs/imx28-ts7680.dts index 23bcfadf256a6..2693df34eaaed 100644 --- a/arch/arm/boot/dts/nxp/mxs/imx28-ts7680.dts +++ b/arch/arm/boot/dts/nxp/mxs/imx28-ts7680.dts @@ -312,13 +312,6 @@ "HD4_21"; }; -&i2c0 { - pinctrl-names = "default"; - pinctrl-0 = <&i2c0_pins_a>; - clock-frequency = <100000>; - status = "okay"; -}; - &lradc { status = "okay"; };