From: Faiz Abbas Date: Fri, 31 Jan 2020 09:53:57 +0000 (+0530) Subject: arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsi X-Git-Tag: v2020.04-rc3~9^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f9dd35330bf279365104cf3ecd146a5ea08d55a3;p=oweals%2Fu-boot.git 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: Faiz Abbas Signed-off-by: Lokesh Vutla --- diff --git a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi index d950d32f17..b55aa8e763 100644 --- a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi +++ b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi @@ -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; +}; + +ðphy0 { + u-boot,dm-spl; +};