mbox series

[GIT,PULL,4/7] i.MX7D PICO boards device tree update for 4.21

Message ID 20181210074638.27873-4-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/imx7d-pico-4.21

Message

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

I need to send this patch series as a separate branch/pull-request
instead of just as part of imx-dt-4.21, because it's based on a patch
on imx-fixes-4.20-3 (ARM: dts: imx7d-pico: Describe the Wifi clock),
which has been pulled by Olof.

In short, this pull-request is based on a merge of imx-dt-4.21 and
imx-fixes-4.20-3.  Please consider to pull, thanks.

Shawn


The following changes since commit 2e8566106d284badf6ec94509f77fdf7725d04b4:

  Merge tag 'imx-fixes-4.20-3' into imx7d/pico (2018-12-10 10:32:51 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx7d-pico-4.21

for you to fetch changes up to 7f68ffe0617b44fe189271701f6443beb23907ad:

  ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant (2018-12-10 10:33:36 +0800)

----------------------------------------------------------------
i.MX7D PICO boards update for 4.21:
 - It contains a series from Otavio Salvador that improves i.MX7D PICO
  SoM, and then adds Hobbit baseboard support on top of the improvement.

----------------------------------------------------------------
Fabio Estevam (8):
      ARM: dts: imx7d-pico: Do not harcode the memory size
      ARM: dts: imx7d-pico: Switch to SPDX identifier
      ARM: dts: imx7d-pico-pi: Move SoM related part to imx7d-pico.dtsi
      ARM: dts: imx7d-pico: Pass the USBOTG1_PWR pinctrl
      ARM: dts: imx7d-pico: Pass the Ethernet PHY reset GPIO
      ARM: dts: imx7d-pico: Extend peripherals support
      ARM: dts: imx7d-pico-pi: Extend peripherals support
      ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant

Otavio Salvador (1):
      ARM: dts: imx7d-pico: Improve WiFi regulator name

 arch/arm/boot/dts/Makefile              |   1 +
 arch/arm/boot/dts/imx7d-pico-hobbit.dts | 105 ++++++++++
 arch/arm/boot/dts/imx7d-pico-pi.dts     | 180 +++++-----------
 arch/arm/boot/dts/imx7d-pico.dtsi       | 355 +++++++++++++++++++++++++++-----
 4 files changed, 457 insertions(+), 184 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx7d-pico-hobbit.dts

Comments

Olof Johansson Dec. 12, 2018, 8:56 p.m. UTC | #1
On Mon, Dec 10, 2018 at 03:46:35PM +0800, Shawn Guo wrote:
> Hi,
> 
> I need to send this patch series as a separate branch/pull-request
> instead of just as part of imx-dt-4.21, because it's based on a patch
> on imx-fixes-4.20-3 (ARM: dts: imx7d-pico: Describe the Wifi clock),
> which has been pulled by Olof.
> 
> In short, this pull-request is based on a merge of imx-dt-4.21 and
> imx-fixes-4.20-3.  Please consider to pull, thanks.

That's fine -- you could also have merged the fixes branch into your main DT
branch if you wanted to, but this works well too.

> 
> Shawn
> 
> 
> The following changes since commit 2e8566106d284badf6ec94509f77fdf7725d04b4:
> 
>   Merge tag 'imx-fixes-4.20-3' into imx7d/pico (2018-12-10 10:32:51 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx7d-pico-4.21
> 
> for you to fetch changes up to 7f68ffe0617b44fe189271701f6443beb23907ad:
> 
>   ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant (2018-12-10 10:33:36 +0800)
> 
> ----------------------------------------------------------------
> i.MX7D PICO boards update for 4.21:
>  - It contains a series from Otavio Salvador that improves i.MX7D PICO
>   SoM, and then adds Hobbit baseboard support on top of the improvement.

Merged, thanks!


-Olof