arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsi
authorFaiz Abbas <faiz_abbas@ti.com>
Fri, 31 Jan 2020 09:53:57 +0000 (15:23 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 13 Feb 2020 16:09:17 +0000 (21:39 +0530)
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: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/dts/am437x-gp-evm-u-boot.dtsi

index d950d32f1776fa5c316f43f3a265e9439cbfbabf..b55aa8e763d22f3275b61d217ae7bd1901214562 100644 (file)
 &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;
+};