All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: SoC Team <soc@kernel.org>
Cc: git <git@xilinx.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] arm64: dts: ZynqMP DT changes for v5.20
Date: Thu, 7 Jul 2022 16:30:15 +0200	[thread overview]
Message-ID: <452e8c68-b63b-f4f6-a937-67f65c64a8a0@monstr.eu> (raw)

Hi,

please pull these DT patches to your tree. The part of pull request are also 3 
patches which targets zynq gpio DT binding. All of them are reviewed by Linus or 
Rob or both.

Thanks,
Michal

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

   https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-v5.20

for you to fetch changes up to 228e8a88b1915a2b467c83d8d0976605f1272fae:

   arm64: dts: xilinx: align gpio-key node names with dtschema (2022-06-23 
10:11:19 +0200)

----------------------------------------------------------------
arm64: dts: ZynqMP DT changes for v5.20

- Extend gpio-zynq DT binding (compatible, power-domains, gpio-line-names)
- Fix sm-k26 gpio comment
- Wire AMS device
- Align gpio-keys node names with dtschema

----------------------------------------------------------------
Krzysztof Kozlowski (1):
       arm64: dts: xilinx: align gpio-key node names with dtschema

Michal Simek (4):
       dt-bindings: gpio: zynq: Add missing compatible strings
       dt-bindings: gpio: zynq: Add power-domains
       arm64: zynqmp: Fix comment about number of gpio line names
       dt-bindings: gpio: zynq: Describe gpio-line-names

Robert Hancock (1):
       arm64: dts: zynqmp: add AMS driver to device tree

  Documentation/devicetree/bindings/gpio/gpio-zynq.yaml | 59 +++++++++++++++++++-
  arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi        |  4 ++
  arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts     |  4 +-
  arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts     |  2 +-
  arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts     |  2 +-
  arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts     |  2 +-
  arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts     |  2 +-
  arch/arm64/boot/dts/xilinx/zynqmp.dtsi                | 26 +++++++++
  8 files changed, 94 insertions(+), 7 deletions(-)

-- 
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: git <git@xilinx.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] arm64: dts: ZynqMP DT changes for v5.20
Date: Thu, 7 Jul 2022 16:30:15 +0200	[thread overview]
Message-ID: <452e8c68-b63b-f4f6-a937-67f65c64a8a0@monstr.eu> (raw)

Hi,

please pull these DT patches to your tree. The part of pull request are also 3 
patches which targets zynq gpio DT binding. All of them are reviewed by Linus or 
Rob or both.

Thanks,
Michal

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

   https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-v5.20

for you to fetch changes up to 228e8a88b1915a2b467c83d8d0976605f1272fae:

   arm64: dts: xilinx: align gpio-key node names with dtschema (2022-06-23 
10:11:19 +0200)

----------------------------------------------------------------
arm64: dts: ZynqMP DT changes for v5.20

- Extend gpio-zynq DT binding (compatible, power-domains, gpio-line-names)
- Fix sm-k26 gpio comment
- Wire AMS device
- Align gpio-keys node names with dtschema

----------------------------------------------------------------
Krzysztof Kozlowski (1):
       arm64: dts: xilinx: align gpio-key node names with dtschema

Michal Simek (4):
       dt-bindings: gpio: zynq: Add missing compatible strings
       dt-bindings: gpio: zynq: Add power-domains
       arm64: zynqmp: Fix comment about number of gpio line names
       dt-bindings: gpio: zynq: Describe gpio-line-names

Robert Hancock (1):
       arm64: dts: zynqmp: add AMS driver to device tree

  Documentation/devicetree/bindings/gpio/gpio-zynq.yaml | 59 +++++++++++++++++++-
  arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi        |  4 ++
  arch/arm64/boot/dts/xilinx/zynqmp-sm-k26-revA.dts     |  4 +-
  arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts     |  2 +-
  arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts     |  2 +-
  arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts     |  2 +-
  arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts     |  2 +-
  arch/arm64/boot/dts/xilinx/zynqmp.dtsi                | 26 +++++++++
  8 files changed, 94 insertions(+), 7 deletions(-)

-- 
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:[~2022-07-07 14:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 14:30 Michal Simek [this message]
2022-07-07 14:30 ` [GIT PULL] arm64: dts: ZynqMP DT changes for v5.20 Michal Simek
2022-07-08  7:50 ` patchwork-bot+linux-soc

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=452e8c68-b63b-f4f6-a937-67f65c64a8a0@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=git@xilinx.com \
    --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.