From: Rob Herring <robh@kernel.org>
To: Judith Mendez <jm@ti.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>, Nishanth Menon <nm@ti.com>,
devicetree@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Dasnavis Sabiya <sabiya.d@ti.com>,
Tero Kristo <kristo@kernel.org>, Bhavya Kapoor <b-kapoor@ti.com>,
Udit Kumar <u-kumar1@ti.com>,
linux-kernel@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/7] MMC updates for TI K3 platforms
Date: Fri, 12 Apr 2024 08:46:44 -0500 [thread overview]
Message-ID: <171292930732.2308726.6017899720480568050.robh@kernel.org> (raw)
In-Reply-To: <20240411225257.383889-1-jm@ti.com>
On Thu, 11 Apr 2024 17:52:50 -0500, Judith Mendez wrote:
> This patch series includes MMC updates for various TI K3 platforms.
>
> It includes support for enabling UHS/SDR104 bus modes or removing
> HS400 support due to CQE errors seen during boot.
>
> For AM62ax, add missing UHS support.
>
> For AM65x, fix ITAP delay and OTAP delay and clkbuf-sel properties
> in SDHCI nodes.
>
> Bhavya Kapoor (1):
> arm64: dts: ti: k3-j721s2-main: Enable support for SDR104 speed mode
>
> Dasnavis Sabiya (2):
> arm64: dts: ti: k3-j784s4-main: Enable support for UHS mode
> arm64: dts: ti: k3-am69-sk: Remove HS400 mode support for eMMC
>
> Judith Mendez (2):
> arm64: dts: ti: k3-am65-main: Update sdhci properties
> arm64: dts: ti: k3-am65-main: Remove unused properties in sdhci nodes
>
> Udit Kumar (1):
> arm64: dts: ti: k3-j784s4-evm: Remove HS400 mode support for eMMC
>
> Vignesh Raghavendra (1):
> arm64: dts: ti: k3-am62a: Enable UHS mode support for SD cards
>
> arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 2 --
> arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 21 +++++++++++++++++
> arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 26 +++++++++-------------
> arch/arm64/boot/dts/ti/k3-am69-sk.dts | 1 +
> arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 2 --
> arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 1 +
> arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 2 --
> 7 files changed, 34 insertions(+), 21 deletions(-)
>
>
> base-commit: 534ad093bb80f19c20b251a89f09ce1a0e3d4f2d
> --
> 2.43.2
>
>
>
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 ti/k3-am62a7-sk.dtb ti/k3-am69-sk.dtb ti/k3-j784s4-evm.dtb' for 20240411225257.383889-1-jm@ti.com:
arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb: pinctrl@f4000: 'vddshv-sdio-pins-default' does not match any of the regexes: '-pins(-[0-9]+)?$|-pin$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
prev parent reply other threads:[~2024-04-12 13:46 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 22:52 Judith Mendez
2024-04-11 22:52 ` [PATCH 1/7] arm64: dts: ti: k3-am65-main: Update sdhci properties Judith Mendez
2024-04-11 22:52 ` [PATCH 2/7] arm64: dts: ti: k3-am65-main: Remove unused properties in sdhci nodes Judith Mendez
2024-04-11 22:52 ` [PATCH 3/7] arm64: dts: ti: k3-am62a: Enable UHS mode support for SD cards Judith Mendez
2024-04-11 22:52 ` [PATCH 4/7] arm64: dts: ti: k3-j721s2-main: Enable support for SDR104 speed mode Judith Mendez
2024-04-11 22:52 ` [PATCH 5/7] arm64: dts: ti: k3-j784s4-main: Enable support for UHS mode Judith Mendez
2024-04-11 22:52 ` [PATCH 6/7] arm64: dts: ti: k3-am69-sk: Remove HS400 mode support for eMMC Judith Mendez
2024-04-12 4:53 ` Kumar, Udit
2024-04-12 22:14 ` Judith Mendez
2024-04-11 22:52 ` [PATCH 7/7] arm64: dts: ti: k3-j784s4-evm: " Judith Mendez
2024-04-12 4:52 ` Kumar, Udit
2024-04-12 22:14 ` Judith Mendez
2024-04-12 13:46 ` Rob Herring [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=171292930732.2308726.6017899720480568050.robh@kernel.org \
--to=robh@kernel.org \
--cc=b-kapoor@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jm@ti.com \
--cc=kristo@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=sabiya.d@ti.com \
--cc=u-kumar1@ti.com \
--cc=vigneshr@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®