mbox series

[v3,0/8] MIPS: Boston: Fix syscon devicetree binding and node

Message ID 20240618-boston-syscon-v3-0-c47c06647a26@flygoat.com (mailing list archive)
Headers show
Series MIPS: Boston: Fix syscon devicetree binding and node | expand

Message

Jiaxun Yang June 18, 2024, 3:11 p.m. UTC
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
Changes in v3:
- Drop CPU bindings in question
- See individual patches
- Link to v2: https://lore.kernel.org/r/20240612-boston-syscon-v2-0-9f8e1a07fa63@flygoat.com

Changes in v2:
- Write a new binding for this device (Krzysztof)
- Sweep other warnings
- Link to v1: https://lore.kernel.org/r/20240513-boston-syscon-v1-0-93ff557d3548@flygoat.com

---
Jiaxun Yang (8):
      MIPS: dts: Boston: Add simple-mfd compatible for syscon
      MIPS: dts: Boston: Move syscon-reboot node under syscon
      MIPS: dts: Boston: Rename clock node as clock-controller
      MIPS: dts: Boston: Remove unused #interrupt-cells
      MIPS: dts: Boston: Add model property
      MIPS: dts: Boston: Rename uart node
      dt-bindings: mfd: Add img,boston-platform-regs
      dt-bindings: mips: img: Add devices binding

 .../devicetree/bindings/clock/img,boston-clock.txt | 31 --------
 .../bindings/mfd/img,boston-platform-regs.yaml     | 74 +++++++++++++++++++
 .../devicetree/bindings/mips/img/devices.yaml      | 33 +++++++++
 .../bindings/mips/img/pistachio-marduk.txt         | 10 ---
 .../devicetree/bindings/mips/img/pistachio.txt     | 42 -----------
 .../devicetree/bindings/mips/img/xilfpga.txt       | 83 ----------------------
 arch/mips/boot/dts/img/boston.dts                  | 25 ++++---
 7 files changed, 119 insertions(+), 179 deletions(-)
---
base-commit: 6ba6c795dc73c22ce2c86006f17c4aa802db2a60
change-id: 20240513-boston-syscon-8e315e94a894

Best regards,