Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1199161
| From | Rabin Vincent <rabin@rab.in> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/6] CRIS: add dt-bindings symlink |
| Date | 2015-08-03 20:30 +0200 |
| Message-ID | <pTsEP-2EE-47@gated-at.bofh.it> (permalink) |
| References | <pTsv7-2t7-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add a dt-bindings symlink to get DT include files, as on other
architectures. See c58299a ("kbuild: create an "include chroot" for DT
bindings") for the details.
Signed-off-by: Rabin Vincent <rabin@rab.in>
---
arch/cris/boot/dts/include/dt-bindings | 1 +
1 file changed, 1 insertion(+)
create mode 120000 arch/cris/boot/dts/include/dt-bindings
diff --git a/arch/cris/boot/dts/include/dt-bindings b/arch/cris/boot/dts/include/dt-bindings
new file mode 120000
index 0000000..08c00e4
--- /dev/null
+++ b/arch/cris/boot/dts/include/dt-bindings
@@ -0,0 +1 @@
+../../../../../include/dt-bindings
\ No newline at end of file
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/6] CRIS v32: increase NR_IRQS Rabin Vincent <rabin@rab.in> - 2015-08-03 20:20 +0200 [PATCH 4/6] CRIS v32: add ARTPEC-3 and P1343 device trees Rabin Vincent <rabin@rab.in> - 2015-08-03 20:20 +0200 [PATCH 5/6] CRIS v32: remove I2C bitbanging driver Rabin Vincent <rabin@rab.in> - 2015-08-03 20:30 +0200 [PATCH 2/6] CRIS: add dt-bindings symlink Rabin Vincent <rabin@rab.in> - 2015-08-03 20:30 +0200 [PATCH 6/6] CRIS v32: remove old GPIO and LEDs code Rabin Vincent <rabin@rab.in> - 2015-08-03 20:30 +0200 [PATCH 3/6] CRIS v32: dev88: add GPIO, LEDs, RTC, temp sensor Rabin Vincent <rabin@rab.in> - 2015-08-03 20:30 +0200
csiph-web