All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: SoC Team <soc@kernel.org>
Cc: arm-soc <arm@kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: dts zynq: Xilinx DT changes for v5.11
Date: Wed, 9 Dec 2020 15:41:17 +0100	[thread overview]
Message-ID: <35b7d53a-f91d-9254-885b-5e45de8f9ce8@monstr.eu> (raw)

Hi,

pull pull the following patches to your tree.

Thanks,
Michal

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v5.10

for you to fetch changes up to a508f620b5a6e9b359a2baa46ec9a714c3e2f420:

  ARM: zynq: Fix incorrect reference to XM013 instead of XM011
(2020-12-09 15:20:11 +0100)

----------------------------------------------------------------
ARM: dts: zynq: DT changes for v5.11

- Adding support for Zturn-v5
- Small DT changes to clean errors from dt_binding_check

----------------------------------------------------------------
Alexandre GRIVEAUX (1):
      ARM: zynq: Add Z-turn board V5

Michal Simek (6):
      ARM: zynq: Fix compatible string for adi,adxl345 chip
      ARM: zynq: Rename bus to be align with simple-bus yaml
      ARM: zynq: Fix leds subnode name for zc702/zybo-z7
      ARM: zynq: Fix OCM mapping to be aligned with binding on zc702
      ARM: zynq: Convert at25 binding to new description on zc770-xm013
      ARM: zynq: Fix incorrect reference to XM013 instead of XM011

 arch/arm/boot/dts/Makefile               |   1 +
 arch/arm/boot/dts/zynq-7000.dtsi         |   2 +-
 arch/arm/boot/dts/zynq-zc702.dts         |   8 +++++++-
 arch/arm/boot/dts/zynq-zc770-xm011.dts   |   2 +-
 arch/arm/boot/dts/zynq-zc770-xm013.dts   |   7 +++----
 arch/arm/boot/dts/zynq-zturn-common.dtsi | 112
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/zynq-zturn-v5.dts      |  15 +++++++++++++++
 arch/arm/boot/dts/zynq-zturn.dts         | 101
+----------------------------------------------------------------------------------------------------
 arch/arm/boot/dts/zynq-zybo-z7.dts       |   2 +-
 9 files changed, 142 insertions(+), 108 deletions(-)
 create mode 100644 arch/arm/boot/dts/zynq-zturn-common.dtsi
 create mode 100644 arch/arm/boot/dts/zynq-zturn-v5.dts

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <monstr@monstr.eu>
To: SoC Team <soc@kernel.org>
Cc: arm-soc <arm@kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: dts zynq: Xilinx DT changes for v5.11
Date: Wed, 9 Dec 2020 15:41:17 +0100	[thread overview]
Message-ID: <35b7d53a-f91d-9254-885b-5e45de8f9ce8@monstr.eu> (raw)
Message-ID: <20201209144117.O5BiZeQUaoOQ8xgkS0zfDj4EHit4pADZpyOVbtuTm5E@z> (raw)

Hi,

pull pull the following patches to your tree.

Thanks,
Michal

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v5.10

for you to fetch changes up to a508f620b5a6e9b359a2baa46ec9a714c3e2f420:

  ARM: zynq: Fix incorrect reference to XM013 instead of XM011
(2020-12-09 15:20:11 +0100)

----------------------------------------------------------------
ARM: dts: zynq: DT changes for v5.11

- Adding support for Zturn-v5
- Small DT changes to clean errors from dt_binding_check

----------------------------------------------------------------
Alexandre GRIVEAUX (1):
      ARM: zynq: Add Z-turn board V5

Michal Simek (6):
      ARM: zynq: Fix compatible string for adi,adxl345 chip
      ARM: zynq: Rename bus to be align with simple-bus yaml
      ARM: zynq: Fix leds subnode name for zc702/zybo-z7
      ARM: zynq: Fix OCM mapping to be aligned with binding on zc702
      ARM: zynq: Convert at25 binding to new description on zc770-xm013
      ARM: zynq: Fix incorrect reference to XM013 instead of XM011

 arch/arm/boot/dts/Makefile               |   1 +
 arch/arm/boot/dts/zynq-7000.dtsi         |   2 +-
 arch/arm/boot/dts/zynq-zc702.dts         |   8 +++++++-
 arch/arm/boot/dts/zynq-zc770-xm011.dts   |   2 +-
 arch/arm/boot/dts/zynq-zc770-xm013.dts   |   7 +++----
 arch/arm/boot/dts/zynq-zturn-common.dtsi | 112
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/zynq-zturn-v5.dts      |  15 +++++++++++++++
 arch/arm/boot/dts/zynq-zturn.dts         | 101
+----------------------------------------------------------------------------------------------------
 arch/arm/boot/dts/zynq-zybo-z7.dts       |   2 +-
 9 files changed, 142 insertions(+), 108 deletions(-)
 create mode 100644 arch/arm/boot/dts/zynq-zturn-common.dtsi
 create mode 100644 arch/arm/boot/dts/zynq-zturn-v5.dts

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-12-09 14:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 14:41 Michal Simek [this message]
2020-12-09 14:41 ` [GIT PULL] ARM: dts zynq: Xilinx DT changes for v5.11 Michal Simek
2020-12-09 14:51 Michal Simek
2020-12-09 14:51 ` Michal Simek
2020-12-09 17:01 ` Arnd Bergmann
2020-12-09 17:01   ` Arnd Bergmann
2020-12-09 18:06   ` Michal Simek
2020-12-09 18:06     ` Michal Simek
2020-12-09 19:36     ` Arnd Bergmann
2020-12-09 19:36       ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35b7d53a-f91d-9254-885b-5e45de8f9ce8@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.