mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02:00
ARM: dts: am43xx: Update spl specific dts
Now that we can specify DT nodes that can be used in spl, mark all necessary nodes as u-boot,dm-spl. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -9,30 +9,30 @@
|
|||||||
|
|
||||||
/{
|
/{
|
||||||
ocp {
|
ocp {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&mmc1 {
|
&mmc1 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&mac {
|
&mac {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&davinci_mdio {
|
&davinci_mdio {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpsw_emac0 {
|
&cpsw_emac0 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&phy_sel {
|
&phy_sel {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user