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: Tao Ren <rentao.bupt@gmail.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Tao Ren 2020-07-23 16:05:37 -07:00 committed by Joel Stanley
parent a5d28390d6
commit a4bf24d4db

View File

@ -115,14 +115,6 @@ &i2c8 {
status = "okay";
};
&i2c9 {
status = "okay";
};
&i2c10 {
status = "okay";
};
&i2c11 {
status = "okay";
};
@ -131,10 +123,6 @@ &i2c12 {
status = "okay";
};
&i2c13 {
status = "okay";
};
&vhub {
status = "okay";
};