From 4a9c0a652f58090491319d27dac4bf76da7d6086 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Mon, 8 Jun 2020 09:09:14 -0500
Subject: [PATCH] am335x-roboticscape.dtsi: base dts needs i2c2 too

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 src/arm/am335x-roboticscape.dtsi | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/arm/am335x-roboticscape.dtsi b/src/arm/am335x-roboticscape.dtsi
index 109858b..81557df 100644
--- a/src/arm/am335x-roboticscape.dtsi
+++ b/src/arm/am335x-roboticscape.dtsi
@@ -92,8 +92,8 @@
 			0x158 0x32	/* P9.18,i2c1_sda,INPUT_PULLUP,MODE2 */
 
 			/* I2C2 */
-			0x17c  0x73 /* P9.19, i2c2_sda, mode 3 */
-			0x178  0x73 /* P9.20, i2c2_sda, mode 3 */
+			//0x17c  0x73 /* P9.19, i2c2_sda, mode 3 */
+			//0x178  0x73 /* P9.20, i2c2_sda, mode 3 */
 
 			/* UART5 */
 			0x0C4 0x34	/* P8.38,uart5_rxd,MODE4 */
@@ -398,14 +398,6 @@
 	#size-cells = <0>;
 };
 
-&i2c2 {
-	status = "okay";
-	clock-frequency = <400000>;
-	#address-cells = <1>;
-	#size-cells = <0>;
-};
-
-
 /*******************************************************************************
 * SPI
 *******************************************************************************/
-- 
GitLab