From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
linux-kernel@vger.kernel.org,
Ludovic Desroches <ludovic.desroches@microchip.com>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] ARM: dts: at91: fix dtbs_check warnings
Date: Mon, 31 Aug 2020 19:11:22 +0200 [thread overview]
Message-ID: <20200831171129.3886857-1-alexandre.belloni@bootlin.com> (raw)
Hi,
This series fixes some of the dtbs_check warnings. The remaining ones
are mainly missing documentation or the documentation has not been
converted to yaml.
Alexandre Belloni (5):
ARM: dts: at91: fix cpu node
ARM: dts: at91: fix sram nodes
ARM: dts: at91: move mmc pinctrl-names property to board dts
ARM: dts: at91: add unit-address to memory node
ARM: dts: at91: sama5d2: add missing flexcom spi node properties
arch/arm/boot/dts/animeo_ip.dts | 3 ++-
arch/arm/boot/dts/at91-ariag25.dts | 3 ++-
arch/arm/boot/dts/at91-ariettag25.dts | 3 ++-
arch/arm/boot/dts/at91-cosino.dtsi | 3 ++-
arch/arm/boot/dts/at91-cosino_mega2560.dts | 1 +
arch/arm/boot/dts/at91-foxg20.dts | 3 ++-
arch/arm/boot/dts/at91-kizbox.dts | 2 +-
arch/arm/boot/dts/at91-kizbox2-common.dtsi | 2 +-
arch/arm/boot/dts/at91-kizboxmini-common.dtsi | 2 +-
arch/arm/boot/dts/at91-linea.dtsi | 2 +-
arch/arm/boot/dts/at91-qil_a9260.dts | 3 ++-
arch/arm/boot/dts/at91-sam9_l9260.dts | 3 ++-
arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 +-
arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | 2 +-
arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 +-
arch/arm/boot/dts/at91-sama5d4ek.dts | 2 +-
arch/arm/boot/dts/at91-som60.dtsi | 2 +-
arch/arm/boot/dts/at91-vinco.dts | 2 +-
arch/arm/boot/dts/at91-wb45n.dtsi | 3 ++-
arch/arm/boot/dts/at91-wb50n.dtsi | 2 +-
arch/arm/boot/dts/at91rm9200.dtsi | 11 +++++++----
arch/arm/boot/dts/at91rm9200ek.dts | 2 +-
arch/arm/boot/dts/at91sam9260.dtsi | 11 +++++++----
arch/arm/boot/dts/at91sam9260ek.dts | 3 ++-
arch/arm/boot/dts/at91sam9261.dtsi | 10 +++++++---
arch/arm/boot/dts/at91sam9261ek.dts | 2 +-
arch/arm/boot/dts/at91sam9263.dtsi | 15 ++++++++++-----
arch/arm/boot/dts/at91sam9263ek.dts | 3 ++-
arch/arm/boot/dts/at91sam9g20.dtsi | 5 ++++-
arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 3 ++-
arch/arm/boot/dts/at91sam9g45.dtsi | 12 +++++++-----
arch/arm/boot/dts/at91sam9m10g45ek.dts | 4 +++-
arch/arm/boot/dts/at91sam9n12.dtsi | 10 +++++++---
arch/arm/boot/dts/at91sam9n12ek.dts | 2 +-
arch/arm/boot/dts/at91sam9rl.dtsi | 10 +++++++---
arch/arm/boot/dts/at91sam9rlek.dts | 2 +-
arch/arm/boot/dts/at91sam9x5.dtsi | 12 +++++++-----
arch/arm/boot/dts/at91sam9x5cm.dtsi | 2 +-
arch/arm/boot/dts/at91sam9x5ek.dtsi | 2 ++
arch/arm/boot/dts/at91sam9xe.dtsi | 3 +++
arch/arm/boot/dts/ethernut5.dts | 2 +-
arch/arm/boot/dts/mpa1600.dts | 2 +-
arch/arm/boot/dts/pm9g45.dts | 3 ++-
arch/arm/boot/dts/sam9x60.dtsi | 10 +++++++---
arch/arm/boot/dts/sama5d2.dtsi | 19 ++++++++++++++++++-
arch/arm/boot/dts/sama5d3.dtsi | 8 +++++++-
arch/arm/boot/dts/sama5d3xcm.dtsi | 2 +-
arch/arm/boot/dts/sama5d3xcm_cmp.dtsi | 2 +-
arch/arm/boot/dts/sama5d4.dtsi | 8 +++++++-
arch/arm/boot/dts/tny_a9260_common.dtsi | 2 +-
arch/arm/boot/dts/tny_a9263.dts | 2 +-
arch/arm/boot/dts/usb_a9260.dts | 2 +-
arch/arm/boot/dts/usb_a9263.dts | 2 +-
arch/arm/boot/dts/usb_a9g20_common.dtsi | 2 +-
54 files changed, 160 insertions(+), 77 deletions(-)
--
2.26.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-08-31 17:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-31 17:11 Alexandre Belloni [this message]
2020-08-31 17:11 ` [PATCH 1/5] ARM: dts: at91: fix cpu node Alexandre Belloni
2020-08-31 17:11 ` Alexandre Belloni
2020-08-31 17:11 ` [PATCH 2/5] ARM: dts: at91: fix sram nodes Alexandre Belloni
2020-08-31 17:11 ` [PATCH 3/5] ARM: at91: dts: move mmc pinctrl-names property to board dts Alexandre Belloni
2020-08-31 17:11 ` [PATCH 3/5] ARM: dts: at91: " Alexandre Belloni
2020-08-31 17:11 ` [PATCH 4/5] ARM: dts: at91: add unit-address to memory node Alexandre Belloni
2020-08-31 17:11 ` [PATCH 5/5] ARM: dts: at91: sama5d2: add missing flexcom spi node properties Alexandre Belloni
2020-09-02 7:15 ` [PATCH 0/5] ARM: dts: at91: fix dtbs_check warnings Nicolas.Ferre
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=20200831171129.3886857-1-alexandre.belloni@bootlin.com \
--to=alexandre.belloni@bootlin.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@microchip.com \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox