ARM: dts: sun8i: BPI-M2M: Remove i2c nodes
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 21 Nov 2018 10:57:49 +0000 (11:57 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 28 Nov 2018 14:14:21 +0000 (15:14 +0100)
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>
arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts

index f613889f445bacfe91b5c8aae09ca5f0b2a1573c..83d32a1a2a638630e46224f810c7bf89801b6aa0 100644 (file)
        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>;