public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: "Rob Herring (Arm)" <robh@kernel.org>
To: Andrei Simion <andrei.simion@microchip.com>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org,
	linux-kernel@vger.kernel.org, alexandre.belloni@bootlin.com,
	claudiu.beznea@tuxon.dev, krzk+dt@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/4] Cosmetic Work for ARM/Microchip (AT91)
Date: Tue, 01 Oct 2024 22:52:07 -0500	[thread overview]
Message-ID: <172784025783.525907.17129777836190610908.robh@kernel.org> (raw)
In-Reply-To: <20241001152541.91945-1-andrei.simion@microchip.com>


On Tue, 01 Oct 2024 18:25:37 +0300, Andrei Simion wrote:
> This patch series updates node names and labels in the Microchip ARM DTS
> files to align with Device Tree specificatios
> 
> changelog:
> v1 -> v2:
> - drop patch : Rename the usb node
> - add patch : ARM: dts: microchip: aks-cdu: Add label for LED sub nodes
> 
> Andrei Simion (4):
>   ARM: dts: microchip: Rename the eeprom nodename
>   ARM: dts: microchip: Rename the pmic node
>   ARM: dts: microchip: Rename LED sub nodes name
>   ARM: dts: microchip: aks-cdu: Add label for LED sub nodes
> 
>  arch/arm/boot/dts/microchip/aks-cdu.dts              | 12 ++++++++----
>  arch/arm/boot/dts/microchip/animeo_ip.dts            |  8 ++++----
>  arch/arm/boot/dts/microchip/at91-kizbox2-common.dtsi |  2 +-
>  arch/arm/boot/dts/microchip/at91-sam9x60ek.dts       |  6 +++---
>  arch/arm/boot/dts/microchip/at91-sama5d27_som1.dtsi  |  2 +-
>  .../arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi |  2 +-
>  .../boot/dts/microchip/at91-sama5d29_curiosity.dts   |  2 +-
>  arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts     |  2 +-
>  arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts  |  2 +-
>  .../arm/boot/dts/microchip/at91-sama5d2_xplained.dts |  2 +-
>  .../arm/boot/dts/microchip/at91-sama5d3_xplained.dts |  2 +-
>  arch/arm/boot/dts/microchip/at91-sama7g5ek.dts       |  2 +-
>  arch/arm/boot/dts/microchip/at91rm9200ek.dts         |  6 +++---
>  arch/arm/boot/dts/microchip/at91sam9260ek.dts        |  6 +++---
>  arch/arm/boot/dts/microchip/at91sam9261ek.dts        |  6 +++---
>  arch/arm/boot/dts/microchip/at91sam9263ek.dts        |  6 +++---
>  arch/arm/boot/dts/microchip/at91sam9g20ek.dts        |  4 ++--
>  .../arm/boot/dts/microchip/at91sam9g20ek_common.dtsi |  2 +-
>  arch/arm/boot/dts/microchip/sama5d34ek.dts           |  2 +-
>  arch/arm/boot/dts/microchip/sama5d3xcm_cmp.dtsi      |  2 +-
>  20 files changed, 41 insertions(+), 37 deletions(-)
> 
> 
> base-commit: 77df9e4bb2224d8ffbddec04c333a9d7965dad6c
> --
> 2.34.1
> 
> 
> 


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


New warnings running 'make CHECK_DTBS=y microchip/aks-cdu.dtb microchip/animeo_ip.dtb microchip/at91-sam9x60ek.dtb microchip/at91-sama5d29_curiosity.dtb microchip/at91-sama5d2_icp.dtb microchip/at91-sama5d2_ptc_ek.dtb microchip/at91-sama5d2_xplained.dtb microchip/at91-sama5d3_xplained.dtb microchip/at91-sama7g5ek.dtb microchip/at91rm9200ek.dtb microchip/at91sam9260ek.dtb microchip/at91sam9261ek.dtb microchip/at91sam9263ek.dtb microchip/at91sam9g20ek.dtb microchip/sama5d34ek.dtb' for 20241001152541.91945-1-andrei.simion@microchip.com:

arch/arm/boot/dts/microchip/at91-sam9x60ek.dtb: /ahb/ebi@10000000/nand-controller: failed to match any schema with compatible: ['microchip,sam9x60-nand-controller']







      parent reply	other threads:[~2024-10-02  3:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-01 15:25 [PATCH v2 0/4] Cosmetic Work for ARM/Microchip (AT91) Andrei Simion
2024-10-01 15:25 ` [PATCH v2 1/4] ARM: dts: microchip: Rename the eeprom nodename Andrei Simion
2024-10-01 15:25 ` [PATCH v2 2/4] ARM: dts: microchip: Rename the pmic node Andrei Simion
2024-10-01 15:25 ` [PATCH v2 3/4] ARM: dts: microchip: Rename LED sub nodes name Andrei Simion
2024-10-01 15:25 ` [PATCH v2 4/4] ARM: dts: microchip: aks-cdu: Add label for LED sub nodes Andrei Simion
2024-10-01 15:31   ` Conor Dooley
2024-10-02 10:30     ` Andrei Simion
2024-10-02 10:42       ` Alexander Dahl
2024-10-02  3:52 ` Rob Herring (Arm) [this message]

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=172784025783.525907.17129777836190610908.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrei.simion@microchip.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.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