Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3bb7138 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross
Browse files

arm64: dts: db820c: add support to I2C on HS



This patch adds support to i2c bus on High speed connector.

Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 4fe5d83a
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,7 @@
		serial1 = &blsp2_uart2;
		serial1 = &blsp2_uart2;
		i2c0	= &blsp1_i2c2;
		i2c0	= &blsp1_i2c2;
		i2c1	= &blsp2_i2c1;
		i2c1	= &blsp2_i2c1;
		i2c2	= &blsp2_i2c0;
	};
	};


	chosen {
	chosen {
@@ -53,5 +54,11 @@
			label = "LS-I2C1";
			label = "LS-I2C1";
			status = "okay";
			status = "okay";
		};
		};

		i2c@075b5000 {
		/* On High speed expansion */
			label = "HS-I2C2";
			status = "okay";
		};
	};
	};
};
};