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

Merge tag 'imx-dt64-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt

Freescale arm64 device tree update for 4.19:
- Update device tree sources to use SPDX identifiers for license.
- Add cooling device property '#cooling-cells' for all CPUs of
a cluster.

* tag 'imx-dt64-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
arm64: dts: freescale: Add missing cooling device properties for CPUs
arm64: dts: freescale: Update to use SPDX identifiers

Signed-off-by: Olof Johansson <olof@lixom.net>

+57 -872
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS1012A Freedom Board. 3 4 * 4 5 * Copyright 2016 Freescale Semiconductor, Inc. 5 6 * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPLv2 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 library 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 library 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 7 */ 44 8 /dts-v1/; 45 9
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS1012A QDS Board. 3 4 * 4 5 * Copyright 2016 Freescale Semiconductor, Inc. 5 6 * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPLv2 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 library 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 library 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 7 */ 44 8 /dts-v1/; 45 9
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS1012A RDB Board. 3 4 * 4 5 * Copyright 2016 Freescale Semiconductor, Inc. 5 6 * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPLv2 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 library 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 library 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 7 */ 44 8 /dts-v1/; 45 9
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-1012A family SoC. 3 4 * 4 5 * Copyright 2016 Freescale Semiconductor, Inc. 5 6 * 6 - * This file is dual-licensed: you can use it either under the terms 7 - * of the GPLv2 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 library 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 library 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 7 */ 44 8 45 9 #include <dt-bindings/interrupt-controller/arm-gic.h>
+1 -2
arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 device tree nodes for ls1043 3 4 * 4 5 * Copyright 2015-2016 Freescale Semiconductor Inc. 5 - * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 6 */ 8 7 9 8 &soc {
+1 -38
arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-1043A family SoC. 3 4 * 4 5 * Copyright 2014-2015 Freescale Semiconductor, Inc. 5 6 * 6 7 * Mingkai Hu <Mingkai.hu@freescale.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPLv2 or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This library is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This library is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+1 -38
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-1043A family SoC. 3 4 * 4 5 * Copyright 2014-2015 Freescale Semiconductor, Inc. 5 6 * 6 7 * Mingkai Hu <Mingkai.hu@freescale.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPLv2 or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This library is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This library is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+5 -39
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-1043A family SoC. 3 4 * 4 5 * Copyright 2014-2015 Freescale Semiconductor, Inc. 5 6 * 6 7 * Mingkai Hu <Mingkai.hu@freescale.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPLv2 or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This library is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This library is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 #include <dt-bindings/thermal/thermal.h> ··· 43 80 reg = <0x0>; 44 81 clocks = <&clockgen 1 0>; 45 82 next-level-cache = <&l2>; 46 - #cooling-cells = <2>; 47 83 cpu-idle-states = <&CPU_PH20>; 84 + #cooling-cells = <2>; 48 85 }; 49 86 50 87 cpu1: cpu@1 { ··· 54 91 clocks = <&clockgen 1 0>; 55 92 next-level-cache = <&l2>; 56 93 cpu-idle-states = <&CPU_PH20>; 94 + #cooling-cells = <2>; 57 95 }; 58 96 59 97 cpu2: cpu@2 { ··· 64 100 clocks = <&clockgen 1 0>; 65 101 next-level-cache = <&l2>; 66 102 cpu-idle-states = <&CPU_PH20>; 103 + #cooling-cells = <2>; 67 104 }; 68 105 69 106 cpu3: cpu@3 { ··· 74 109 clocks = <&clockgen 1 0>; 75 110 next-level-cache = <&l2>; 76 111 cpu-idle-states = <&CPU_PH20>; 112 + #cooling-cells = <2>; 77 113 }; 78 114 79 115 l2: l2-cache {
+1 -1
arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 device tree nodes for ls1046 3 4 * 4 5 * Copyright 2015-2016 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 &soc {
+1 -38
arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-1046A family SoC. 3 4 * 4 5 * Copyright 2016 Freescale Semiconductor, Inc. 5 6 * 6 7 * Shaohui Xie <Shaohui.Xie@nxp.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPLv2 or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This library is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This library is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+1 -38
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-1046A family SoC. 3 4 * 4 5 * Copyright 2016 Freescale Semiconductor, Inc. 5 6 * 6 7 * Mingkai Hu <mingkai.hu@nxp.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPLv2 or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This library is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This library is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 /dts-v1/;
+4 -38
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-1046A family SoC. 3 4 * 4 5 * Copyright 2016 Freescale Semiconductor, Inc. 5 6 * 6 7 * Mingkai Hu <mingkai.hu@nxp.com> 7 - * 8 - * This file is dual-licensed: you can use it either under the terms 9 - * of the GPLv2 or the X11 license, at your option. Note that this dual 10 - * licensing only applies to this file, and not this project as a 11 - * whole. 12 - * 13 - * a) This library is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; either version 2 of the 16 - * License, or (at your option) any later version. 17 - * 18 - * This library is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * Or, alternatively, 24 - * 25 - * b) Permission is hereby granted, free of charge, to any person 26 - * obtaining a copy of this software and associated documentation 27 - * files (the "Software"), to deal in the Software without 28 - * restriction, including without limitation the rights to use, 29 - * copy, modify, merge, publish, distribute, sublicense, and/or 30 - * sell copies of the Software, and to permit persons to whom the 31 - * Software is furnished to do so, subject to the following 32 - * conditions: 33 - * 34 - * The above copyright notice and this permission notice shall be 35 - * included in all copies or substantial portions of the Software. 36 - * 37 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 38 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 39 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 40 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 41 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 42 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 - * OTHER DEALINGS IN THE SOFTWARE. 45 8 */ 46 9 47 10 #include <dt-bindings/interrupt-controller/arm-gic.h> ··· 50 87 clocks = <&clockgen 1 0>; 51 88 next-level-cache = <&l2>; 52 89 cpu-idle-states = <&CPU_PH20>; 90 + #cooling-cells = <2>; 53 91 }; 54 92 55 93 cpu2: cpu@2 { ··· 60 96 clocks = <&clockgen 1 0>; 61 97 next-level-cache = <&l2>; 62 98 cpu-idle-states = <&CPU_PH20>; 99 + #cooling-cells = <2>; 63 100 }; 64 101 65 102 cpu3: cpu@3 { ··· 70 105 clocks = <&clockgen 1 0>; 71 106 next-level-cache = <&l2>; 72 107 cpu-idle-states = <&CPU_PH20>; 108 + #cooling-cells = <2>; 73 109 }; 74 110 75 111 l2: l2-cache {
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for NXP LS1088A QDS Board. 3 4 * ··· 6 5 * 7 6 * Harninder Rai <harninder.rai@nxp.com> 8 7 * 9 - * This file is dual-licensed: you can use it either under the terms 10 - * of the GPLv2 or the X11 license, at your option. Note that this dual 11 - * licensing only applies to this file, and not this project as a 12 - * whole. 13 - * 14 - * a) This library is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation; either version 2 of the 17 - * License, or (at your option) any later version. 18 - * 19 - * This library is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * Or, alternatively, 25 - * 26 - * b) Permission is hereby granted, free of charge, to any person 27 - * obtaining a copy of this software and associated documentation 28 - * files (the "Software"), to deal in the Software without 29 - * restriction, including without limitation the rights to use, 30 - * copy, modify, merge, publish, distribute, sublicense, and/or 31 - * sell copies of the Software, and to permit persons to whom the 32 - * Software is furnished to do so, subject to the following 33 - * conditions: 34 - * 35 - * The above copyright notice and this permission notice shall be 36 - * included in all copies or substantial portions of the Software. 37 - * 38 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 39 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 40 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 41 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 42 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 43 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 44 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 45 - * OTHER DEALINGS IN THE SOFTWARE. 46 8 */ 47 9 48 10 /dts-v1/;
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for NXP LS1088A RDB Board. 3 4 * ··· 6 5 * 7 6 * Harninder Rai <harninder.rai@nxp.com> 8 7 * 9 - * This file is dual-licensed: you can use it either under the terms 10 - * of the GPLv2 or the X11 license, at your option. Note that this dual 11 - * licensing only applies to this file, and not this project as a 12 - * whole. 13 - * 14 - * a) This library is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation; either version 2 of the 17 - * License, or (at your option) any later version. 18 - * 19 - * This library is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * Or, alternatively, 25 - * 26 - * b) Permission is hereby granted, free of charge, to any person 27 - * obtaining a copy of this software and associated documentation 28 - * files (the "Software"), to deal in the Software without 29 - * restriction, including without limitation the rights to use, 30 - * copy, modify, merge, publish, distribute, sublicense, and/or 31 - * sell copies of the Software, and to permit persons to whom the 32 - * Software is furnished to do so, subject to the following 33 - * conditions: 34 - * 35 - * The above copyright notice and this permission notice shall be 36 - * included in all copies or substantial portions of the Software. 37 - * 38 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 39 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 40 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 41 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 42 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 43 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 44 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 45 - * OTHER DEALINGS IN THE SOFTWARE. 46 8 */ 47 9 48 10 /dts-v1/;
+7 -37
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for NXP Layerscape-1088A family SoC. 3 4 * ··· 6 5 * 7 6 * Harninder Rai <harninder.rai@nxp.com> 8 7 * 9 - * This file is dual-licensed: you can use it either under the terms 10 - * of the GPLv2 or the X11 license, at your option. Note that this dual 11 - * licensing only applies to this file, and not this project as a 12 - * whole. 13 - * 14 - * a) This library is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation; either version 2 of the 17 - * License, or (at your option) any later version. 18 - * 19 - * This library is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * Or, alternatively, 25 - * 26 - * b) Permission is hereby granted, free of charge, to any person 27 - * obtaining a copy of this software and associated documentation 28 - * files (the "Software"), to deal in the Software without 29 - * restriction, including without limitation the rights to use, 30 - * copy, modify, merge, publish, distribute, sublicense, and/or 31 - * sell copies of the Software, and to permit persons to whom the 32 - * Software is furnished to do so, subject to the following 33 - * conditions: 34 - * 35 - * The above copyright notice and this permission notice shall be 36 - * included in all copies or substantial portions of the Software. 37 - * 38 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 39 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 40 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 41 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 42 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 43 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 44 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 45 - * OTHER DEALINGS IN THE SOFTWARE. 46 8 */ 47 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 48 10 #include <dt-bindings/thermal/thermal.h> ··· 40 76 reg = <0x1>; 41 77 clocks = <&clockgen 1 0>; 42 78 cpu-idle-states = <&CPU_PH20>; 79 + #cooling-cells = <2>; 43 80 }; 44 81 45 82 cpu2: cpu@2 { ··· 49 84 reg = <0x2>; 50 85 clocks = <&clockgen 1 0>; 51 86 cpu-idle-states = <&CPU_PH20>; 87 + #cooling-cells = <2>; 52 88 }; 53 89 54 90 cpu3: cpu@3 { ··· 58 92 reg = <0x3>; 59 93 clocks = <&clockgen 1 0>; 60 94 cpu-idle-states = <&CPU_PH20>; 95 + #cooling-cells = <2>; 61 96 }; 62 97 63 98 cpu4: cpu@100 { ··· 76 109 reg = <0x101>; 77 110 clocks = <&clockgen 1 1>; 78 111 cpu-idle-states = <&CPU_PH20>; 112 + #cooling-cells = <2>; 79 113 }; 80 114 81 115 cpu6: cpu@102 { ··· 85 117 reg = <0x102>; 86 118 clocks = <&clockgen 1 1>; 87 119 cpu-idle-states = <&CPU_PH20>; 120 + #cooling-cells = <2>; 88 121 }; 89 122 90 123 cpu7: cpu@103 { ··· 94 125 reg = <0x103>; 95 126 clocks = <&clockgen 1 1>; 96 127 cpu-idle-states = <&CPU_PH20>; 128 + #cooling-cells = <2>; 97 129 }; 98 130 99 131 CPU_PH20: cpu-ph20 {
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS2080a QDS Board. 3 4 * ··· 8 7 * Abhimanyu Saini <abhimanyu.saini@nxp.com> 9 8 * Bhupesh Sharma <bhupesh.sharma@freescale.com> 10 9 * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPLv2 or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This library is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This library is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 50 12 /dts-v1/;
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS2080a RDB Board. 3 4 * ··· 8 7 * Abhimanyu Saini <abhimanyu.saini@nxp.com> 9 8 * Bhupesh Sharma <bhupesh.sharma@freescale.com> 10 9 * 11 - * This file is dual-licensed: you can use it either under the terms 12 - * of the GPLv2 or the X11 license, at your option. Note that this dual 13 - * licensing only applies to this file, and not this project as a 14 - * whole. 15 - * 16 - * a) This library is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation; either version 2 of the 19 - * License, or (at your option) any later version. 20 - * 21 - * This library is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * Or, alternatively, 27 - * 28 - * b) Permission is hereby granted, free of charge, to any person 29 - * obtaining a copy of this software and associated documentation 30 - * files (the "Software"), to deal in the Software without 31 - * restriction, including without limitation the rights to use, 32 - * copy, modify, merge, publish, distribute, sublicense, and/or 33 - * sell copies of the Software, and to permit persons to whom the 34 - * Software is furnished to do so, subject to the following 35 - * conditions: 36 - * 37 - * The above copyright notice and this permission notice shall be 38 - * included in all copies or substantial portions of the Software. 39 - * 40 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 41 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 42 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 43 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 44 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 45 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 46 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 47 - * OTHER DEALINGS IN THE SOFTWARE. 48 10 */ 49 11 50 12 /dts-v1/;
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS2080a software Simulator model 3 4 * ··· 6 5 * 7 6 * Bhupesh Sharma <bhupesh.sharma@freescale.com> 8 7 * 9 - * This file is dual-licensed: you can use it either under the terms 10 - * of the GPL or the X11 license, at your option. Note that this dual 11 - * licensing only applies to this file, and not this project as a 12 - * whole. 13 - * 14 - * a) This library is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation; either version 2 of the 17 - * License, or (at your option) any later version. 18 - * 19 - * This library is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * Or, alternatively, 25 - * 26 - * b) Permission is hereby granted, free of charge, to any person 27 - * obtaining a copy of this software and associated documentation 28 - * files (the "Software"), to deal in the Software without 29 - * restriction, including without limitation the rights to use, 30 - * copy, modify, merge, publish, distribute, sublicense, and/or 31 - * sell copies of the Software, and to permit persons to whom the 32 - * Software is furnished to do so, subject to the following 33 - * conditions: 34 - * 35 - * The above copyright notice and this permission notice shall be 36 - * included in all copies or substantial portions of the Software. 37 - * 38 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 39 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 40 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 41 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 42 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 43 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 44 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 45 - * OTHER DEALINGS IN THE SOFTWARE. 46 8 */ 47 9 48 10 /dts-v1/;
+5 -37
arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-2080A family SoC. 3 4 * ··· 7 6 * Abhimanyu Saini <abhimanyu.saini@nxp.com> 8 7 * Bhupesh Sharma <bhupesh.sharma@freescale.com> 9 8 * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPLv2 or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This library is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This library is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 9 */ 48 10 49 11 #include "fsl-ls208xa.dtsi" ··· 29 65 clocks = <&clockgen 1 0>; 30 66 cpu-idle-states = <&CPU_PW20>; 31 67 next-level-cache = <&cluster0_l2>; 68 + #cooling-cells = <2>; 32 69 }; 33 70 34 71 cpu2: cpu@100 { ··· 49 84 clocks = <&clockgen 1 1>; 50 85 cpu-idle-states = <&CPU_PW20>; 51 86 next-level-cache = <&cluster1_l2>; 87 + #cooling-cells = <2>; 52 88 }; 53 89 54 90 cpu4: cpu@200 { ··· 69 103 clocks = <&clockgen 1 2>; 70 104 cpu-idle-states = <&CPU_PW20>; 71 105 next-level-cache = <&cluster2_l2>; 106 + #cooling-cells = <2>; 72 107 }; 73 108 74 109 cpu6: cpu@300 { ··· 89 122 clocks = <&clockgen 1 3>; 90 123 cpu-idle-states = <&CPU_PW20>; 91 124 next-level-cache = <&cluster3_l2>; 125 + #cooling-cells = <2>; 92 126 }; 93 127 94 128 cluster0_l2: l2-cache0 {
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS2088A QDS Board. 3 4 * ··· 7 6 * 8 7 * Abhimanyu Saini <abhimanyu.saini@nxp.com> 9 8 * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPLv2 or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This library is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This library is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 9 */ 48 10 49 11 /dts-v1/;
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS2088A RDB Board. 3 4 * ··· 7 6 * 8 7 * Abhimanyu Saini <abhimanyu.saini@nxp.com> 9 8 * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPLv2 or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This library is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This library is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 9 */ 48 10 49 11 /dts-v1/;
+5 -37
arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-2088A family SoC. 3 4 * ··· 7 6 * 8 7 * Abhimanyu Saini <abhimanyu.saini@nxp.com> 9 8 * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPLv2 or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This library is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This library is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 9 */ 48 10 49 11 #include "fsl-ls208xa.dtsi" ··· 29 65 clocks = <&clockgen 1 0>; 30 66 cpu-idle-states = <&CPU_PW20>; 31 67 next-level-cache = <&cluster0_l2>; 68 + #cooling-cells = <2>; 32 69 }; 33 70 34 71 cpu2: cpu@100 { ··· 49 84 clocks = <&clockgen 1 1>; 50 85 cpu-idle-states = <&CPU_PW20>; 51 86 next-level-cache = <&cluster1_l2>; 87 + #cooling-cells = <2>; 52 88 }; 53 89 54 90 cpu4: cpu@200 { ··· 69 103 clocks = <&clockgen 1 2>; 70 104 cpu-idle-states = <&CPU_PW20>; 71 105 next-level-cache = <&cluster2_l2>; 106 + #cooling-cells = <2>; 72 107 }; 73 108 74 109 cpu6: cpu@300 { ··· 89 122 clocks = <&clockgen 1 3>; 90 123 cpu-idle-states = <&CPU_PW20>; 91 124 next-level-cache = <&cluster3_l2>; 125 + #cooling-cells = <2>; 92 126 }; 93 127 94 128 cluster0_l2: l2-cache0 {
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS2080A QDS Board. 3 4 * ··· 7 6 * 8 7 * Abhimanyu Saini <abhimanyu.saini@nxp.com> 9 8 * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPLv2 or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This library is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This library is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 9 */ 48 10 49 11 &esdhc {
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree file for Freescale LS2080A RDB Board. 3 4 * ··· 7 6 * 8 7 * Abhimanyu Saini <abhimanyu.saini@nxp.com> 9 8 * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPLv2 or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This library is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This library is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 9 */ 48 10 49 11 &esdhc {
+1 -37
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 /* 2 3 * Device Tree Include file for Freescale Layerscape-2080A family SoC. 3 4 * ··· 7 6 * 8 7 * Abhimanyu Saini <abhimanyu.saini@nxp.com> 9 8 * 10 - * This file is dual-licensed: you can use it either under the terms 11 - * of the GPLv2 or the X11 license, at your option. Note that this dual 12 - * licensing only applies to this file, and not this project as a 13 - * whole. 14 - * 15 - * a) This library is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation; either version 2 of the 18 - * License, or (at your option) any later version. 19 - * 20 - * This library is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * Or, alternatively, 26 - * 27 - * b) Permission is hereby granted, free of charge, to any person 28 - * obtaining a copy of this software and associated documentation 29 - * files (the "Software"), to deal in the Software without 30 - * restriction, including without limitation the rights to use, 31 - * copy, modify, merge, publish, distribute, sublicense, and/or 32 - * sell copies of the Software, and to permit persons to whom the 33 - * Software is furnished to do so, subject to the following 34 - * conditions: 35 - * 36 - * The above copyright notice and this permission notice shall be 37 - * included in all copies or substantial portions of the Software. 38 - * 39 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 40 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 41 - * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 42 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 43 - * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 44 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 45 - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 46 - * OTHER DEALINGS IN THE SOFTWARE. 47 9 */ 48 10 49 11 #include <dt-bindings/thermal/thermal.h>
+1 -1
arch/arm64/boot/dts/freescale/qoriq-bman-portals.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ BMan Portals device tree 3 4 * 4 5 * Copyright 2011-2016 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 &bportals {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-fman3-0-10g-0.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 10g port #0 device tree 3 4 * 4 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 fman@1a00000 {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-fman3-0-10g-1.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 10g port #1 device tree 3 4 * 4 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 fman@1a00000 {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-0.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 1g port #0 device tree 3 4 * 4 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 fman@1a00000 {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-1.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 1g port #1 device tree 3 4 * 4 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 fman@1a00000 {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-2.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 1g port #2 device tree 3 4 * 4 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 fman@1a00000 {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-3.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 1g port #3 device tree 3 4 * 4 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 fman@1a00000 {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-4.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 1g port #4 device tree 3 4 * 4 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 fman@1a00000 {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-5.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 1g port #5 device tree 3 4 * 4 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 fman@1a00000 {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ FMan v3 device tree 3 4 * 4 5 * Copyright 2012-2015 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 fman0: fman@1a00000 {
+1 -1
arch/arm64/boot/dts/freescale/qoriq-qman-portals.dtsi
··· 1 + // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 1 2 /* 2 3 * QorIQ QMan Portals device tree 3 4 * 4 5 * Copyright 2011-2016 Freescale Semiconductor Inc. 5 6 * 6 - * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 7 7 */ 8 8 9 9 &qportals {