diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-21 13:57:49 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 17:14:21 +0300 |
commit | 9c4273ee02f68ce39916f3c9c10b6c01dd5bfa42 (patch) | |
tree | 525b833599e2b9d7901952e195f06ef12796ea00 /arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts | |
parent | ec16a8e7092b416227ad6adb0d831d10255ba116 (diff) | |
download | linux-9c4273ee02f68ce39916f3c9c10b6c01dd5bfa42.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts b/arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts index f613889f445b..83d32a1a2a63 100644 --- a/arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts +++ b/arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts @@ -124,21 +124,6 @@ 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 = <®_dcdc1>; bus-width = <4>; |