Skip to content
Snippets Groups Projects
Commit 3f1bebf6 authored by Oleksii Kutuzov's avatar Oleksii Kutuzov
Browse files

dts:genio-common: Fix reset pin for RTL8211 Ethernet phy

Default pin state was wrong causing the phy not to reset properly after initial configuration during boot
parent 5b5a558f
No related branches found
No related tags found
1 merge request!54dts:genio-common: Fix reset pin for RTL8211 Ethernet phy
Pipeline #119756 passed with stage
in 21 seconds
...@@ -702,7 +702,7 @@ pins-power { ...@@ -702,7 +702,7 @@ pins-power {
}; };
pins-reset { pins-reset {
pinmux = <PINMUX_GPIO147__FUNC_B_GPIO147>; pinmux = <PINMUX_GPIO147__FUNC_B_GPIO147>;
output-high; output-low;
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment