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

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

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>

+15 -565
+1 -38
arch/arm/boot/dts/armada-370-xp.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 370 and Armada XP SoC 3 4 * ··· 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 9 * Ben Dooks <ben.dooks@codethink.co.uk> 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 * This file contains the definitions that are common to the Armada 51 12 * 370 and Armada XP SoC.
+1 -38
arch/arm/boot/dts/armada-370.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 370 family SoC 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 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 * Contains definitions specific to the Armada 370 SoC that are not 50 11 * common to all Armada SoCs.
+1 -38
arch/arm/boot/dts/armada-375.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 375 family SoC 3 4 * ··· 6 5 * 7 6 * Gregory CLEMENT <gregory.clement@free-electrons.com> 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 #include <dt-bindings/interrupt-controller/arm-gic.h>
+1 -38
arch/arm/boot/dts/armada-380.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 380 SoC. 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 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 #include "armada-38x.dtsi"
+1 -38
arch/arm/boot/dts/armada-385.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 385 SoC. 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 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 #include "armada-38x.dtsi"
+1 -33
arch/arm/boot/dts/armada-388.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 388 SoC. 3 4 * 4 5 * Copyright (C) 2015 Marvell 5 6 * 6 7 * Gregory CLEMENT <gregory.clement@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 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 - * 40 8 * 41 9 * The main difference with the Armada 385 is that the 388 can handle two more 42 10 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
+1 -38
arch/arm/boot/dts/armada-38x.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 38x family of SoCs. 3 4 * ··· 7 6 * Lior Amsalem <alior@marvell.com> 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 #include "skeleton.dtsi"
+1 -38
arch/arm/boot/dts/armada-390.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 390 SoC. 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 #include "armada-39x.dtsi"
+1 -38
arch/arm/boot/dts/armada-395.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 395 SoC. 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 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 #include "armada-39x.dtsi"
+1 -38
arch/arm/boot/dts/armada-398.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 398 SoC. 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 #include "armada-395.dtsi"
+1 -38
arch/arm/boot/dts/armada-39x.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada 39x family of SoCs. 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 #include "skeleton.dtsi"
+1 -38
arch/arm/boot/dts/armada-xp-mv78230.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada XP family SoC 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 * Contains definitions specific to the Armada XP MV78230 SoC that are not 47 10 * common to all Armada XP SoCs.
+1 -38
arch/arm/boot/dts/armada-xp-mv78260.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada XP family SoC 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 * Contains definitions specific to the Armada XP MV78260 SoC that are not 47 10 * common to all Armada XP SoCs.
+1 -38
arch/arm/boot/dts/armada-xp-mv78460.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada XP family SoC 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 * Contains definitions specific to the Armada XP MV78460 SoC that are not 47 10 * common to all Armada XP SoCs.
+1 -38
arch/arm/boot/dts/armada-xp.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Marvell Armada XP family SoC 3 4 * ··· 8 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 9 * Ben Dooks <ben.dooks@codethink.co.uk> 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 * Contains definitions specific to the Armada XP SoC that are not 51 12 * common to all Armada SoCs.