[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <173629037004.1994496.1652835527993929123.robh@kernel.org>
Date: Tue, 07 Jan 2025 16:54:31 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ryan.Wanner@...rochip.com
Cc: linux-clk@...r.kernel.org, dharma.b@...rochip.com,
alexandre.belloni@...tlin.com, nicolas.ferre@...rochip.com,
mturquette@...libre.com, linux-serial@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-mmc@...r.kernel.org,
devicetree@...r.kernel.org, conor+dt@...nel.org, mihai.sain@...rochip.com,
linux-kernel@...r.kernel.org, krzk+dt@...nel.org,
varshini.rajendran@...rochip.com, claudiu.beznea@...on.dev,
romain.sioen@...rochip.com, linux-spi@...r.kernel.org,
linux-gpio@...r.kernel.org, arnd@...db.de, sboyd@...nel.org
Subject: Re: [PATCH v5 0/5] Add support for SAMA7D65
On Tue, 07 Jan 2025 09:07:22 -0700, Ryan.Wanner@...rochip.com wrote:
> From: Ryan Wanner <Ryan.Wanner@...rochip.com>
>
> This series adds support for the SAMA7D65 SoC.
>
> V2 of this series [1].
> V3 of this series [2].
> V4 of this series [4].
>
> For the pinctrl and pit64 timers those will have DTB warnings due to
> those bindings not being in the .yaml format.
>
> Changes v1->v2:
> - V1 set was sent incorrectly as multiple seprate patches v2 took all
> those patches and put them in 1 thread.
>
> Changes v2->v3:
> - Correct the patch order to follow correct practice.
> - Correct flexcom dt-binding commit messge to reflect the changes in the
> coding style.
> - Add missing SoB tags to patches.
> - Moved export clocks to DT patch to be included with the clock binding
> patch.
> - Separate Kconfig changes and defconfig changes into different patches
> and removed unused Kconfig params.
> - Correct confusing SoB and Co-developed chain.
> - Removed unsued nodes in DTSI file and sorted includes
> alphanumerically.
> - Fix incorrect dts formatting.
> - Separate dts and pinmux changes into two patches.
> - Combine PLL and MCK changes into core clock driver patch.
> - Correct formatting in main clock driver.
> - MMC dt-binding changes are applied for next so have been removed from
> the set [3].
>
> Changes v3->v4:
> - Collect all tags from maintainers.
> - Correct compile error on 11/13 and correct location of vendor specific
> properties.
> - Add USB and UTMI selections to 12/13 to prevent compile errors due to
> functions in the clock driver that use the USB clock system.
> - Add "microchip,sama7g5-pinctrl" compatible string as a fall back in
> 9/13.
> - Add missing kfree() to 8/13 to correctly handle error case.
> - Replace bad spacing with correct tab formatting on 7/13.
>
> Changes from v4->v5:
> - Remove patches that have been applied [5].
> - Update pinctrl dt-binding to use fallback formatting.
>
> Note:
> - For the SDHCI DTB error that patch has been removed do to it being
> applied see [3].
> - There are DTB errors on microchip,sama7d65-pit64b and
> microchip,sama7d65-pinctrl, this is due to those bindings being .txt
> files.
>
> 1) https://lore.kernel.org/linux-arm-kernel/cover.1732030972.git.Ryan.Wanner@microchip.com/T/#m9691b4d58b62f36f6cbac1d06883c985766c2c0d
> 2) https://lore.kernel.org/linux-arm-kernel/cover.1733505542.git.Ryan.Wanner@microchip.com/T/#m3b52978236907198f727424e69ef21c8898e95c8
> 3) https://lore.kernel.org/linux-arm-kernel/cover.1732030972.git.Ryan.Wanner@microchip.com/T/#mccf6521c07e74e1c7dc61b09ae0ebdbbdde73a28
> 4) https://lore.kernel.org/linux-arm-kernel/70d429086fd8e858d79ca2824ad8cc4a09e3fe5d.1734723585.git.Ryan.Wanner@microchip.com/T/#m918b8db23c8d30981263846a02dafc085e17de14
> 5) https://lore.kernel.org/linux-arm-kernel/70d429086fd8e858d79ca2824ad8cc4a09e3fe5d.1734723585.git.Ryan.Wanner@microchip.com/T/#m69b8f11536e3b0ca3d69d125d0670c90412d4317
>
>
>
> Dharma Balasubiramani (2):
> dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
> dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
>
> Romain Sioen (2):
> dt-bindings: ARM: at91: Document Microchip SAMA7D65 Curiosity
> ARM: dts: microchip: add support for sama7d65_curiosity board
>
> Ryan Wanner (1):
> ARM: dts: microchip: add sama7d65 SoC DT
>
> .../devicetree/bindings/arm/atmel-at91.yaml | 7 +
> .../pinctrl/atmel,at91-pio4-pinctrl.txt | 3 +-
> .../bindings/serial/atmel,at91-usart.yaml | 1 +
> arch/arm/boot/dts/microchip/Makefile | 3 +
> .../dts/microchip/at91-sama7d65_curiosity.dts | 89 +++++++++++
> arch/arm/boot/dts/microchip/sama7d65.dtsi | 145 ++++++++++++++++++
> 6 files changed, 247 insertions(+), 1 deletion(-)
> create mode 100644 arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts
> create mode 100644 arch/arm/boot/dts/microchip/sama7d65.dtsi
>
> --
> 2.43.0
>
>
>
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/at91-sama7d65_curiosity.dtb' for 20250107160850.120537-1-Ryan.Wanner@...rochip.com:
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/pinctrl@...14000: failed to match any schema with compatible: ['microchip,sama7d65-pinctrl', 'microchip,sama7g5-pinctrl']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/pinctrl@...14000: failed to match any schema with compatible: ['microchip,sama7d65-pinctrl', 'microchip,sama7g5-pinctrl']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/timer@...00000: failed to match any schema with compatible: ['microchip,sama7d65-pit64b', 'microchip,sam9x60-pit64b']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/timer@...00000: failed to match any schema with compatible: ['microchip,sama7d65-pit64b', 'microchip,sam9x60-pit64b']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/timer@...04000: failed to match any schema with compatible: ['microchip,sama7d65-pit64b', 'microchip,sam9x60-pit64b']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/timer@...04000: failed to match any schema with compatible: ['microchip,sama7d65-pit64b', 'microchip,sam9x60-pit64b']
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: flexcom@...20000: compatible: 'oneOf' conditional failed, one must be fixed:
['microchip,sama7d65-flexcom', 'atmel,sama5d2-flexcom'] is too long
'atmel,sama5d2-flexcom' was expected
'microchip,sam9x7-flexcom' was expected
'microchip,sama7g5-flexcom' was expected
from schema $id: http://devicetree.org/schemas/mfd/atmel,sama5d2-flexcom.yaml#
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dtb: /soc/flexcom@...20000: failed to match any schema with compatible: ['microchip,sama7d65-flexcom', 'atmel,sama5d2-flexcom']
Powered by blists - more mailing lists