diff mbox series

[17/23] arm: dts: k3-am642-evm-u-boot: Drop the i2c node

Message ID 20230414075726.387461-18-nm@ti.com
State Deferred
Delegated to: Tom Rini
Headers show
Series arm: dts: k3-am64: Sync with kernel.org and | expand

Commit Message

Nishanth Menon April 14, 2023, 7:57 a.m. UTC
Drop the i2c and mux description, since we have it on main board dts.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
Again causes a bisect break at this point due to some weird dependency
with r5 which I could not cleanly resolve.

 arch/arm/dts/k3-am642-evm-u-boot.dtsi | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
index c8fd08885366..6e85101f134e 100644
--- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi
+++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi
@@ -34,21 +34,14 @@ 
 
 &main_pmx0 {
 	bootph-pre-ram;
-	main_i2c0_pins_default: main-i2c0-pins-default {
-		bootph-pre-ram;
-		pinctrl-single,pins = <
-			AM64X_IOPAD(0x0260, PIN_INPUT_PULLUP, 0) /* (A18) I2C0_SCL */
-			AM64X_IOPAD(0x0264, PIN_INPUT_PULLUP, 0) /* (B18) I2C0_SDA */
-		>;
-	};
+};
+
+&main_i2c0_pins_default {
+	bootph-pre-ram;
 };
 
 &main_i2c0 {
-	status = "okay";
 	bootph-pre-ram;
-	pinctrl-names = "default";
-	pinctrl-0 = <&main_i2c0_pins_default>;
-	clock-frequency = <400000>;
 };
 
 &main_uart0 {