mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq6018: Increase MDC, MDIO gpios drive strength
This patch updates the MDC and MDIO gpio strength from 2MA to 8MA. Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org> Change-Id: Ie510d7ecaca1d22c97e4c8522050a76ba9b1b22c
This commit is contained in:
parent
ab45ee8b60
commit
8d1a99097c
1 changed files with 1 additions and 1 deletions
|
|
@ -1051,7 +1051,7 @@ void set_function_select_as_mdc_mdio(void)
|
|||
for (i = 0; i < mdc_mdio_gpio_cnt; i++) {
|
||||
if (mdc_mdio_gpio[i] >=0) {
|
||||
mdc_mdio_gpio_base = (unsigned int *)GPIO_CONFIG_ADDR(mdc_mdio_gpio[i]);
|
||||
writel(0x7, mdc_mdio_gpio_base);
|
||||
writel(0xC7, mdc_mdio_gpio_base);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue