arm64: dts: r8a7795: salvator-x: Set drive-strength for ravb pins
The EthernetAVB should not depend on the bootloader to setup correct drive-strength values. Values for drive-strength where found by examining the registers after the bootloader has configured the registers and successfully used the EthernetAVB. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
57a4fd420c
commit
7d73a4da26
@ -247,10 +247,24 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
avb_pins: avb {
|
avb_pins: avb {
|
||||||
groups = "avb_mdc";
|
mux {
|
||||||
|
groups = "avb_link", "avb_phy_int", "avb_mdc",
|
||||||
|
"avb_mii";
|
||||||
function = "avb";
|
function = "avb";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pins_mdc {
|
||||||
|
groups = "avb_mdc";
|
||||||
|
drive-strength = <24>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pins_mii_tx {
|
||||||
|
pins = "PIN_AVB_TX_CTL", "PIN_AVB_TXC", "PIN_AVB_TD0",
|
||||||
|
"PIN_AVB_TD1", "PIN_AVB_TD2", "PIN_AVB_TD3";
|
||||||
|
drive-strength = <12>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
du_pins: du {
|
du_pins: du {
|
||||||
groups = "du_rgb888", "du_sync", "du_oddf", "du_clk_out_0";
|
groups = "du_rgb888", "du_sync", "du_oddf", "du_clk_out_0";
|
||||||
function = "du";
|
function = "du";
|
||||||
|
Loading…
Reference in New Issue
Block a user