aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-5.10/040-v5.16-ARM-dts-BCM5301X-Fix-I2C-controller-interrupt.patch
Commit message (Collapse)AuthorAgeFilesLines
* bcm53xx: use more upsteam DT patches from 5.16 / 5.17Rafał Miłecki2021-11-181-27/+0
| | | | Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* bcm53xx: add first 5.17 DTS changesRafał Miłecki2021-11-041-6/+1
| | | | Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* bcm53xx: MR32: replace i2c-gpio with SoC's i2cChristian Lamparter2021-10-301-0/+32
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>