All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 1/3] fdt: fix bcm283x dm-pre-reloc definitions
@ 2019-11-07 17:18 matthias.bgg at kernel.org
  2019-11-07 17:18 ` [U-Boot] [PATCH v3 3/3] drivers: bcm283x: Set pre-location flag for OF_BOARD matthias.bgg at kernel.org
  2019-11-07 23:33 ` [U-Boot] [PATCH v3 1/3] fdt: fix bcm283x dm-pre-reloc definitions Heinrich Schuchardt
  0 siblings, 2 replies; 3+ messages in thread
From: matthias.bgg at kernel.org @ 2019-11-07 17:18 UTC (permalink / raw)
  To: u-boot

From: Matthias Brugger <mbrugger@suse.com>

In commmit
143256b353 ("fdt: update bcm283x device tree sources to Linux 5.1-rc6 state")
we delete the label for the node soc. As we don't need the to add the
property dm-pre-reloc to this node, we can delete it fomr
bcm283x-uboot.dtsi

Tested-by: Tom Rini <trini@konsulko.com> [RPi 3, 32b and 64b modes]
Signed-off-by: Matthias Brugger <mbrugger@suse.com>

---

Changes in v3:
- add tested-by tag

Changes in v2:
- node soc, does not need a label
- dm-pre-reloc not needed for node soc

 arch/arm/dts/bcm283x-uboot.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/dts/bcm283x-uboot.dtsi b/arch/arm/dts/bcm283x-uboot.dtsi
index 6cc1aa3f93..36548dad62 100644
--- a/arch/arm/dts/bcm283x-uboot.dtsi
+++ b/arch/arm/dts/bcm283x-uboot.dtsi
@@ -6,10 +6,6 @@
  * (C) Copyright 2016 Fabian Vogt <fvogt@suse.com>
  */
 
-&soc {
-	u-boot,dm-pre-reloc;
-};
-
 &uart0 {
 	skip-init;
 	u-boot,dm-pre-reloc;
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-07 23:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 17:18 [U-Boot] [PATCH v3 1/3] fdt: fix bcm283x dm-pre-reloc definitions matthias.bgg at kernel.org
2019-11-07 17:18 ` [U-Boot] [PATCH v3 3/3] drivers: bcm283x: Set pre-location flag for OF_BOARD matthias.bgg at kernel.org
2019-11-07 23:33 ` [U-Boot] [PATCH v3 1/3] fdt: fix bcm283x dm-pre-reloc definitions Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.