mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
ARM: dts: stm32: Repair ethernet operation on AV96
The AV96 RGMII uses different pinmux for ETH_RGMII_TXD0, ETH_RGMII_RXD2 and ETH_RGMII_TX_CTL. Use the correct pinmux to make ethernet operational. Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Marek Vasut <marex@denx.de> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Cc: Patrick Delaunay <patrick.delaunay@st.com> Cc: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
955de51111
commit
6bb45d08cb
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@
|
||||||
|
|
||||||
ðernet0 {
|
ðernet0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <ðernet0_rgmii_pins_a>;
|
pinctrl-0 = <ðernet0_rgmii_pins_b>;
|
||||||
pinctrl-1 = <ðernet0_rgmii_pins_sleep_a>;
|
pinctrl-1 = <ðernet0_rgmii_pins_sleep_b>;
|
||||||
pinctrl-names = "default", "sleep";
|
pinctrl-names = "default", "sleep";
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
max-speed = <1000>;
|
max-speed = <1000>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue