mbox series

[GIT,PULL,5/7] i.MX7ULP device tree for 4.21

Message ID 20181210074638.27873-5-shawnguo@kernel.org (mailing list archive)
State Mainlined, archived
Commit a73900b826ce6faded48ee3e41aa890fbeba4068
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/imx7ulp-dt-4.21

Message

Shawn Guo Dec. 10, 2018, 7:46 a.m. UTC
Hi,

The series depends on Stephen's clk-imx7ulp branch, which is stable and
pulled in here to resolve the dependency on new clock defines.  Please
consider to pull, thanks.

Shawn


The following changes since commit b1260067ac3dd5dcd40bcbcb2cc116a9f8b5016b:

  clk: imx: add imx7ulp clk driver (2018-12-03 11:31:36 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx7ulp-dt-4.21

for you to fetch changes up to a73900b826ce6faded48ee3e41aa890fbeba4068:

  ARM: dts: imx: add imx7ulp evk support (2018-12-10 11:24:54 +0800)

----------------------------------------------------------------
i.MX7ULP device tree for 4.21:
 - It includes the initial device tree for i.MX7ULP SoC and EVK board
   support.

----------------------------------------------------------------
A.s. Dong (4):
      dt-bindings: fsl: add compatible for imx7ulp evk
      dt-bindings: fsl: add imx7ulp pm related components bindings
      ARM: dts: imx: add common imx7ulp dtsi support
      ARM: dts: imx: add imx7ulp evk support

 .../bindings/arm/freescale/fsl,imx7ulp-pm.txt      |  23 ++
 Documentation/devicetree/bindings/arm/fsl.txt      |   8 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/imx7ulp-evk.dts                  |  77 +++++
 arch/arm/boot/dts/imx7ulp.dtsi                     | 346 +++++++++++++++++++++
 5 files changed, 456 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,imx7ulp-pm.txt
 create mode 100644 arch/arm/boot/dts/imx7ulp-evk.dts
 create mode 100644 arch/arm/boot/dts/imx7ulp.dtsi

Comments

Olof Johansson Dec. 12, 2018, 8:58 p.m. UTC | #1
On Mon, Dec 10, 2018 at 03:46:36PM +0800, Shawn Guo wrote:
> Hi,
> 
> The series depends on Stephen's clk-imx7ulp branch, which is stable and
> pulled in here to resolve the dependency on new clock defines.  Please
> consider to pull, thanks.
> 
> Shawn
> 
> 
> The following changes since commit b1260067ac3dd5dcd40bcbcb2cc116a9f8b5016b:
> 
>   clk: imx: add imx7ulp clk driver (2018-12-03 11:31:36 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx7ulp-dt-4.21
> 
> for you to fetch changes up to a73900b826ce6faded48ee3e41aa890fbeba4068:
> 
>   ARM: dts: imx: add imx7ulp evk support (2018-12-10 11:24:54 +0800)
> 
> ----------------------------------------------------------------
> i.MX7ULP device tree for 4.21:
>  - It includes the initial device tree for i.MX7ULP SoC and EVK board
>    support.

Merged, thanks!

In general, it's nice to get a small overview of what new SoCs look like,
but the patch that adds the EVK support has some information there. Feel free
to include it in the tag description in future cases.


-Olof