mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] dts: clean up and a fix
@ 2020-06-23 13:25 Ahmad Fatoum
  2020-06-23 13:25 ` [PATCH 1/4] ARM: vexpress: dts: use direct &phandle instead of &{/path} Ahmad Fatoum
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ahmad Fatoum @ 2020-06-23 13:25 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Hello Sascha,

the vexpress changed paths, again, so building now fails. Fortunately[1],
a label: had been introduced meanwhile, that we could use. This is what
the first patch does. Please order it before the v5.8-rc1 sync, so we
don't have intermittent build breakage[2].

The other three patches remove code that became obsolete with the device
tree sync.

[1]: The same patch adding the label, also added the partitions node,
     which broke barebox on the board, but that's a different issue..
[2]: We probably want a make dtbs target to spot such issues and fix
     them up into the same commit if needed

Cheers
Ahmad Fatoum (4):
  ARM: vexpress: dts: use direct &phandle instead of &{/path}
  ARM: stm32mp: dts: extend now upstream stm32mp157c-lxa-mc1.dts
  clk: at91: remove no-longer needed dt-compat code
  clk: at91: remove now-duplicate crutch #defines

 arch/arm/dts/stm32mp157c-lxa-mc1.dts  |   2 +-
 arch/arm/dts/stm32mp157c-lxa-mc1.dtsi | 362 -------------
 arch/arm/dts/stm32mp15xx-osd32.dtsi   | 229 --------
 arch/arm/dts/vexpress-v2p-ca15.dts    |   2 +-
 drivers/clk/at91/Makefile             |  10 +-
 drivers/clk/at91/dt-compat.c          | 727 --------------------------
 drivers/clk/at91/pmc.h                |   6 -
 7 files changed, 7 insertions(+), 1331 deletions(-)
 delete mode 100644 arch/arm/dts/stm32mp157c-lxa-mc1.dtsi
 delete mode 100644 arch/arm/dts/stm32mp15xx-osd32.dtsi
 delete mode 100644 drivers/clk/at91/dt-compat.c

-- 
2.27.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-06-24  7:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-23 13:25 [PATCH 0/4] dts: clean up and a fix Ahmad Fatoum
2020-06-23 13:25 ` [PATCH 1/4] ARM: vexpress: dts: use direct &phandle instead of &{/path} Ahmad Fatoum
2020-06-23 13:30   ` Ahmad Fatoum
2020-06-23 13:25 ` [PATCH 2/4] ARM: stm32mp: dts: extend now upstream stm32mp157c-lxa-mc1.dts Ahmad Fatoum
2020-06-23 13:25 ` [PATCH 3/4] clk: at91: remove no-longer needed dt-compat code Ahmad Fatoum
2020-06-23 13:25 ` [PATCH 4/4] clk: at91: remove now-duplicate crutch #defines Ahmad Fatoum
2020-06-24  7:16 ` [PATCH 0/4] dts: clean up and a fix Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox