Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1343063
| From | Tim Sander <tim@krieglstein.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] dts: add specific compatible type for Terasic DE0-NANO-SoC Board |
| Date | 2016-02-25 11:10 +0100 |
| Message-ID | <r611U-2fv-9@gated-at.bofh.it> (permalink) |
| References | <r1m70-7DG-9@gated-at.bofh.it> <r611U-2fv-11@gated-at.bofh.it> |
| Organization | Sander and Lightning |
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>
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 72e2c5a..d1f7803 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -230,6 +230,7 @@ synology Synology, Inc.
tbs TBS Technologies
tcl Toby Churchill Ltd.
technologic Technologic Systems
+terasic Terasic Inc.
thine THine Electronics, Inc.
ti Texas Instruments
tlm Trusted Logic Mobility
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts b/arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts
index afea364..704aa9d 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2] dts: add specific compatible type for Terasic DE0-NANO-SoC Board Tim Sander <tim@krieglstein.org> - 2016-02-25 11:10 +0100
Re: [PATCH v2] dts: add specific compatible type for Terasic DE0-NANO-SoC Board Steffen Trumtrar <s.trumtrar@pengutronix.de> - 2016-02-25 11:40 +0100
Re: [PATCH v2] dts: add specific compatible type for Terasic DE0-NANO-SoC Board Tim Sander <tim@krieglstein.org> - 2016-02-26 00:40 +0100
csiph-web