Skip to content

Commit

Permalink
ARM: dts: Add board-specific compatible string to npcm750-evb devicetree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
neuschaefer authored and shenki committed Apr 8, 2021
1 parent 281192c commit 8a8cba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/nuvoton-npcm750-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/ {
model = "Nuvoton npcm750 Development Board (Device Tree)";
compatible = "nuvoton,npcm750";
compatible = "nuvoton,npcm750-evb", "nuvoton,npcm750";

aliases {
ethernet2 = &gmac0;
Expand Down

0 comments on commit 8a8cba7

Please sign in to comment.