[PATCH 1/2] powerpc: dts: mpc8315erdb: Add missing model property
From: J. Neuschäfer via B4 Relay
Date: Fri Mar 13 2026 - 06:17:55 EST
From: "J. Neuschäfer" <j.ne@xxxxxxxxxx>
The mpc8315erdb devicetree did thus far not have a /model property, even
though it is required by the devicetree specification.
Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx>
---
This patch was previously part of another series, which turned out to be
too large and unweildy:
[PATCH 00/19] powerpc: MPC83xx cleanup and LANCOM NWAPP2 board
---
arch/powerpc/boot/dts/mpc8315erdb.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts
index a8f68d6e50b0dd..100717e2cdc365 100644
--- a/arch/powerpc/boot/dts/mpc8315erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8315erdb.dts
@@ -10,6 +10,7 @@
/ {
compatible = "fsl,mpc8315erdb";
+ model = "MPC8315E-RDB";
#address-cells = <1>;
#size-cells = <1>;
--
2.51.0