public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove ti,sci-sysreset
@ 2024-04-02 16:09 Andrew Davis
  2024-04-02 16:09 ` [PATCH 1/2] firmware: ti_sci: Bind sysreset driver when enabled Andrew Davis
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andrew Davis @ 2024-04-02 16:09 UTC (permalink / raw)
  To: Neha Malcom Francis, Vignesh Raghavendra, Nishanth Menon,
	Simon Glass, Tom Rini
  Cc: u-boot, Andrew Davis

Hello all,

Idea here is to remove one more delta between the U-Boot and Linux
DTB files: ti,sci-sysreset. We currently have to add this to every
board's -u-boot.dtsi file as this is not a standard node. Instead do
what we are moving the kernel towards[0] and remove this node.

Thanks,
Andrew

[0] https://lore.kernel.org/lkml/20240326223730.54639-1-afd@ti.com/

Andrew Davis (2):
  firmware: ti_sci: Bind sysreset driver when enabled
  arm: dts: k3: Remove unneeded ti,sci-sysreset binding and nodes

 arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi  |  7 -----
 .../k3-am625-phyboard-lyra-rdk-u-boot.dtsi    |  7 -----
 .../dts/k3-am625-verdin-wifi-dev-u-boot.dtsi  |  7 -----
 arch/arm/dts/k3-am62a7-sk-u-boot.dtsi         |  4 ---
 arch/arm/dts/k3-am62p5-sk-u-boot.dtsi         |  5 ----
 arch/arm/dts/k3-am642-evm-u-boot.dtsi         |  7 -----
 .../k3-am642-phyboard-electra-rdk-u-boot.dtsi |  4 ---
 arch/arm/dts/k3-am642-sk-u-boot.dtsi          |  7 -----
 .../dts/k3-am65-iot2050-common-u-boot.dtsi    |  4 ---
 .../arm/dts/k3-am68-sk-base-board-u-boot.dtsi |  4 ---
 arch/arm/dts/k3-am69-sk-u-boot.dtsi           |  7 -----
 .../k3-j7200-common-proc-board-u-boot.dtsi    |  4 ---
 .../dts/k3-j721e-beagleboneai64-u-boot.dtsi   |  4 ---
 .../k3-j721e-common-proc-board-u-boot.dtsi    |  4 ---
 arch/arm/dts/k3-j721e-sk-u-boot.dtsi          |  4 ---
 .../k3-j721s2-common-proc-board-u-boot.dtsi   |  4 ---
 arch/arm/dts/k3-j784s4-evm-u-boot.dtsi        |  7 -----
 .../sysreset/ti,sci-sysreset.txt              | 29 -------------------
 drivers/firmware/ti_sci.c                     |  7 +++++
 drivers/sysreset/sysreset-ti-sci.c            |  6 ----
 20 files changed, 7 insertions(+), 125 deletions(-)
 delete mode 100644 doc/device-tree-bindings/sysreset/ti,sci-sysreset.txt

-- 
2.39.2


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

end of thread, other threads:[~2024-04-12 14:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 16:09 [PATCH 0/2] Remove ti,sci-sysreset Andrew Davis
2024-04-02 16:09 ` [PATCH 1/2] firmware: ti_sci: Bind sysreset driver when enabled Andrew Davis
2024-04-03  6:34   ` Neha Malcom Francis
2024-04-10 19:37   ` Jon Humphreys
2024-04-02 16:09 ` [PATCH 2/2] arm: dts: k3: Remove unneeded ti, sci-sysreset binding and nodes Andrew Davis
2024-04-03  6:37   ` Neha Malcom Francis
2024-04-03 14:21     ` Andrew Davis
2024-04-10 19:37   ` Jon Humphreys
2024-04-12 14:19 ` [PATCH 0/2] Remove ti,sci-sysreset Tom Rini

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