projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e7a40
)
arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsi
author
Faiz Abbas
<faiz_abbas@ti.com>
Fri, 31 Jan 2020 09:53:57 +0000
(15:23 +0530)
committer
Lokesh 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi
b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi
index d950d32f1776fa5c316f43f3a265e9439cbfbabf..b55aa8e763d22f3275b61d217ae7bd1901214562 100644
(file)
--- 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;
+};