diff options
author | Claudiu Beznea <[email protected]> | 2023-12-07 09:06:53 +0200 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2023-12-15 11:34:34 +0100 |
commit | d3aaa7203a17e8399df41e7c3f088f51368b001c (patch) | |
tree | 6ac1e5a2a12b04c3b4bd62ccb0d4cc92447272fa /scripts/gdb/linux/lists.py | |
parent | 906b545b16594e45f2d3433028dcf649d2c05ebb (diff) |
pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups
On RZ/G3S different Ethernet pins need to be configured with different
settings (e.g. power-source needs to be set, RGMII TXC and TX_CTL pins
need output-enable). Adjust the driver to allow specifying pin
configuration for pinmux groups. With this, DT settings like the
following are taken into account by the driver:
eth0_pins: eth0 {
tx_ctl {
pinmux = <RZG2L_PORT_PINMUX(1, 1, 1)>; /* ET0_TX_CTL */
power-source = <1800>;
output-enable;
drive-strength-microamp = <5200>;
};
};
Signed-off-by: Claudiu Beznea <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions