diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2016-11-01 17:57:06 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2016-11-09 00:36:52 +0300 |
commit | d1da66351749d82e4c82ef2251e95f6294847a85 (patch) | |
tree | bb9d02658298dab8637552b051ddcf0e7cb2bfc3 /arch/arm/boot/dts/socfpga_cyclone5_socdk.dts | |
parent | c96f5919e6b0d132aa9afe9f1adc872fc107d5bb (diff) | |
download | linux-d1da66351749d82e4c82ef2251e95f6294847a85.tar.xz |
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: Dinh 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
Diffstat (limited to 'arch/arm/boot/dts/socfpga_cyclone5_socdk.dts')
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5_socdk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts index 15e43f43f244..7a5f42dba12e 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts @@ -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"; |