Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Add board-specific compatible string to npcm750-evb devicetree

According to the revised binding, the devicetree needs a board-specific
compatible string.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20210320164023.614059-2-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Jonathan Neuschäfer and committed by
Joel Stanley
8a8cba74 281192c4

+1 -1
+1 -1
arch/arm/boot/dts/nuvoton-npcm750-evb.dts
··· 9 9 10 10 / { 11 11 model = "Nuvoton npcm750 Development Board (Device Tree)"; 12 - compatible = "nuvoton,npcm750"; 12 + compatible = "nuvoton,npcm750-evb", "nuvoton,npcm750"; 13 13 14 14 aliases { 15 15 ethernet2 = &gmac0;