mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 09:52:03 +08: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 = {
|
static struct ar8327_pad_cfg k2t_qca8337_pad0_cfg = {
|
||||||
.mode = AR8327_PAD_MAC_SGMII,
|
.mode = AR8327_PAD_MAC_SGMII,
|
||||||
.txclk_delay_en = true,
|
.txclk_delay_en = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user