mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
pinctrl: qcs404: Enable ethernet pinmux options
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
This commit is contained in:
parent
71ffa23fea
commit
c9062b3988
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@ static const char * const msm_pinctrl_pins[] = {
|
|||
|
||||
static const struct pinctrl_function msm_pinctrl_functions[] = {
|
||||
{"blsp_uart2", 1},
|
||||
{"rgmii_int", 1},
|
||||
{"rgmii_ck", 1},
|
||||
{"rgmii_tx", 1},
|
||||
{"rgmii_ctl", 1},
|
||||
{"rgmii_rx", 1},
|
||||
{"rgmii_mdio", 1},
|
||||
{"rgmii_mdc", 1},
|
||||
};
|
||||
|
||||
static const char *qcs404_get_function_name(struct udevice *dev,
|
||||
|
|
Loading…
Reference in a new issue