mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
arm: mvebu: helios4: Reset uSOM onboard phy during board init
Similar to Clearfog rev 2.1, GPIO 19 also used to reset onboard ethernet PHY. This patch depend on net: mvneta: Add GPIO configuration support [URL: https://patchwork.ozlabs.org/patch/1007736/] Signed-off-by: Aditya Prayoga <aditya@kobol.io> Reviewed-by: Stefan Roese <sr@denx.de> Tested-By: Dennis Gilmore <dgilmore@redhat.com> Reviewed-By: Dennis Gilmore <dgilmore@redhat.com> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
8d7d97e2d1
commit
5ca84c6dd2
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
ð0 {
|
||||
phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue