Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1332737 > unrolled thread

[PATCH] dts: add specific compatible type for Terasic DE0-NANO-SoC Board

Started byTim Sander <tim@krieglstein.org>
First post2016-02-12 14:40 +0100
Last post2016-02-12 14:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] dts: add specific compatible type for Terasic DE0-NANO-SoC Board Tim Sander <tim@krieglstein.org> - 2016-02-12 14:40 +0100

#1332737 — [PATCH] dts: add specific compatible type for Terasic DE0-NANO-SoC Board

FromTim Sander <tim@krieglstein.org>
Date2016-02-12 14:40 +0100
Subject[PATCH] dts: add specific compatible type for Terasic DE0-NANO-SoC Board
Message-ID<r1m70-7DG-9@gated-at.bofh.it>
From: Tim Sander <tim@krieglstein.org>

Add a more specific compatible string:"terasic,de0-nano-soc" for respective board.
Background: when checking for bootspec entries, some board specific fixups
                         are not apropriate for board of the same platform ("altr,socfpga-cyclone5").
                        The same aproach is taken with the EBV-Socrates board.

Signed-off-by: Tim Sander <tim@krieglstein.org>
---
 arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts b/arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts
index 555e9caf21e1..3a427423168e 100644
--- a/arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts
+++ b/arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts
@@ -18,7 +18,7 @@
 
 / {
        model = "Terasic DE-0(Atlas)";
-       compatible = "altr,socfpga-cyclone5", "altr,socfpga";
+       compatible = "terasic,de0-nano-soc"," altr,socfpga-cyclone5", "altr,socfpga";
 
        chosen {
                bootargs = "earlyprintk";
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web