diff mbox series

[12/15] arm: dts: ls1028a-rdb: disable I2C buses 1 through 7

Message ID 20211202145409.2482099-13-vladimir.oltean@nxp.com
State Superseded
Delegated to: Priyanka Jain
Headers show
Series Sync NXP LS1028A-RDB device trees between U-Boot and Linux | expand

Commit Message

Vladimir Oltean Dec. 2, 2021, 2:54 p.m. UTC
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 <vladimir.oltean@nxp.com>
---
 arch/arm/dts/fsl-ls1028a-rdb.dts | 28 ----------------------------
 1 file changed, 28 deletions(-)

Comments

Priyanka Jain Dec. 7, 2021, 5 a.m. UTC | #1
>-----Original Message-----
>From: Vladimir Oltean <vladimir.oltean@nxp.com>
>Sent: Thursday, December 2, 2021 8:24 PM
>To: u-boot@lists.denx.de
>Cc: Michael Walle <michael@walle.cc>; Tom Rini <trini@konsulko.com>;
>Priyanka Jain <priyanka.jain@nxp.com>; Leo Li <leoyang.li@nxp.com>
>Subject: [PATCH 12/15] 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 <vladimir.oltean@nxp.com>
>---
> arch/arm/dts/fsl-ls1028a-rdb.dts | 28 ----------------------------
> 1 file changed, 28 deletions(-)
>
>diff --git a/arch/arm/dts/fsl-ls1028a-rdb.dts b/arch/arm/dts/fsl-ls1028a-
>rdb.dts
>index 5a3f404d0040..c346ad9b881c 100644
>--- a/arch/arm/dts/fsl-ls1028a-rdb.dts
>+++ b/arch/arm/dts/fsl-ls1028a-rdb.dts
>@@ -112,34 +112,6 @@
> 	};
> };
>
<snip>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls1028a-rdb.dts b/arch/arm/dts/fsl-ls1028a-rdb.dts
index 5a3f404d0040..c346ad9b881c 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";
 };