All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: <u-boot@lists.denx.de>, <git@xilinx.com>
Cc: Amit Kumar Mahapatra <amit.kumar-mahapatra@amd.com>,
	Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>,
	Tom Rini <trini@konsulko.com>,
	"Venkatesh Yadav Abbarapu" <venkatesh.abbarapu@amd.com>
Subject: [PATCH 00/10] arm64: zynqmp: DT schema alignments
Date: Fri, 13 Sep 2024 11:28:41 +0200	[thread overview]
Message-ID: <cover.1726219714.git.michal.simek@amd.com> (raw)

Hi,

I am sending some patches to fix issues reported by dt-schema checking.

Thanks,
Michal


Michal Simek (10):
  arm64: zynqmp: Fix status property for m-a2197 boards
  arm64: zynqmp: Align gpio hogs with dt-schema
  xilinx: Fix axi and mmc node names in mini configuration
  arm64: zynqmp: Fix gpio-line-name size for m-a2197 platforms
  arm64: zynqmp: Fix comment style around gpio line-names
  arm64: zynqmp: fix i2c mux bus description for m-a2197 platforms
  arm64: zynqmp: Align mini-qspi DT with dt-schema
  arm64: zynqmp: Define phy-mode in zcu1275-revB
  arm64: zynqmp: Use generic spi@ name in zcu111-revA
  arm64: zynqmp: Rename ina226-vccint-io-bram-ps nodes

 arch/arm/dts/versal-mini-emmc0.dts               |  2 +-
 arch/arm/dts/versal-mini-emmc1.dts               |  2 +-
 arch/arm/dts/versal-mini-ospi.dtsi               |  2 +-
 arch/arm/dts/versal-mini-qspi.dtsi               |  2 +-
 arch/arm/dts/zynq-cse-nand.dts                   |  2 +-
 arch/arm/dts/zynq-cse-nor.dts                    |  2 +-
 arch/arm/dts/zynq-cse-qspi.dtsi                  |  2 +-
 arch/arm/dts/zynqmp-dlc21-revA.dts               |  2 +-
 arch/arm/dts/zynqmp-g-a2197-00-revA.dts          |  2 +-
 arch/arm/dts/zynqmp-m-a2197-01-revA.dts          | 16 ++++++++--------
 arch/arm/dts/zynqmp-m-a2197-02-revA.dts          | 16 ++++++++--------
 arch/arm/dts/zynqmp-m-a2197-03-revA.dts          | 16 ++++++++--------
 arch/arm/dts/zynqmp-mini-emmc0.dts               |  4 ++--
 arch/arm/dts/zynqmp-mini-emmc1.dts               |  4 ++--
 arch/arm/dts/zynqmp-mini-nand.dts                |  2 +-
 arch/arm/dts/zynqmp-mini-qspi.dts                | 16 ++++++++--------
 .../zynqmp-p-a2197-00-revA-x-prc-01-revA.dtso    |  8 ++++----
 .../zynqmp-p-a2197-00-revA-x-prc-02-revA.dtso    |  8 ++++----
 .../zynqmp-p-a2197-00-revA-x-prc-03-revA.dtso    |  8 ++++----
 .../zynqmp-p-a2197-00-revA-x-prc-04-revA.dtso    |  8 ++++----
 .../zynqmp-p-a2197-00-revA-x-prc-05-revA.dtso    |  8 ++++----
 arch/arm/dts/zynqmp-p-a2197-00-revA.dts          | 10 +++++-----
 arch/arm/dts/zynqmp-sc-revB.dts                  |  2 +-
 arch/arm/dts/zynqmp-sc-vn-p-b2197-00-revA.dtso   |  8 ++++----
 arch/arm/dts/zynqmp-zcu111-revA.dts              |  2 +-
 arch/arm/dts/zynqmp-zcu1275-revB.dts             |  1 +
 arch/arm/dts/zynqmp-zcu208-revA.dts              |  4 ++--
 arch/arm/dts/zynqmp-zcu216-revA.dts              |  4 ++--
 arch/arm/dts/zynqmp-zcu670-revA.dts              |  2 +-
 arch/arm/dts/zynqmp-zcu670-revB.dts              |  2 +-
 30 files changed, 84 insertions(+), 83 deletions(-)

-- 
2.43.0


             reply	other threads:[~2024-09-13  9:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-13  9:28 Michal Simek [this message]
2024-09-13  9:28 ` [PATCH 01/10] arm64: zynqmp: Fix status property for m-a2197 boards Michal Simek
2024-09-13  9:28 ` [PATCH 02/10] arm64: zynqmp: Align gpio hogs with dt-schema Michal Simek
2024-09-13  9:28 ` [PATCH 03/10] xilinx: Fix axi and mmc node names in mini configuration Michal Simek
2024-09-13  9:28 ` [PATCH 04/10] arm64: zynqmp: Fix gpio-line-name size for m-a2197 platforms Michal Simek
2024-09-13  9:28 ` [PATCH 05/10] arm64: zynqmp: Fix comment style around gpio line-names Michal Simek
2024-09-13  9:28 ` [PATCH 06/10] arm64: zynqmp: fix i2c mux bus description for m-a2197 platforms Michal Simek
2024-09-13  9:28 ` [PATCH 07/10] arm64: zynqmp: Align mini-qspi DT with dt-schema Michal Simek
2024-09-13  9:28 ` [PATCH 08/10] arm64: zynqmp: Define phy-mode in zcu1275-revB Michal Simek
2024-09-13  9:28 ` [PATCH 09/10] arm64: zynqmp: Use generic spi@ name in zcu111-revA Michal Simek
2024-09-13  9:28 ` [PATCH 10/10] arm64: zynqmp: Rename ina226-vccint-io-bram-ps nodes Michal Simek
2024-09-20 13:31 ` [PATCH 00/10] arm64: zynqmp: DT schema alignments Michal Simek

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=cover.1726219714.git.michal.simek@amd.com \
    --to=michal.simek@amd.com \
    --cc=amit.kumar-mahapatra@amd.com \
    --cc=git@xilinx.com \
    --cc=radhey.shyam.pandey@amd.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=venkatesh.abbarapu@amd.com \
    /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.