Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | brcm63xx: remove gpio base workaround | Jonas Gorski | 2015-02-27 | 1 | -34/+0 |
| | | | | | | | | | Now that all gpio users without named gpios use DT, we do not need to fix the gpio controller bases anymore. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44567 | ||||
* | brcm63xx: probe gpio controllers through DT | Jonas Gorski | 2015-02-27 | 1 | -0/+34 |
Add a generic mmio gpio controller based driver and probe it through device tree. Use aliases for base calculation until we converted all users to device tree or named gpios. Convert bcm63xx_enet's ephy-reset gpio to use a named gpio. While at it, remove the duplicate reset gpio defintion for livebox. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44565 |