mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
pinctrl: qcs404: Enable ethernet pinmux options
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user