[PATCH v2 0/8] MIPS: Boston: Fix syscon devicetree binding and node

Jiaxun Yang posted 8 patches 1 year, 8 months ago
There is a newer version of this series
.../devicetree/bindings/clock/img,boston-clock.txt | 31 ---------
.../bindings/mfd/img,boston-platform-regs.yaml     | 74 ++++++++++++++++++++++
Documentation/devicetree/bindings/mips/cpus.yaml   |  1 +
.../devicetree/bindings/mips/img/devices.yaml      | 33 ++++++++++
arch/mips/boot/dts/img/boston.dts                  | 23 ++++---
5 files changed, 119 insertions(+), 43 deletions(-)
[PATCH v2 0/8] MIPS: Boston: Fix syscon devicetree binding and node
Posted by Jiaxun Yang 1 year, 8 months ago
Signed-off-by: Jiaxun Yang <jiaxun.yang@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: Remove unused #interrupt-cells
      MIPS: dts: Boston: Add model property
      MIPS: dts: Boston: Rename uart node
      dt-bindings: mfd: Add img,boston-platform-regs
      du-bindings: mips: cpu: Add img,mips compatible
      dt-bindings: mips: img: Add devices binding

 .../devicetree/bindings/clock/img,boston-clock.txt | 31 ---------
 .../bindings/mfd/img,boston-platform-regs.yaml     | 74 ++++++++++++++++++++++
 Documentation/devicetree/bindings/mips/cpus.yaml   |  1 +
 .../devicetree/bindings/mips/img/devices.yaml      | 33 ++++++++++
 arch/mips/boot/dts/img/boston.dts                  | 23 ++++---
 5 files changed, 119 insertions(+), 43 deletions(-)
---
base-commit: 6ba6c795dc73c22ce2c86006f17c4aa802db2a60
change-id: 20240513-boston-syscon-8e315e94a894

Best regards,
-- 
Jiaxun Yang <jiaxun.yang@flygoat.com>