mbox series

[GIT,PULL,6/7] Freescale arm64 device tree update for 4.21

Message ID 20181210074638.27873-6-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/7] i.MX drivers changes for 4.21 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.21

Message

Shawn Guo Dec. 10, 2018, 7:46 a.m. UTC
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.21

for you to fetch changes up to 58f5fa68372505c8c6e57754a370f0e7e6004513:

  arm64: dts: ls1046a: add qdma device tree nodes (2018-12-08 10:28:39 +0800)

----------------------------------------------------------------
Freescale arm64 device tree update for 4.21:
 - Add device tree for LS1028A SoC and NXP FRWY & QDS boards support
   based on this SoC.
 - Add device tree for LX2160A SoC and NXP QDS & RDB boards support
   based on this SoC.
 - Add qdma devices for LS1043A and LS1046A SoC.
 - Disable PCIe device by default in SoC device tree and let board level
   device tree to enable as needed.
 - Drop compatible string "snps,dw-pcie" from LayerScape PCIe devices to
   avoid incorrect matching.
 - Move fsl-mc device as a child node of soc node, and add missing
   dma-ranges property for LS1088A SoC.
 - Update LayerScape SoCs' cooling maps to include all devices affected
   by individual trip points.

----------------------------------------------------------------
Bao Xiaowei (1):
      arm64: dts: fsl: Add the status property disable PCIe

Bhaskar Upadhaya (1):
      arm64: dts: Add support for NXP LS1028A SoC

Hou Zhiqiang (1):
      arm64: dts: layerscape: removed compatible string "snps,dw-pcie"

Ioana Ciocoi Radulescu (2):
      arm64: dts: ls1088a: Move fsl-mc node
      arm64: dts: ls1088a: Add missing dma-ranges property

Pankaj Bansal (1):
      arm64: dts: add LX2160AQDS board support

Peng Ma (2):
      arm64: dts: ls1043a: add qdma device tree nodes
      arm64: dts: ls1046a: add qdma device tree nodes

Pramod Kumar (1):
      arm64: dts: ls1012a: Add FRWY-LS1012A board support

Vabhav Sharma (2):
      arm64: dts: add QorIQ LX2160A SoC support
      arm64: dts: add LX2160ARDB board support

Viresh Kumar (1):
      arm64: dts: fsl: Add all CPUs in cooling maps

 arch/arm64/boot/dts/freescale/Makefile             |   5 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts |  25 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |   3 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |  93 +++
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |  73 ++
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     | 339 +++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  37 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  36 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 169 ++---
 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi     |   8 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     |  44 +-
 arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts  | 112 +++
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts  | 119 ++++
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     | 766 +++++++++++++++++++++
 14 files changed, 1703 insertions(+), 126 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

Comments

Olof Johansson Dec. 12, 2018, 9 p.m. UTC | #1
On Mon, Dec 10, 2018 at 03:46:37PM +0800, Shawn Guo wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.21
> 
> for you to fetch changes up to 58f5fa68372505c8c6e57754a370f0e7e6004513:
> 
>   arm64: dts: ls1046a: add qdma device tree nodes (2018-12-08 10:28:39 +0800)
> 
> ----------------------------------------------------------------
> Freescale arm64 device tree update for 4.21:
>  - Add device tree for LS1028A SoC and NXP FRWY & QDS boards support
>    based on this SoC.
>  - Add device tree for LX2160A SoC and NXP QDS & RDB boards support
>    based on this SoC.
>  - Add qdma devices for LS1043A and LS1046A SoC.
>  - Disable PCIe device by default in SoC device tree and let board level
>    device tree to enable as needed.
>  - Drop compatible string "snps,dw-pcie" from LayerScape PCIe devices to
>    avoid incorrect matching.
>  - Move fsl-mc device as a child node of soc node, and add missing
>    dma-ranges property for LS1088A SoC.
>  - Update LayerScape SoCs' cooling maps to include all devices affected
>    by individual trip points.

Same comment here about introduction of new SoCs and a brief description, the
patches have a good summary though -- especially LS1028A.

Merged into next/dt now. Thanks!


-Olof