diff options
| author | J. Neuschäfer <[email protected]> | 2025-06-11 21:07:49 +0000 |
|---|---|---|
| committer | Madhavan Srinivasan <[email protected]> | 2025-06-13 07:01:27 +0000 |
| commit | 4e6d080acfda5344ccbc63afe778830e22be4be9 (patch) | |
| tree | 93d86e2ffd012db81951e8abea0cc9f98216250e | |
| parent | powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery (diff) | |
| download | kernel-4e6d080acfda5344ccbc63afe778830e22be4be9.tar.gz kernel-4e6d080acfda5344ccbc63afe778830e22be4be9.zip | |
powerpc/microwatt: Fix model property in device tree
The standard property for the model name is called "model".
Signed-off-by: J. Neuschäfer <[email protected]>
Signed-off-by: Madhavan Srinivasan <[email protected]>
Link: https://patch.msgid.link/[email protected]
| -rw-r--r-- | arch/powerpc/boot/dts/microwatt.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/microwatt.dts b/arch/powerpc/boot/dts/microwatt.dts index c4e4d2a9b460..b7eac4e56019 100644 --- a/arch/powerpc/boot/dts/microwatt.dts +++ b/arch/powerpc/boot/dts/microwatt.dts @@ -4,7 +4,7 @@ / { #size-cells = <0x02>; #address-cells = <0x02>; - model-name = "microwatt"; + model = "microwatt"; compatible = "microwatt-soc"; aliases { |
