mbox series

[GIT,PULL,5/6] Freescale arm64 device tree updates for 4.17

Message ID 1521113800-16401-5-git-send-email-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/6] i.MX drivers updates for 4.17 | expand

Pull-request

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

Message

Shawn Guo March 15, 2018, 11:36 a.m. UTC
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to 4e017f1419397473cf3db6e9fa020013998b1aa4:

  dt-bindings: ifc: Fix the unit address format in the examples (2018-03-12 15:38:49 +0800)

----------------------------------------------------------------
Freescale arm64 device tree updates for 4.17:
 - Move cpu_thermal device out of bus node to fix DTC simple_bus_reg
   warning seen with W=1 switch.
 - Fix IFC child nodes' unit-address to eliminate DTC simple_bus_reg
   warnings.
 - Add a dummy size memory 'reg' property for LS1046A device tree to
   avoid unit_address_vs_reg DTC warning, and the real size will be
   filled by bootloader.
 - Update ls208xa-qds board device tree to fix unit_address_vs_reg
   warnings with DSPI device.
 - Add idle-states for LS1012A and LS1043A, and correct
   arm,psci-suspend-param setting for already added idle-states.
 - DPAA QBMan portal and watchdog device addition.

----------------------------------------------------------------
Fabio Estevam (8):
      arm64: dts: ls1012a: Move cpu_thermal out of bus node
      arm64: dts: ls1043a: Move cpu_thermal out of bus node
      arm64: dts: ls1046a: Move cpu_thermal out of bus node
      arm64: dts: ls1088a: Move cpu_thermal out of bus node
      arm64: dts: ls208xa: Move cpu_thermal out of bus node
      arm64: dts: ls208xa-qds: Pass unit name to dspi child nodes
      arm64: dts: ls208xa-qds: Fix the 'reg' property
      dt-bindings: ifc: Fix the unit address format in the examples

Roy Pledge (1):
      arm64: dts: Add DPAA QBMan portal 9

Shawn Guo (2):
      arm64: dts: fsl: fix ifc simple-bus unit address format warnings
      arm64: dts: ls1046a: add a dummy memory 'reg' property

Yuantian Tang (3):
      arm64: dts: ls1012a: add cpu idle support
      arm64: dts: ls1043a: add cpu idle support
      arm64: dts: fsl: update the cpu idle node

Zhang Ying-22455 (1):
      arm64: dts: ls1088a: add DT node of watchdog

 .../bindings/memory-controllers/fsl/ifc.txt        |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |  80 +++++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  83 ++++++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts  |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  66 +++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 134 +++++++++++++++------
 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi     |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi |  14 +--
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     |  98 +++++++--------
 .../boot/dts/freescale/qoriq-bman-portals.dtsi     |   6 +
 .../boot/dts/freescale/qoriq-qman-portals.dtsi     |   7 ++
 16 files changed, 319 insertions(+), 209 deletions(-)

Comments

Arnd Bergmann March 15, 2018, 3:29 p.m. UTC | #1
On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.17
>
> for you to fetch changes up to 4e017f1419397473cf3db6e9fa020013998b1aa4:
>
>   dt-bindings: ifc: Fix the unit address format in the examples (2018-03-12 15:38:49 +0800)
>
> ----------------------------------------------------------------
> Freescale arm64 device tree updates for 4.17:
>  - Move cpu_thermal device out of bus node to fix DTC simple_bus_reg
>    warning seen with W=1 switch.
>  - Fix IFC child nodes' unit-address to eliminate DTC simple_bus_reg
>    warnings.
>  - Add a dummy size memory 'reg' property for LS1046A device tree to
>    avoid unit_address_vs_reg DTC warning, and the real size will be
>    filled by bootloader.
>  - Update ls208xa-qds board device tree to fix unit_address_vs_reg
>    warnings with DSPI device.
>  - Add idle-states for LS1012A and LS1043A, and correct
>    arm,psci-suspend-param setting for already added idle-states.
>  - DPAA QBMan portal and watchdog device addition.

Pulled into next/dt

What's the status of the imx8 support? Do you plan to send another
pull request for that for 4.17, or are you still waiting for some
dependencies?

Thanks,

       Arnd
Shawn Guo March 16, 2018, 1:56 a.m. UTC | #2
On Thu, Mar 15, 2018 at 04:29:12PM +0100, Arnd Bergmann wrote:
> On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> > The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> >
> >   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.17
> >
> > for you to fetch changes up to 4e017f1419397473cf3db6e9fa020013998b1aa4:
> >
> >   dt-bindings: ifc: Fix the unit address format in the examples (2018-03-12 15:38:49 +0800)
> >
> > ----------------------------------------------------------------
> > Freescale arm64 device tree updates for 4.17:
> >  - Move cpu_thermal device out of bus node to fix DTC simple_bus_reg
> >    warning seen with W=1 switch.
> >  - Fix IFC child nodes' unit-address to eliminate DTC simple_bus_reg
> >    warnings.
> >  - Add a dummy size memory 'reg' property for LS1046A device tree to
> >    avoid unit_address_vs_reg DTC warning, and the real size will be
> >    filled by bootloader.
> >  - Update ls208xa-qds board device tree to fix unit_address_vs_reg
> >    warnings with DSPI device.
> >  - Add idle-states for LS1012A and LS1043A, and correct
> >    arm,psci-suspend-param setting for already added idle-states.
> >  - DPAA QBMan portal and watchdog device addition.
> 
> Pulled into next/dt
> 
> What's the status of the imx8 support? Do you plan to send another
> pull request for that for 4.17, or are you still waiting for some
> dependencies?

The i.MX8 platform/DT support depends on clock driver which hasn't been
ready for merge.  And even for platform/DT series, I haven't seen the
new version from Lucas, since we put quite some comments on v2.

Shawn