From: Vladimir Oltean Date: Mon, 3 Jan 2022 12:47:34 +0000 (+0200) Subject: arm: dts: ls1028a-rdb: disable I2C buses 1 through 7 X-Git-Tag: v2022.07~196^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f33fad6f37eab8458c2f2b3ecf5ba34973c0c396;p=platform%2Fkernel%2Fu-boot.git arm: dts: ls1028a-rdb: disable I2C buses 1 through 7 There is no I2C peripheral on these buses on the reference design board, and the Linux device tree does not enable them either. Signed-off-by: Vladimir Oltean Reviewed-by: Priyanka Jain --- diff --git a/arch/arm/dts/fsl-ls1028a-rdb.dts b/arch/arm/dts/fsl-ls1028a-rdb.dts index c5b95e1..10070ea 100644 --- a/arch/arm/dts/fsl-ls1028a-rdb.dts +++ b/arch/arm/dts/fsl-ls1028a-rdb.dts @@ -112,34 +112,6 @@ }; }; -&i2c1 { - status = "okay"; -}; - -&i2c2 { - status = "okay"; -}; - -&i2c3 { - status = "okay"; -}; - -&i2c4 { - status = "okay"; -}; - -&i2c5 { - status = "okay"; -}; - -&i2c6 { - status = "okay"; -}; - -&i2c7 { - status = "okay"; -}; - &mscc_felix { status = "okay"; };