mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-18 00:10:29 -05:00
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
This commit is contained in:
committed by
Madhavan Srinivasan
parent
33bc69cf66
commit
4e6d080acf
@@ -4,7 +4,7 @@
|
||||
/ {
|
||||
#size-cells = <0x02>;
|
||||
#address-cells = <0x02>;
|
||||
model-name = "microwatt";
|
||||
model = "microwatt";
|
||||
compatible = "microwatt-soc";
|
||||
|
||||
aliases {
|
||||
|
||||
Reference in New Issue
Block a user