Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board

Follow the recent trend for the license description, and also fix the
wrongly stated X11 to MIT.

As already pointed on the DT ML, the X11 license text [1] is explicitly
for the X Consortium and has a couple of extra clauses. The MIT
license text [2] is actually what the current DT files claim.

[1] https://spdx.org/licenses/X11.html
[2] https://spdx.org/licenses/MIT.html

Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

+38 -1185
+1 -38
arch/arm/boot/dts/armada-370-mirabox.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Globalscale Mirabox 3 4 * 4 5 * Gregory CLEMENT <gregory.clement@free-electrons.com> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-370-netgear-rn102.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for NETGEAR ReadyNAS 102 3 4 * 4 5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-370-netgear-rn104.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for NETGEAR ReadyNAS 104 3 4 * 4 5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-370-rd.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 370 Reference Design board 3 4 * (RD-88F6710-A1) ··· 6 5 * Copied from arch/arm/boot/dts/armada-370-db.dts 7 6 * 8 7 * Copyright (C) 2013 Florian Fainelli <florian@openwrt.org> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This file is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 8 * 48 9 * Note: this Device Tree assumes that the bootloader has remapped the 49 10 * internal registers to 0xf1000000 (instead of the default
+1 -4
arch/arm/boot/dts/armada-370-seagate-nas-2bay.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for Seagate NAS 2-Bay (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Vincent Donnefort <vdonnefort@gmail.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-nas-4bay.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for Seagate NAS 4-Bay (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Vincent Donnefort <vdonnefort@gmail.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-nas-xbay.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree common file for the Seagate NAS 2 and 4-bay (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Vincent Donnefort <vdonnefort@gmail.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-personal-cloud-2bay.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for Seagate Personal Cloud NAS 2-Bay (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Simon Guinot <simon.guinot@sequanux.org> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-personal-cloud.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree file for Seagate Personal Cloud NAS (Armada 370 SoC). 3 4 * 4 5 * Copyright (C) 2015 Seagate 5 6 * 6 7 * Author: Simon Guinot <simon.guinot@sequanux.org> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 /*
+1 -4
arch/arm/boot/dts/armada-370-seagate-personal-cloud.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Device Tree common file for the Seagate Personal Cloud NAS 1 and 2-Bay 3 4 * (Armada 370 SoC). ··· 6 5 * Copyright (C) 2015 Seagate 7 6 * 8 7 * Author: Simon Guinot <simon.guinot@sequanux.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 /*
+1 -38
arch/arm/boot/dts/armada-370-synology-ds213j.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Synology DS213j 3 4 * 4 5 * Copyright (C) 2014, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 * 44 7 * Note: this Device Tree assumes that the bootloader has remapped the 45 8 * internal registers to 0xf1000000 (instead of the old 0xd0000000).
+1 -38
arch/arm/boot/dts/armada-375-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 375 evaluation board 3 4 * (DB-88F6720) ··· 7 6 * 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPL or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This file is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 9 */ 49 10 50 11 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys-caiman.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree include for the Linksys WRT1200AC (Caiman) 3 4 * 4 5 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys-cobra.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for the Linksys WRT1900ACv2 (Cobra) 3 4 * 4 5 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys-rango.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for the Linksys WRT3200ACM (Rango) 3 4 * 4 5 * Copyright (C) 2016 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys-shelby.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for the Linksys WRT1900ACS (Shelby) 3 4 * 4 5 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 /dts-v1/;
+1 -33
arch/arm/boot/dts/armada-385-linksys.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree include file for Armada 385 based Linksys boards 3 4 * 4 5 * Copyright (C) 2015 Imre Kaloz <kaloz@openwrt.org> 5 - * 6 - * 7 - * This file is dual-licensed: you can use it either under the terms 8 - * of the GPL or the X11 license, at your option. Note that this dual 9 - * licensing only applies to this file, and not this project as a 10 - * whole. 11 - * 12 - * a) This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without 14 - * any warranty of any kind, whether express or implied. 15 - * 16 - * Or, alternatively, 17 - * 18 - * b) Permission is hereby granted, free of charge, to any person 19 - * obtaining a copy of this software and associated documentation 20 - * files (the "Software"), to deal in the Software without 21 - * restriction, including without limitation the rights to use, 22 - * copy, modify, merge, publish, distribute, sublicense, and/or 23 - * sell copies of the Software, and to permit persons to whom the 24 - * Software is furnished to do so, subject to the following 25 - * conditions: 26 - * 27 - * The above copyright notice and this permission notice shall be 28 - * included in all copies or substantial portions of the Software. 29 - * 30 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 31 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 32 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 33 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 34 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 35 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 37 - * OTHER DEALINGS IN THE SOFTWARE. 38 6 */ 39 7 40 8 #include <dt-bindings/gpio/gpio.h>
+1 -32
arch/arm/boot/dts/armada-385-synology-ds116.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for Synology DS116 NAS 3 4 * 4 5 * Copyright (C) 2017 Willy Tarreau <w@1wt.eu> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without 13 - * any warranty of any kind, whether express or implied. 14 - * 15 - * Or, alternatively, 16 - * 17 - * b) Permission is hereby granted, free of charge, to any person 18 - * obtaining a copy of this software and associated documentation 19 - * files (the "Software"), to deal in the Software without 20 - * restriction, including without limitation the rights to use, 21 - * copy, modify, merge, publish, distribute, sublicense, and/or 22 - * sell copies of the Software, and to permit persons to whom the 23 - * Software is furnished to do so, subject to the following 24 - * conditions: 25 - * 26 - * The above copyright notice and this permission notice shall be 27 - * included in all copies or substantial portions of the Software. 28 - * 29 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 31 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 32 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 33 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 34 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 35 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 36 - * OTHER DEALINGS IN THE SOFTWARE. 37 6 */ 38 7 39 8 /dts-v1/;
+1 -37
arch/arm/boot/dts/armada-388-clearfog-base.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for SolidRun Clearfog Base revision A1 rev 2.0 (88F6828) 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 50 12 /dts-v1/;
+1 -37
arch/arm/boot/dts/armada-388-clearfog-pro.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828) 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 #include "armada-388-clearfog.dts" 50 12
+1 -37
arch/arm/boot/dts/armada-388-clearfog.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828) 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 50 12 /dts-v1/;
+1 -37
arch/arm/boot/dts/armada-388-clearfog.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree include file for SolidRun Clearfog 88F6828 based boards 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 50 12 #include "armada-388.dtsi"
+1 -38
arch/arm/boot/dts/armada-388-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 388 evaluation board 3 4 * (DB-88F6820) ··· 6 5 * Copyright (C) 2014 Marvell 7 6 * 8 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This file is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 8 */ 48 9 49 10 /dts-v1/;
+1 -32
arch/arm/boot/dts/armada-388-gp.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 385 development board 3 4 * (RD-88F6820-GP) ··· 6 5 * Copyright (C) 2014 Marvell 7 6 * 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is licensed under the terms of the GNU General Public 16 - * License version 2. This program is licensed "as is" without 17 - * any warranty of any kind, whether express or implied. 18 - * 19 - * Or, alternatively, 20 - * 21 - * b) Permission is hereby granted, free of charge, to any person 22 - * obtaining a copy of this software and associated documentation 23 - * files (the "Software"), to deal in the Software without 24 - * restriction, including without limitation the rights to use, 25 - * copy, modify, merge, publish, distribute, sublicense, and/or 26 - * sell copies of the Software, and to permit persons to whom the 27 - * Software is furnished to do so, subject to the following 28 - * conditions: 29 - * 30 - * The above copyright notice and this permission notice shall be 31 - * included in all copies or substantial portions of the Software. 32 - * 33 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 34 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 35 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 36 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 37 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 38 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 39 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 40 - * OTHER DEALINGS IN THE SOFTWARE. 41 8 */ 42 9 43 10 /dts-v1/;
+1 -37
arch/arm/boot/dts/armada-38x-solidrun-microsom.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for SolidRun Armada 38x Microsom 3 4 * ··· 8 7 * the A1 rev 2.0 of the board, which does not represent final 9 8 * production board. Things will change, don't expect this file to 10 9 * remain compatible info the future. 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 20 - * 21 - * This file is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 #include <dt-bindings/input/input.h> 50 12 #include <dt-bindings/gpio/gpio.h>
+1 -38
arch/arm/boot/dts/armada-390-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 390 Development Board 3 4 * (DB-88F6920) ··· 6 5 * Copyright (C) 2016 Marvell 7 6 * 8 7 * Grzegorz Jaszczyk <jaz@semihalf.com> 9 - * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPL or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This file is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This file is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 8 */ 48 9 49 10 /dts-v1/;
+1 -32
arch/arm/boot/dts/armada-395-gp.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada 395 GP board 3 4 * 4 5 * Copyright (C) 2016 Marvell 5 6 * 6 7 * Grzegorz Jaszczyk <jaz@semihalf.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is licensed under the terms of the GNU General Public 14 - * License version 2. This program is licensed "as is" without 15 - * any warranty of any kind, whether express or implied. 16 - * 17 - * Or, alternatively, 18 - * 19 - * b) Permission is hereby granted, free of charge, to any person 20 - * obtaining a copy of this software and associated documentation 21 - * files (the "Software"), to deal in the Software without 22 - * restriction, including without limitation the rights to use, 23 - * copy, modify, merge, publish, distribute, sublicense, and/or 24 - * sell copies of the Software, and to permit persons to whom the 25 - * Software is furnished to do so, subject to the following 26 - * conditions: 27 - * 28 - * The above copyright notice and this permission notice shall be 29 - * included in all copies or substantial portions of the Software. 30 - * 31 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 32 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 33 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 34 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 35 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 36 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 37 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 38 - * OTHER DEALINGS IN THE SOFTWARE. 39 8 */ 40 9 41 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-398-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 398 Development Board 3 4 * 4 5 * Copyright (C) 2015 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-axpwifiap.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell RD-AXPWiFiAP. 3 4 * ··· 10 9 * Copyright (C) 2013 Marvell 11 10 * 12 11 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 13 - * 14 - * This file is dual-licensed: you can use it either under the terms 15 - * of the GPL or the X11 license, at your option. Note that this dual 16 - * licensing only applies to this file, and not this project as a 17 - * whole. 18 - * 19 - * a) This file is free software; you can redistribute it and/or 20 - * modify it under the terms of the GNU General Public License as 21 - * published by the Free Software Foundation; either version 2 of the 22 - * License, or (at your option) any later version. 23 - * 24 - * This file is distributed in the hope that it will be useful, 25 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 26 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 - * GNU General Public License for more details. 28 - * 29 - * Or, alternatively, 30 - * 31 - * b) Permission is hereby granted, free of charge, to any person 32 - * obtaining a copy of this software and associated documentation 33 - * files (the "Software"), to deal in the Software without 34 - * restriction, including without limitation the rights to use, 35 - * copy, modify, merge, publish, distribute, sublicense, and/or 36 - * sell copies of the Software, and to permit persons to whom the 37 - * Software is furnished to do so, subject to the following 38 - * conditions: 39 - * 40 - * The above copyright notice and this permission notice shall be 41 - * included in all copies or substantial portions of the Software. 42 - * 43 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 44 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 45 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 46 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 47 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 48 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 49 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 50 - * OTHER DEALINGS IN THE SOFTWARE. 51 12 */ 52 13 53 14 /dts-v1/;
+1 -37
arch/arm/boot/dts/armada-xp-db.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada XP evaluation board 3 4 * (DB-78460-BP) ··· 9 8 * Gregory CLEMENT <gregory.clement@free-electrons.com> 10 9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11 10 * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation; either version 2 of the 20 - * License, or (at your option) any later version. 21 - * 22 - * This file is distributed in the hope that it will be useful, 23 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 - * GNU General Public License for more details. 26 - * 27 - * Or, alternatively, 28 - * 29 - * b) Permission is hereby granted, free of charge, to any person 30 - * obtaining a copy of this software and associated documentation 31 - * files (the "Software"), to deal in the Software without 32 - * restriction, including without limitation the rights to use, 33 - * copy, modify, merge, publish, distribute, sublicense, and/or 34 - * sell copies of the Software, and to permit persons to whom the 35 - * Software is furnished to do so, subject to the following 36 - * conditions: 37 - * 38 - * The above copyright notice and this permission notice shall be 39 - * included in all copies or substantial portions of the Software. 40 - * 41 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 42 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 43 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 44 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 45 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 46 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 48 - * OTHER DEALINGS IN THE SOFTWARE. 49 11 * 50 12 * Note: this Device Tree assumes that the bootloader has remapped the 51 13 * internal registers to 0xf1000000 (instead of the default
+1 -38
arch/arm/boot/dts/armada-xp-gp.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada XP development board 3 4 * (DB-MV784MP-GP) ··· 8 7 * Lior Amsalem <alior@marvell.com> 9 8 * Gregory CLEMENT <gregory.clement@free-electrons.com> 10 9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11 - * 12 - * This file is dual-licensed: you can use it either under the terms 13 - * of the GPL or the X11 license, at your option. Note that this dual 14 - * licensing only applies to this file, and not this project as a 15 - * whole. 16 - * 17 - * a) This file is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation; either version 2 of the 20 - * License, or (at your option) any later version. 21 - * 22 - * This file is distributed in the hope that it will be useful, 23 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 - * GNU General Public License for more details. 26 - * 27 - * Or, alternatively, 28 - * 29 - * b) Permission is hereby granted, free of charge, to any person 30 - * obtaining a copy of this software and associated documentation 31 - * files (the "Software"), to deal in the Software without 32 - * restriction, including without limitation the rights to use, 33 - * copy, modify, merge, publish, distribute, sublicense, and/or 34 - * sell copies of the Software, and to permit persons to whom the 35 - * Software is furnished to do so, subject to the following 36 - * conditions: 37 - * 38 - * The above copyright notice and this permission notice shall be 39 - * included in all copies or substantial portions of the Software. 40 - * 41 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 42 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 43 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 44 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 45 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 46 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 48 - * OTHER DEALINGS IN THE SOFTWARE. 49 10 * 50 11 * Note: this Device Tree assumes that the bootloader has remapped the 51 12 * internal registers to 0xf1000000 (instead of the default
+1 -38
arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Lenovo Iomega ix4-300d 3 4 * 4 5 * Copyright (C) 2014, Benoit Masson <yahoo@perenite.com> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -32
arch/arm/boot/dts/armada-xp-linksys-mamba.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0 OR MIT) 1 2 /* 2 3 * Device Tree file for the Linksys WRT1900AC (Mamba). 3 4 * ··· 14 13 * Copyright (C) 2013 Marvell 15 14 * 16 15 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 17 - * 18 - * This file is dual-licensed: you can use it either under the terms 19 - * of the GPL or the X11 license, at your option. Note that this dual 20 - * licensing only applies to this file, and not this project as a 21 - * whole. 22 - * 23 - * a) This file is licensed under the terms of the GNU General Public 24 - * License version 2. This program is licensed "as is" without 25 - * any warranty of any kind, whether express or implied. 26 - * 27 - * Or, alternatively, 28 - * 29 - * b) Permission is hereby granted, free of charge, to any person 30 - * obtaining a copy of this software and associated documentation 31 - * files (the "Software"), to deal in the Software without 32 - * restriction, including without limitation the rights to use, 33 - * copy, modify, merge, publish, distribute, sublicense, and/or 34 - * sell copies of the Software, and to permit persons to whom the 35 - * Software is furnished to do so, subject to the following 36 - * conditions: 37 - * 38 - * The above copyright notice and this permission notice shall be 39 - * included in all copies or substantial portions of the Software. 40 - * 41 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 42 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 43 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 44 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 45 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 46 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 48 - * OTHER DEALINGS IN THE SOFTWARE. 49 16 */ 50 17 51 18 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-matrix.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Marvell Armada XP Matrix board 3 4 * 4 5 * Copyright (C) 2013 Marvell 5 6 * 6 7 * Lior Amsalem <alior@marvell.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for NETGEAR ReadyNAS 2120 3 4 * 4 5 * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 */ 44 7 45 8 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for OpenBlocks AX3-4 board 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * 6 7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPL or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+1 -38
arch/arm/boot/dts/armada-xp-synology-ds414.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Synology DS414 3 4 * 4 5 * Copyright (C) 2014, Arnaud EBALARD <arno@natisbad.org> 5 - * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPL or the X11 license, at your option. Note that this dual 8 - * licensing only applies to this file, and not this project as a 9 - * whole. 10 - * 11 - * a) This file is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2 of the 14 - * License, or (at your option) any later version. 15 - * 16 - * This file is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * Or, alternatively, 22 - * 23 - * b) Permission is hereby granted, free of charge, to any person 24 - * obtaining a copy of this software and associated documentation 25 - * files (the "Software"), to deal in the Software without 26 - * restriction, including without limitation the rights to use, 27 - * copy, modify, merge, publish, distribute, sublicense, and/or 28 - * sell copies of the Software, and to permit persons to whom the 29 - * Software is furnished to do so, subject to the following 30 - * conditions: 31 - * 32 - * The above copyright notice and this permission notice shall be 33 - * included in all copies or substantial portions of the Software. 34 - * 35 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 36 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 37 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 38 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 39 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 40 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 41 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 - * OTHER DEALINGS IN THE SOFTWARE. 43 6 * 44 7 * Note: this Device Tree assumes that the bootloader has remapped the 45 8 * internal registers to 0xf1000000 (instead of the old 0xd0000000).