[PATCH v3 13/16] arm: dts: ls1028a-rdb: disable I2C buses 1 through 7
Vladimir Oltean
vladimir.oltean at nxp.com
Mon Jan 3 13:47:34 CET 2022
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 at nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain at nxp.com>
---
v1->v3: none
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 c5b95e169f5c..10070eab6e61 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";
};
--
2.25.1
More information about the U-Boot
mailing list