Skip to content
Snippets Groups Projects
Commit f9dd3533 authored by Faiz Abbas's avatar Faiz Abbas Committed by Lokesh Vutla
Browse files

arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsi


Add scm_conf syscon node and its parents as well as the ethernet phy
node to u-boot.dtsi. This enables ethernet boot.

Signed-off-by: default avatarFaiz Abbas <faiz_abbas@ti.com>
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
parent 01e7a40e
No related branches found
No related tags found
No related merge requests found
......@@ -42,3 +42,19 @@
&i2c0 {
u-boot,dm-spl;
};
&l4_wkup {
u-boot,dm-spl;
};
&scm {
u-boot,dm-spl;
};
&scm_conf {
u-boot,dm-spl;
};
&ethphy0 {
u-boot,dm-spl;
};
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