
1 May
2016
1 May
'16
8:58 p.m.
On Sun, May 01, 2016 at 12:56:21PM -0600, Simon Glass wrote:
Hi,
On 24 April 2016 at 00:50, Beniamino Galvani b.galvani@gmail.com wrote:
This adds platform code for the Amlogic Meson GXBaby (S905) SoC and a board definition for ODROID-C2. This initial submission only supports UART and Ethernet (through the existing Designware driver). DTS files are the ones submitted to Linux arm-soc for 4.7 [1].
[1] https://patchwork.ozlabs.org/patch/603583/
Signed-off-by: Beniamino Galvani b.galvani@gmail.com
[snip]
+++ b/arch/arm/dts/meson-gxbb-odroidc2.dts @@ -0,0 +1,69 @@ +/*
- Copyright (c) 2016 Andreas Färber
- Copyright (c) 2016 BayLibre, Inc.
- Author: Kevin Hilman khilman@kernel.org
- This file is dual-licensed: you can use it either under the terms
- of the GPL or the X11 license, at your option. Note that this dual
- licensing only applies to this file, and not this project as a
- whole.
Can you use SPDX for these?
No, we don't bother for DTS files where we are not also the upstream source of them as that just makes churn.
--
Tom