diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2020-01-31 15:23:57 +0530 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-02-13 21:39:17 +0530 |
commit | f9dd35330bf279365104cf3ecd146a5ea08d55a3 (patch) | |
tree | de1e792a7f428e90eb54e8854fcbde70f559764d /arch/arm/dts/am437x-gp-evm-u-boot.dtsi | |
parent | 01e7a40e395aefea94e9fb943b9447f7d0fd7efa (diff) |
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 <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/dts/am437x-gp-evm-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/am437x-gp-evm-u-boot.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
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; +}; |