The devicetree spec requires a /model property, but many of the powerpc devicetrees don't have one. This series is an attempt to fix it.
One practical advantage is that scripts/make_fit.py will no longer throw an error when invoked with the powerpc DTs. Signed-off-by: J. Neuschäfer <[email protected]> --- J. Neuschäfer (2): powerpc: dts: mpc8315erdb: Add missing model property powerpc: dts: Add missing model properties arch/powerpc/boot/dts/mpc8308_p1m.dts | 1 + arch/powerpc/boot/dts/mpc8308rdb.dts | 1 + arch/powerpc/boot/dts/mpc8315erdb.dts | 1 + arch/powerpc/boot/dts/mpc836x_rdk.dts | 1 + arch/powerpc/boot/dts/mpc8377_rdb.dts | 1 + arch/powerpc/boot/dts/mpc8377_wlan.dts | 1 + arch/powerpc/boot/dts/mpc8378_rdb.dts | 1 + arch/powerpc/boot/dts/mpc8379_rdb.dts | 1 + 8 files changed, 8 insertions(+) --- base-commit: c9849854bc5ce9afca21f97bb17b7ff763fdf159 change-id: 20260103-ppc-model-7505378b9893 Best regards, -- J. Neuschäfer <[email protected]>
