Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1da6635 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfpga: add specific compatible strings for boards



Add a more specific board compatible entry for all of the SOCFPGA
Cyclone 5 based boards.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
---
v3: Be a bit more specific with the c5 dk and sockit, use
    "altr,socfpga-cyclone5-socdk" and "terasic,socfpga-cyclone5-sockit"
v2: remove extra space and add a comma between compatible entries
parent c96f5919
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

/ {
	model = "Terasic DE-0(Atlas)";
	compatible = "altr,socfpga-cyclone5", "altr,socfpga";
	compatible = "terasic,de0-atlas", "altr,socfpga-cyclone5", "altr,socfpga";

	chosen {
		bootargs = "earlyprintk";
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

/ {
	model = "Aries/DENX MCV EVK";
	compatible = "altr,socfpga-cyclone5", "altr,socfpga";
	compatible = "denx,mcvevk", "altr,socfpga-cyclone5", "altr,socfpga";

	aliases {
		ethernet0 = &gmac0;
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

/ {
	model = "Altera SOCFPGA Cyclone V SoC Development Kit";
	compatible = "altr,socfpga-cyclone5", "altr,socfpga";
	compatible = "altr,socfpga-cyclone5-socdk", "altr,socfpga-cyclone5", "altr,socfpga";

	chosen {
		bootargs = "earlyprintk";
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

/ {
	model = "Terasic SoCkit";
	compatible = "altr,socfpga-cyclone5", "altr,socfpga";
	compatible = "terasic,socfpga-cyclone5-sockit", "altr,socfpga-cyclone5", "altr,socfpga";

	chosen {
		bootargs = "earlyprintk";
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

/ {
	model = "Altera SOCFPGA Cyclone V SoC Macnica Sodia board";
	compatible = "altr,socfpga-cyclone5", "altr,socfpga";
	compatible = "macnica,sodia", "altr,socfpga-cyclone5", "altr,socfpga";

	chosen {
		bootargs = "earlyprintk";
Loading