Skip to content

Commit 4e6d080

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc/microwatt: Fix model property in device tree
The standard property for the model name is called "model". Signed-off-by: J. Neuschäfer <j.ne@posteo.net> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20250611-microwatt-v2-1-80847bbc5f9c@posteo.net
1 parent 33bc69c commit 4e6d080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/boot/dts/microwatt.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/ {
55
#size-cells = <0x02>;
66
#address-cells = <0x02>;
7-
model-name = "microwatt";
7+
model = "microwatt";
88
compatible = "microwatt-soc";
99

1010
aliases {

0 commit comments

Comments
 (0)