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

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

arm64: dts: db820c: add support to LS-I2C1



This patch adds support to LS_I2C1 on LS expansion connector.

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

	chosen {
@@ -47,5 +48,10 @@
			status = "okay";
		};

		i2c@075b6000 {
		/* On Low speed expansion */
			label = "LS-I2C1";
			status = "okay";
		};
	};
};