mbox series

[GIT,PULL,4/7] i.MX DT changes with new clock for 5.3

Message ID 20190625075305.29082-4-shawnguo@kernel.org (mailing list archive)
State Queued, archived
Commit 881b54c7e9d97e36b08fa40d46377b3b983e4095
Headers show
Series [GIT,PULL,1/7] i.MX drivers change for 5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-clkdep-5.3

Message

Shawn Guo June 25, 2019, 7:53 a.m. UTC
Hi,

This is a set of device tree changes having dependency on clock tree.
The top commit 53c6a2ec018b ("clk: imx8m: Add GIC clock") of the
dependencies have been pulled in here, which should be stable.  Please
pull, thanks!

Shawn


The following changes since commit 53c6a2ec018bb07aeb1e2b1d7db8521f1e56d221:

  clk: imx8m: Add GIC clock (2019-05-23 21:14:41 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-clkdep-5.3

for you to fetch changes up to 881b54c7e9d97e36b08fa40d46377b3b983e4095:

  arm64: dts: imx8mq: add clock for SNVS RTC node (2019-05-31 15:22:06 +0800)

----------------------------------------------------------------
i.MX DT changes with new clock for 5.3:
 - This is a set of device tree changes with new clocks - adding
   clock info for i.MX8 GPIO and SNVS RTC device.

----------------------------------------------------------------
Anson Huang (3):
      arm64: dts: imx8mm: add clock for GPIO node
      arm64: dts: imx8mm: add clock for SNVS RTC node
      arm64: dts: imx8mq: add clock for SNVS RTC node

 arch/arm64/boot/dts/freescale/imx8mm.dtsi | 7 +++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 ++
 2 files changed, 9 insertions(+)

Comments

Olof Johansson June 25, 2019, 11:52 a.m. UTC | #1
On Tue, Jun 25, 2019 at 03:53:02PM +0800, Shawn Guo wrote:
> Hi,
> 
> This is a set of device tree changes having dependency on clock tree.
> The top commit 53c6a2ec018b ("clk: imx8m: Add GIC clock") of the
> dependencies have been pulled in here, which should be stable.  Please
> pull, thanks!
> 
> Shawn
> 
> 
> The following changes since commit 53c6a2ec018bb07aeb1e2b1d7db8521f1e56d221:
> 
>   clk: imx8m: Add GIC clock (2019-05-23 21:14:41 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-clkdep-5.3
> 
> for you to fetch changes up to 881b54c7e9d97e36b08fa40d46377b3b983e4095:
> 
>   arm64: dts: imx8mq: add clock for SNVS RTC node (2019-05-31 15:22:06 +0800)

Merged, thanks!


-Olof