Skip to content

Commit d16cb0a

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc: dts: mpc8315erdb: Add missing model property
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@posteo.net> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260313-ppc-model-v1-1-bf19b3d1b65d@posteo.net
1 parent 6ed6099 commit d16cb0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/powerpc/boot/dts/mpc8315erdb.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/ {
1212
compatible = "fsl,mpc8315erdb";
13+
model = "MPC8315E-RDB";
1314
#address-cells = <1>;
1415
#size-cells = <1>;
1516

0 commit comments

Comments
 (0)