[WIP] bcm53xx: MR32: replace i2c-gpio with SoC's i2c
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 12 Sep 2020 20:28:38 +0000 (22:28 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 24 Oct 2021 01:04:28 +0000 (03:04 +0200)
commit7467c0ee0e182246c511b20e2a1e0551d0df5f76
treed652d4a9f23a3278bebca3f26566abe32b1466e9
parentf367bbb6db8b4b475a889ffd81abe9b9158976d3
[WIP] bcm53xx: MR32: replace i2c-gpio with SoC's i2c

During review of the MR32, Florian Fainelli pointed out that the
SoC has a real I2C-controller. Furthermore, the connected pins
(SDA and SCL) would line up perfectly for use. This patch swaps
out the the bitbanged i2c-gpio with the real deal. It can be
applied once it works.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/bcm53xx/image/Makefile
target/linux/bcm53xx/patches-5.4/332-Meraki-MR32-use-hw-i2c.patch [new file with mode: 0644]