Commit a4bf24d4 authored by Tao Ren's avatar Tao Ren Committed by Joel Stanley
Browse files

ARM: dts: aspeed: wedge40: Disable unused i2c controllers



Disable i2c bus #9, #10 and #13 as these i2c controllers are not used on
Wedge40.

Signed-off-by: default avatarTao Ren <rentao.bupt@gmail.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent a5d28390
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -115,14 +115,6 @@
	status = "okay";
};

&i2c9 {
	status = "okay";
};

&i2c10 {
	status = "okay";
};

&i2c11 {
	status = "okay";
};
@@ -131,10 +123,6 @@
	status = "okay";
};

&i2c13 {
	status = "okay";
};

&vhub {
	status = "okay";
};