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

2021-12-06 Thread Priyanka Jain



>-Original Message-
>From: Vladimir Oltean 
>Sent: Thursday, December 2, 2021 8:24 PM
>To: u-boot@lists.denx.de
>Cc: Michael Walle ; Tom Rini ;
>Priyanka Jain ; Leo Li 
>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 
>---
> 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 @@
>   };
> };
>

Reviewed-by: Priyanka Jain 


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

2021-12-02 Thread Vladimir Oltean
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 
---
 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 @@
};
 };
 
- {
-   status = "okay";
-};
-
- {
-   status = "okay";
-};
-
- {
-   status = "okay";
-};
-
- {
-   status = "okay";
-};
-
- {
-   status = "okay";
-};
-
- {
-   status = "okay";
-};
-
- {
-   status = "okay";
-};
-
 _felix {
status = "okay";
 };
-- 
2.25.1