mirror of https://gitee.com/openkylin/linux.git
arm64: dts: marvell: mcbin: fix board name typo
A 'C' was missing in the model name, this patch fixes it. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
4d5a124935
commit
8f667425f9
|
@ -49,7 +49,7 @@
|
|||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
||||
/ {
|
||||
model = "Marvell 8040 MACHIATOBin";
|
||||
model = "Marvell 8040 MACCHIATOBin";
|
||||
compatible = "marvell,armada8040-mcbin", "marvell,armada8040",
|
||||
"marvell,armada-ap806-quad", "marvell,armada-ap806";
|
||||
|
||||
|
|
Loading…
Reference in New Issue