mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
fix K2T switch settings mach
This commit is contained in:
parent
e74047729f
commit
2a7f01e48f
@ -87,6 +87,11 @@ static struct gpio_keys_button K2T_GPIO_keys[] __initdata = {
|
||||
}
|
||||
};
|
||||
|
||||
static struct ar8327_pad_cfg k2t_qca8337_pad6_cfg = {
|
||||
.mode = AR8327_PAD_MAC_SGMII,
|
||||
.sgmii_delay_en = true,
|
||||
};
|
||||
|
||||
static struct ar8327_pad_cfg k2t_qca8337_pad0_cfg = {
|
||||
.mode = AR8327_PAD_MAC_SGMII,
|
||||
.txclk_delay_en = true,
|
||||
|
Loading…
Reference in New Issue
Block a user