From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sun, 06 Aug 2017 19:18:14 +0200 Subject: [U-Boot] [U-Boot, v4, 34/66] rockchip: pinctrl: rk3368: add GMAC (RGMII only) support In-Reply-To: <1501706105-7490-35-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1501706105-7490-35-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > > Reviewed-by: Simon Glass > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: > - removed the RK3368-prefix on bit-definitions for GMAC pinctrl > > drivers/pinctrl/rockchip/pinctrl_rk3368.c | 36 +++++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > Applied to u-boot-rockchip, thanks!