mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-12 07:58:10 +09:00
rfkill-rk: setup rts gpio with IOMUX_FMUX
This commit is contained in:
@@ -460,11 +460,7 @@ static int rfkill_rk_probe(struct platform_device *pdev)
|
||||
ret = rfkill_rk_setup_wake_irq(rfkill);
|
||||
if (ret) goto fail_wake;
|
||||
|
||||
#ifdef CONFIG_ARCH_RK2928
|
||||
ret = rfkill_rk_setup_gpio(&pdata->rts_gpio, IOMUX_FMUX, rfkill->pdata->name, "rts");
|
||||
#else
|
||||
ret = rfkill_rk_setup_gpio(&(pdata->rts_gpio), IOMUX_FNORMAL, rfkill->pdata->name, "rts");
|
||||
#endif
|
||||
if (ret) goto fail_wake_host_irq;
|
||||
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ע<EFBFBD><D7A2>RFKILL<4C>豸
|
||||
|
||||
Reference in New Issue
Block a user