[PATCH RESEND v2 0/5] PowerPC: A few cleanups in MPC83xx devicetrees

J. Neuschäfer via B4 Relay posted 5 patches 1 month, 1 week ago
arch/powerpc/boot/dts/asp834x-redboot.dts |   2 +-
arch/powerpc/boot/dts/mpc8308_p1m.dts     |   2 +-
arch/powerpc/boot/dts/mpc8308rdb.dts      |   2 +-
arch/powerpc/boot/dts/mpc8313erdb.dts     |  61 ++++++++-------
arch/powerpc/boot/dts/mpc8315erdb.dts     | 119 ++++++++++++++++--------------
arch/powerpc/boot/dts/mpc832x_rdb.dts     |   2 +-
arch/powerpc/boot/dts/mpc8349emitx.dts    |   2 +-
arch/powerpc/boot/dts/mpc8349emitxgp.dts  |   2 +-
arch/powerpc/boot/dts/mpc8377_rdb.dts     |   2 +-
arch/powerpc/boot/dts/mpc8377_wlan.dts    |   2 +-
arch/powerpc/boot/dts/mpc8378_rdb.dts     |   2 +-
arch/powerpc/boot/dts/mpc8379_rdb.dts     |   2 +-
12 files changed, 109 insertions(+), 91 deletions(-)
[PATCH RESEND v2 0/5] PowerPC: A few cleanups in MPC83xx devicetrees
Posted by J. Neuschäfer via B4 Relay 1 month, 1 week ago
This series contains a few cleanups for mpc8315erdb.dts and other
PowerPC devicetrees, which are hopefully uncontroversial.

Some of the patches were previously part of another, larger series,
titled "powerpc: MPC83xx cleanup and LANCOM NWAPP2 board", but that
series became too unwieldy to carry on. For this reason, this series
starts at version 2.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
---
J. Neuschäfer (5):
      powerpc: dts: mpc8313erdb: Use IRQ_TYPE_* macros
      powerpc: dts: mpc8315erdb: Use IRQ_TYPE_* macros
      powerpc: dts: mpc8315erdb: Rename LED nodes to comply with schema
      powerpc: dts: mpc8315erdb: Add missing #cells properties to SPI bus
      powerpc: dts: mpc83xx: Add unit addresses to /memory

 arch/powerpc/boot/dts/asp834x-redboot.dts |   2 +-
 arch/powerpc/boot/dts/mpc8308_p1m.dts     |   2 +-
 arch/powerpc/boot/dts/mpc8308rdb.dts      |   2 +-
 arch/powerpc/boot/dts/mpc8313erdb.dts     |  61 ++++++++-------
 arch/powerpc/boot/dts/mpc8315erdb.dts     | 119 ++++++++++++++++--------------
 arch/powerpc/boot/dts/mpc832x_rdb.dts     |   2 +-
 arch/powerpc/boot/dts/mpc8349emitx.dts    |   2 +-
 arch/powerpc/boot/dts/mpc8349emitxgp.dts  |   2 +-
 arch/powerpc/boot/dts/mpc8377_rdb.dts     |   2 +-
 arch/powerpc/boot/dts/mpc8377_wlan.dts    |   2 +-
 arch/powerpc/boot/dts/mpc8378_rdb.dts     |   2 +-
 arch/powerpc/boot/dts/mpc8379_rdb.dts     |   2 +-
 12 files changed, 109 insertions(+), 91 deletions(-)
---
base-commit: d3f2d8e7de622d2a2d4283cb545e51745d87f0c5
change-id: 20260101-mpc83xx-cleanup-4de8df290c75

Best regards,
-- 
J. Neuschäfer <j.ne@posteo.net>


Re: [PATCH RESEND v2 0/5] PowerPC: A few cleanups in MPC83xx devicetrees
Posted by Madhavan Srinivasan 1 month ago
On Tue, 03 Mar 2026 16:50:50 +0100, J. Neuschäfer wrote:
> This series contains a few cleanups for mpc8315erdb.dts and other
> PowerPC devicetrees, which are hopefully uncontroversial.
> 
> Some of the patches were previously part of another, larger series,
> titled "powerpc: MPC83xx cleanup and LANCOM NWAPP2 board", but that
> series became too unwieldy to carry on. For this reason, this series
> starts at version 2.
> 
> [...]

Applied to powerpc/fixes.

[1/5] powerpc: dts: mpc8313erdb: Use IRQ_TYPE_* macros
      https://git.kernel.org/powerpc/c/38ce944d47b717cac6b5f2bae9dd247f87f21ac7
[2/5] powerpc: dts: mpc8315erdb: Use IRQ_TYPE_* macros
      https://git.kernel.org/powerpc/c/4f439747811977d05a87da65c1ae11246d4f4dee
[3/5] powerpc: dts: mpc8315erdb: Rename LED nodes to comply with schema
      https://git.kernel.org/powerpc/c/31618e0e21c4633c365b26e6d45cae2084f4245b
[4/5] powerpc: dts: mpc8315erdb: Add missing #cells properties to SPI bus
      https://git.kernel.org/powerpc/c/fde54f1a4dc7bfd83908380c0b4b6a830a0f9e01
[5/5] powerpc: dts: mpc83xx: Add unit addresses to /memory
      https://git.kernel.org/powerpc/c/6373a2b5c878e920341d7bda84ac1126f72e6a68

cheers