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

ARM: dts: rockchip: use SPDX-License-Identifier

Update all 32bit rockchip devicetree files to use SPDX-License-Identifiers.

All files except rk3288-veyron-analog-audio.dtsi (which is GPL 2.0 only)
claim to be GPL and X11 while the actual license text is MIT. Use the
MIT SPDX tag for them.

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Acked-by: Brian Norris <briannorris@chromium.org>
Acked-by: Matthias Brugger <mbrugger@suse.com>
Acked-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Klaus Goger and committed by
Heiko Stuebner
fce152a6 ce397d21

+48 -1805
+1 -39
arch/arm/boot/dts/rk3036-evb.dts
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 /dts-v1/; 42 4
+1 -39
arch/arm/boot/dts/rk3036-kylin.dts
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 /dts-v1/; 42 4
+1 -39
arch/arm/boot/dts/rk3036.dtsi
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 #include <dt-bindings/gpio/gpio.h> 42 4 #include <dt-bindings/interrupt-controller/irq.h>
+1 -38
arch/arm/boot/dts/rk3066a-bqcurie2.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2013 MundoReader S.L. 3 4 * Author: Heiko Stuebner <heiko@sntech.de> 4 - * 5 - * This file is dual-licensed: you can use it either under the terms 6 - * of the GPL or the X11 license, at your option. Note that this dual 7 - * licensing only applies to this file, and not this project as a 8 - * whole. 9 - * 10 - * a) This file is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; either version 2 of the 13 - * License, or (at your option) any later version. 14 - * 15 - * This file is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * Or, alternatively, 21 - * 22 - * b) Permission is hereby granted, free of charge, to any person 23 - * obtaining a copy of this software and associated documentation 24 - * files (the "Software"), to deal in the Software without 25 - * restriction, including without limitation the rights to use, 26 - * copy, modify, merge, publish, distribute, sublicense, and/or 27 - * sell copies of the Software, and to permit persons to whom the 28 - * Software is furnished to do so, subject to the following 29 - * conditions: 30 - * 31 - * The above copyright notice and this permission notice shall be 32 - * included in all copies or substantial portions of the Software. 33 - * 34 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 35 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 36 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 38 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 39 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 40 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 - * OTHER DEALINGS IN THE SOFTWARE. 42 5 */ 43 6 44 7 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3066a-marsboard.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2014 Romain Perier <romain.perier@gmail.com> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3066a-mk808.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2016 Paweł Jarosz <paweljarosz3691@gmail.com> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3066a-rayeager.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3066a.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2013 MundoReader S.L. 3 4 * Author: Heiko Stuebner <heiko@sntech.de> 4 - * 5 - * This file is dual-licensed: you can use it either under the terms 6 - * of the GPL or the X11 license, at your option. Note that this dual 7 - * licensing only applies to this file, and not this project as a 8 - * whole. 9 - * 10 - * a) This file is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; either version 2 of the 13 - * License, or (at your option) any later version. 14 - * 15 - * This file is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * Or, alternatively, 21 - * 22 - * b) Permission is hereby granted, free of charge, to any person 23 - * obtaining a copy of this software and associated documentation 24 - * files (the "Software"), to deal in the Software without 25 - * restriction, including without limitation the rights to use, 26 - * copy, modify, merge, publish, distribute, sublicense, and/or 27 - * sell copies of the Software, and to permit persons to whom the 28 - * Software is furnished to do so, subject to the following 29 - * conditions: 30 - * 31 - * The above copyright notice and this permission notice shall be 32 - * included in all copies or substantial portions of the Software. 33 - * 34 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 35 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 36 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 38 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 39 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 40 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 - * OTHER DEALINGS IN THE SOFTWARE. 42 5 */ 43 6 44 7 #include <dt-bindings/gpio/gpio.h>
+1 -38
arch/arm/boot/dts/rk3188-px3-evb.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2016 Andy Yan <andy.yan@rock-chips.com> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3188-radxarock.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3188.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2013 MundoReader S.L. 3 4 * Author: Heiko Stuebner <heiko@sntech.de> 4 - * 5 - * This file is dual-licensed: you can use it either under the terms 6 - * of the GPL or the X11 license, at your option. Note that this dual 7 - * licensing only applies to this file, and not this project as a 8 - * whole. 9 - * 10 - * a) This file is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; either version 2 of the 13 - * License, or (at your option) any later version. 14 - * 15 - * This file is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * Or, alternatively, 21 - * 22 - * b) Permission is hereby granted, free of charge, to any person 23 - * obtaining a copy of this software and associated documentation 24 - * files (the "Software"), to deal in the Software without 25 - * restriction, including without limitation the rights to use, 26 - * copy, modify, merge, publish, distribute, sublicense, and/or 27 - * sell copies of the Software, and to permit persons to whom the 28 - * Software is furnished to do so, subject to the following 29 - * conditions: 30 - * 31 - * The above copyright notice and this permission notice shall be 32 - * included in all copies or substantial portions of the Software. 33 - * 34 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 35 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 36 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 38 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 39 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 40 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 - * OTHER DEALINGS IN THE SOFTWARE. 42 5 */ 43 6 44 7 #include <dt-bindings/gpio/gpio.h>
+1 -39
arch/arm/boot/dts/rk3228-evb.dts
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 /dts-v1/; 42 4
+1 -39
arch/arm/boot/dts/rk3229-evb.dts
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 /dts-v1/; 42 4
+1 -38
arch/arm/boot/dts/rk3229.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This library is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This library is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 #include "rk322x.dtsi"
+1 -39
arch/arm/boot/dts/rk322x.dtsi
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 #include <dt-bindings/gpio/gpio.h> 42 4 #include <dt-bindings/interrupt-controller/irq.h>
+1 -39
arch/arm/boot/dts/rk3288-evb-act8846.dts
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 /dts-v1/; 42 4 #include "rk3288-evb.dtsi"
+1 -39
arch/arm/boot/dts/rk3288-evb-rk808.dts
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 /dts-v1/; 42 4 #include "rk3288-evb.dtsi"
+1 -39
arch/arm/boot/dts/rk3288-evb.dtsi
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 #include <dt-bindings/input/input.h> 42 4 #include <dt-bindings/pwm/pwm.h>
+1 -39
arch/arm/boot/dts/rk3288-fennec.dts
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 /dts-v1/; 42 4
+1 -38
arch/arm/boot/dts/rk3288-firefly-beta.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3288-firefly-reload-core.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device tree file for Firefly Rockchip RK3288 Core board 3 4 * Copyright (c) 2016 Randy Li <ayaka@soulik.info> 4 - * 5 - * This file is dual-licensed: you can use it either under the terms 6 - * of the GPL or the X11 license, at your option. Note that this dual 7 - * licensing only applies to this file, and not this project as a 8 - * whole. 9 - * 10 - * a) This file is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; either version 2 of the 13 - * License, or (at your option) any later version. 14 - * 15 - * This file is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * Or, alternatively, 21 - * 22 - * b) Permission is hereby granted, free of charge, to any person 23 - * obtaining a copy of this software and associated documentation 24 - * files (the "Software"), to deal in the Software without 25 - * restriction, including without limitation the rights to use, 26 - * copy, modify, merge, publish, distribute, sublicense, and/or 27 - * sell copies of the Software, and to permit persons to whom the 28 - * Software is furnished to do so, subject to the following 29 - * conditions: 30 - * 31 - * The above copyright notice and this permission notice shall be 32 - * included in all copies or substantial portions of the Software. 33 - * 34 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 35 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 36 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 38 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 39 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 40 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 - * OTHER DEALINGS IN THE SOFTWARE. 42 5 */ 43 6 44 7 #include <dt-bindings/input/input.h>
+1 -38
arch/arm/boot/dts/rk3288-firefly-reload.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device tree file for Firefly Rockchip RK3288 Core board 3 4 * Copyright (c) 2016 Randy Li <ayaka@soulik.info> 4 - * 5 - * This file is dual-licensed: you can use it either under the terms 6 - * of the GPL or the X11 license, at your option. Note that this dual 7 - * licensing only applies to this file, and not this project as a 8 - * whole. 9 - * 10 - * a) This file is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; either version 2 of the 13 - * License, or (at your option) any later version. 14 - * 15 - * This file is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * Or, alternatively, 21 - * 22 - * b) Permission is hereby granted, free of charge, to any person 23 - * obtaining a copy of this software and associated documentation 24 - * files (the "Software"), to deal in the Software without 25 - * restriction, including without limitation the rights to use, 26 - * copy, modify, merge, publish, distribute, sublicense, and/or 27 - * sell copies of the Software, and to permit persons to whom the 28 - * Software is furnished to do so, subject to the following 29 - * conditions: 30 - * 31 - * The above copyright notice and this permission notice shall be 32 - * included in all copies or substantial portions of the Software. 33 - * 34 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 35 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 36 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 38 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 39 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 40 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 - * OTHER DEALINGS IN THE SOFTWARE. 42 5 */ 43 6 44 7 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3288-firefly.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3288-firefly.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 #include <dt-bindings/input/input.h>
+1 -38
arch/arm/boot/dts/rk3288-miqi.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2016 Heiko Stuebner <heiko@sntech.de> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3288-phycore-rdk.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device tree file for Phytec PCM-947 carrier board 3 4 * Copyright (C) 2017 PHYTEC Messtechnik GmbH 4 5 * Author: Wadim Egorov <w.egorov@phytec.de> 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/rk3288-phycore-som.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device tree file for Phytec phyCORE-RK3288 SoM 3 4 * Copyright (C) 2017 PHYTEC Messtechnik GmbH 4 5 * Author: Wadim Egorov <w.egorov@phytec.de> 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 #include <dt-bindings/net/ti-dp83867.h>
+1 -38
arch/arm/boot/dts/rk3288-popmetal.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2014, 2015 Andy Yan <andy.yan@rock-chips.com> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -38
arch/arm/boot/dts/rk3288-r89.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2015 Heiko Stuebner <heiko@sntech.de> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -39
arch/arm/boot/dts/rk3288-rock2-som.dtsi
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 #include <dt-bindings/pwm/pwm.h> 42 4 #include "rk3288.dtsi"
+1 -39
arch/arm/boot/dts/rk3288-rock2-square.dts
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 /dts-v1/; 42 4 #include <dt-bindings/input/input.h>
+1 -38
arch/arm/boot/dts/rk3288-tinker.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd. 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -4
arch/arm/boot/dts/rk3288-veyron-analog-audio.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Google Veyron (and derivatives) fragment for the max98090 audio 3 4 * codec and analog headphone jack. 4 5 * 5 6 * Copyright 2016 Google, Inc 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 12 9 / {
+1 -38
arch/arm/boot/dts/rk3288-veyron-brain.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron Brain Rev 0 board device tree source 3 4 * 4 5 * Copyright 2014 Google, Inc 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/rk3288-veyron-chromebook.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron (and derivatives) board device tree source 3 4 * Chromebook specific parts 4 5 * 5 6 * Copyright 2015 Google, Inc 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 free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; either version 2 of the 15 - * License, or (at your option) any later version. 16 - * 17 - * This file is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * Or, alternatively, 23 - * 24 - * b) Permission is hereby granted, free of charge, to any person 25 - * obtaining a copy of this software and associated documentation 26 - * files (the "Software"), to deal in the Software without 27 - * restriction, including without limitation the rights to use, 28 - * copy, modify, merge, publish, distribute, sublicense, and/or 29 - * sell copies of the Software, and to permit persons to whom the 30 - * Software is furnished to do so, subject to the following 31 - * conditions: 32 - * 33 - * The above copyright notice and this permission notice shall be 34 - * included in all copies or substantial portions of the Software. 35 - * 36 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 37 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 38 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 39 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 40 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 41 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 42 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 43 - * OTHER DEALINGS IN THE SOFTWARE. 44 7 */ 45 8 46 9 #include <dt-bindings/clock/rockchip,rk808.h>
+1 -38
arch/arm/boot/dts/rk3288-veyron-jaq.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron Jaq Rev 1+ board device tree source 3 4 * 4 5 * Copyright 2015 Google, Inc 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/rk3288-veyron-jerry.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron Jerry Rev 3+ board device tree source 3 4 * 4 5 * Copyright 2015 Google, Inc 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/rk3288-veyron-mickey.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron Mickey Rev 0 board device tree source 3 4 * 4 5 * Copyright 2015 Google, Inc 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/rk3288-veyron-minnie.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron Minnie Rev 0+ board device tree source 3 4 * 4 5 * Copyright 2015 Google, Inc 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/rk3288-veyron-pinky.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron Pinky Rev 2 board device tree source 3 4 * 4 5 * Copyright 2015 Google, Inc 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/rk3288-veyron-sdmmc.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron (and derivatives) fragment for sdmmc cards 3 4 * 4 5 * Copyright 2015 Google, Inc 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 &io_domains {
+1 -38
arch/arm/boot/dts/rk3288-veyron-speedy.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron Speedy Rev 1+ board device tree source 3 4 * 4 5 * Copyright 2015 Google, Inc 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/rk3288-veyron.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Google Veyron (and derivatives) board device tree source 3 4 * 4 5 * Copyright 2015 Google, Inc 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 #include <dt-bindings/clock/rockchip,rk808.h>
+1 -38
arch/arm/boot/dts/rk3288-vyasa.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (C) 2017 Jagan Teki <jagan@amarulasolutions.com> 3 - * 4 - * This file is dual-licensed: you can use it either under the terms 5 - * of the GPL or the X11 license, at your option. Note that this dual 6 - * licensing only applies to this file, and not this project as a 7 - * whole. 8 - * 9 - * a) This file is free software; you can redistribute it and/or 10 - * modify it under the terms of the GNU General Public License as 11 - * published by the Free Software Foundation; either version 2 of the 12 - * License, or (at your option) any later version. 13 - * 14 - * This file is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 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 4 */ 42 5 43 6 /dts-v1/;
+1 -39
arch/arm/boot/dts/rk3288.dtsi
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 #include <dt-bindings/gpio/gpio.h> 42 4 #include <dt-bindings/interrupt-controller/irq.h>
+1 -38
arch/arm/boot/dts/rk3xxx.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Copyright (c) 2013 MundoReader S.L. 3 4 * Author: Heiko Stuebner <heiko@sntech.de> 4 - * 5 - * This file is dual-licensed: you can use it either under the terms 6 - * of the GPL or the X11 license, at your option. Note that this dual 7 - * licensing only applies to this file, and not this project as a 8 - * whole. 9 - * 10 - * a) This file is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; either version 2 of the 13 - * License, or (at your option) any later version. 14 - * 15 - * This file is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * Or, alternatively, 21 - * 22 - * b) Permission is hereby granted, free of charge, to any person 23 - * obtaining a copy of this software and associated documentation 24 - * files (the "Software"), to deal in the Software without 25 - * restriction, including without limitation the rights to use, 26 - * copy, modify, merge, publish, distribute, sublicense, and/or 27 - * sell copies of the Software, and to permit persons to whom the 28 - * Software is furnished to do so, subject to the following 29 - * conditions: 30 - * 31 - * The above copyright notice and this permission notice shall be 32 - * included in all copies or substantial portions of the Software. 33 - * 34 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 35 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 36 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 38 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 39 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 40 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 - * OTHER DEALINGS IN THE SOFTWARE. 42 5 */ 43 6 44 7 #include <dt-bindings/interrupt-controller/irq.h>
+1 -39
arch/arm/boot/dts/rv1108-evb.dts
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 /dts-v1/; 42 4
+1 -39
arch/arm/boot/dts/rv1108.dtsi
··· 1 - /* 2 - * This file is dual-licensed: you can use it either under the terms 3 - * of the GPL or the X11 license, at your option. Note that this dual 4 - * licensing only applies to this file, and not this project as a 5 - * whole. 6 - * 7 - * a) This file is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2 of the 10 - * License, or (at your option) any later version. 11 - * 12 - * This file is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 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 - */ 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 40 2 41 3 #include <dt-bindings/gpio/gpio.h> 42 4 #include <dt-bindings/interrupt-controller/irq.h>