ARM: dts: sun8i: BPI-M2M: Remove i2c nodes

The i2c nodes were pre-populated to ease the use of overlays. However, now
that we provide default muxing options for those nodes, the one in the DTS
don't provide any content at all.

Remove them.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
Maxime Ripard 2018-11-21 11:57:49 +01:00
parent ec16a8e709
commit 9c4273ee02
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5

View File

@ -124,21 +124,6 @@ &ehci0 {
status = "okay";
};
/* This is the i2c bus exposed on the DSI connector for the touch panel */
&i2c0 {
status = "disabled";
};
/* This is the i2c bus exposed on the GPIO header */
&i2c1 {
status = "disabled";
};
/* This is the i2c bus exposed on the CSI connector to control the sensor */
&i2c2 {
status = "disabled";
};
&mmc0 {
vmmc-supply = <&reg_dcdc1>;
bus-width = <4>;