aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-5.10/332-Meraki-MR32-use-hw-i2c.patch
Commit message (Collapse)AuthorAgeFilesLines
* bcm53xx: use more upsteam DT patches from 5.16 / 5.17Rafał Miłecki2021-11-181-85/+0
| | | | Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* bcm53xx: add first 5.17 DTS changesRafał Miłecki2021-11-041-1/+1
| | | | Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* bcm53xx: MR32: replace i2c-gpio with SoC's i2cChristian Lamparter2021-10-301-0/+85
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. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>