commit | 3487943535860074963e5f0f1dd6e9414048043d | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Jul 14 20:00:58 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Aug 13 17:12:23 2017 +0200 |
tree | 23e90b4568ad89be8062e6626d02845b1f81ee22 | |
parent | 990c1a63cf300a1c92b07bbeed4b659dc4bc3a5b [diff] |
rockchip: pinctrl: rk3368: add GMAC (RGMII only) support To add GMAC (Gigabit Ethernet) support (limited to RGMII only at this point), we need support for additional pin-configuration. This commit adds the pinctrl support for GMAC in RGMII mode: * adds a PERIPH_ID_GMAC and the mapping from IRQ number to PERIPH_ID * configures the RGMII pins Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>