Skip to content

Commit 1d9026c

Browse files
committed
i.MX ARM device tree changes for 6.17: - New device trees for Engicam MicroGEA-MX6UL and i.MX28 Amarula board - A couple of changes from Bence Csókás to replace license text comment with SPDX identifier for Karo and Gateworks boards - A couple of imx7s-warp updates from Fabio Estevam to improve Bluetooth and Wifi description - A set of dt-schema fixes for VF610 based boards from Frank Li - A couple of imx6ul-kontron-sl-common changes to add SPI NOR partitions and correct QSPI NAND node name - A few other random improvements * tag 'imx-dt-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: (21 commits) ARM: dts: imx6-gw: Replace license text comment with SPDX identifier ARM: dts: imx6ul-kontron-sl-common: Fix QSPI NAND node name ARM: dts: imx6ul-kontron-sl-common: Add SPI NOR partitions ARM: dts: imx6ul-kontron-bl-common: Fix RTS polarity for RS485 interface ARM: dts: imx6-karo: Replace license text comment with SPDX identifier ARM: dts: imx6ul: support Engicam MicroGEA GTW board ARM: dts: imx6ul: support Engicam MicroGEA RMM board ARM: dts: imx6ul: support Engicam MicroGEA BMM board ARM: dts: imx6ul: support Engicam MicroGEA-MX6UL SoM ARM: dts: mxs: support i.MX28 Amarula rmm board ARM: dts: imx28: add pwm7 muxing options ARM: dts: vf: vf610-zii-cfu1: rename node name *-gpio to *-gpios ARM: dts: vf: vf-colibri-eval-v3: add power-supply for edt,et057090dhu ARM: dts: vf: rename io-expander@20 to pinctrl@20 ARM: dts: vf: remove redundant layer under iomux ARM: dts: vf: remove redundant pinctrl-names ARM: dts: vf: remove reg property for arm pmu ARM: dts: vfxxx: Correctly use two tuples for timer address ARM: dts: add ngpios for vf610 compatible gpio controllers ARM: dts: imx7s-warp: Improve the Wifi description ... Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents ced92af + b23de67 commit 1d9026c

File tree

78 files changed

+1721
-2372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1721
-2372
lines changed

arch/arm/boot/dts/nxp/imx/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,9 @@ dtb-$(CONFIG_SOC_IMX6UL) += \
356356
imx6ull-dhcom-pdk2.dtb \
357357
imx6ull-dhcom-picoitx.dtb \
358358
imx6ull-dhcor-maveo-box.dtb \
359+
imx6ull-engicam-microgea-bmm.dtb \
360+
imx6ull-engicam-microgea-gtw.dtb \
361+
imx6ull-engicam-microgea-rmm.dtb \
359362
imx6ull-jozacp.dtb \
360363
imx6ull-kontron-bl.dtb \
361364
imx6ull-myir-mys-6ulx-eval.dtb \

arch/arm/boot/dts/nxp/imx/imx53-tx53-x03x.dts

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,6 @@
1+
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
12
/*
23
* Copyright 2013-2017 Lothar Waßmann <[email protected]>
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
11-
* version 2 as published by the Free Software Foundation.
12-
*
13-
* This file is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17-
*
18-
* Or, alternatively,
19-
*
20-
* b) Permission is hereby granted, free of charge, to any person
21-
* obtaining a copy of this software and associated documentation
22-
* files (the "Software"), to deal in the Software without
23-
* restriction, including without limitation the rights to use,
24-
* copy, modify, merge, publish, distribute, sublicense, and/or
25-
* sell copies of the Software, and to permit persons to whom the
26-
* Software is furnished to do so, subject to the following
27-
* conditions:
28-
*
29-
* The above copyright notice and this permission notice shall be
30-
* included in all copies or substantial portions of the Software.
31-
*
32-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
33-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
34-
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
36-
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
37-
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
39-
* OTHER DEALINGS IN THE SOFTWARE.
404
*/
415

426
/dts-v1/;

arch/arm/boot/dts/nxp/imx/imx53-tx53-x13x.dts

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,6 @@
1+
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
12
/*
23
* Copyright 2013-2017 Lothar Waßmann <[email protected]>
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
11-
* version 2 as published by the Free Software Foundation.
12-
*
13-
* This file is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17-
*
18-
* Or, alternatively,
19-
*
20-
* b) Permission is hereby granted, free of charge, to any person
21-
* obtaining a copy of this software and associated documentation
22-
* files (the "Software"), to deal in the Software without
23-
* restriction, including without limitation the rights to use,
24-
* copy, modify, merge, publish, distribute, sublicense, and/or
25-
* sell copies of the Software, and to permit persons to whom the
26-
* Software is furnished to do so, subject to the following
27-
* conditions:
28-
*
29-
* The above copyright notice and this permission notice shall be
30-
* included in all copies or substantial portions of the Software.
31-
*
32-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
33-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
34-
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
36-
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
37-
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
39-
* OTHER DEALINGS IN THE SOFTWARE.
40-
* The code contained herein is licensed under the GNU General Public
41-
* License. You may obtain a copy of the GNU General Public License
42-
* Version 2 at the following locations:
43-
*
44-
* http://www.opensource.org/licenses/gpl-license.html
45-
* http://www.gnu.org/copyleft/gpl.html
464
*/
475

486
/dts-v1/;

arch/arm/boot/dts/nxp/imx/imx53-tx53.dtsi

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,9 @@
1+
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
12
/*
23
* Copyright 2012-2017 <[email protected]>
34
* based on imx53-qsb.dts
45
* Copyright 2011 Freescale Semiconductor, Inc.
56
* Copyright 2011 Linaro Ltd.
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
14-
* version 2 as published by the Free Software Foundation.
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.
437
*/
448

459
#include "imx53.dtsi"

arch/arm/boot/dts/nxp/imx/imx6dl-gw551x.dts

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,6 @@
1+
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
12
/*
23
* Copyright 2014 Gateworks Corporation
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
12-
* the 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-
* You should have received a copy of the GNU General Public
20-
* License along with this file; if not, write to the Free
21-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
22-
* MA 02110-1301 USA
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.
464
*/
475

486
/dts-v1/;

arch/arm/boot/dts/nxp/imx/imx6dl-gw553x.dts

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,6 @@
1+
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
12
/*
23
* Copyright 2016 Gateworks Corporation
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
12-
* the 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-
* You should have received a copy of the GNU General Public
20-
* License along with this file; if not, write to the Free
21-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
22-
* MA 02110-1301 USA
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.
464
*/
475

486
/dts-v1/;

arch/arm/boot/dts/nxp/imx/imx6dl-gw560x.dts

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,6 @@
1+
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
12
/*
23
* Copyright 2017 Gateworks Corporation
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
12-
* the 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-
* You should have received a copy of the GNU General Public
20-
* License along with this file; if not, write to the Free
21-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
22-
* MA 02110-1301 USA
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.
464
*/
475

486
/dts-v1/;

arch/arm/boot/dts/nxp/imx/imx6dl-gw5903.dts

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,6 @@
1+
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
12
/*
23
* Copyright 2017 Gateworks Corporation
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
12-
* the 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-
* You should have received a copy of the GNU General Public
20-
* License along with this file; if not, write to the Free
21-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
22-
* MA 02110-1301 USA
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.
464
*/
475

486
/dts-v1/;

0 commit comments

Comments
 (0)