diff options
author | David Wu <david.wu@rock-chips.com> | 2018-01-13 14:02:07 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2018-01-28 17:12:37 +0100 |
commit | dfb886d4f2ef5c915ad13144c502c26c8d9d8517 (patch) | |
tree | 6cf62f13236a536be3269748a1c194de69b5ffd5 /arch | |
parent | 301fff4e574d373a139dd47aceabc5b4259873da (diff) | |
download | u-boot-dfb886d4f2ef5c915ad13144c502c26c8d9d8517.zip u-boot-dfb886d4f2ef5c915ad13144c502c26c8d9d8517.tar.gz u-boot-dfb886d4f2ef5c915ad13144c502c26c8d9d8517.tar.bz2 |
rockchip: pinctrl: Add rk3328 gmac pinctrl support
Need to set gmac m1 pins iomux, gmac m0 tx pins, select bit2
and bit10 at com iomux register. After that, set rgmii m1 tx
pins to 12ma drive-strength, and clean others to 2ma.
Signed-off-by: David Wu <david.wu@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-rockchip/grf_rk3328.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/grf_rk3328.h b/arch/arm/include/asm/arch-rockchip/grf_rk3328.h index 0c37f2a..2776cef 100644 --- a/arch/arm/include/asm/arch-rockchip/grf_rk3328.h +++ b/arch/arm/include/asm/arch-rockchip/grf_rk3328.h @@ -131,5 +131,4 @@ struct rk3328_sgrf_regs { }; check_member(rk3328_sgrf_regs, hdcp_key_access_mask, 0x2a0); - #endif /* __SOC_ROCKCHIP_RK3328_GRF_H__ */ |