summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorDavid Wu <david.wu@rock-chips.com>2018-01-13 09:02:07 +0300
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2018-01-28 19:12:37 +0300
commitdfb886d4f2ef5c915ad13144c502c26c8d9d8517 (patch)
tree6cf62f13236a536be3269748a1c194de69b5ffd5 /arch/arm
parent301fff4e574d373a139dd47aceabc5b4259873da (diff)
downloadu-boot-dfb886d4f2ef5c915ad13144c502c26c8d9d8517.tar.xz
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/arm')
-rw-r--r--arch/arm/include/asm/arch-rockchip/grf_rk3328.h1
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 0c37f2ad18..2776cefbb2 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__ */