* [PATCH] arm64: dts: ti: k3-am62p-j722s: fix pinctrl-single size
@ 2025-06-18 6:52 Michael Walle
2025-06-24 18:44 ` Vignesh Raghavendra
0 siblings, 1 reply; 2+ messages in thread
From: Michael Walle @ 2025-06-18 6:52 UTC (permalink / raw)
To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Bryan Brattlof, Dhruva Gole,
Andrew Davis
Cc: linux-arm-kernel, devicetree, linux-kernel, Michael Walle
Pinmux registers ends at 0x000f42ac (including). Thus, the size argument
of the pinctrl-single node has to be 0x2b0. Fix it.
This will fix the following error:
pinctrl-single f4000.pinctrl: mux offset out of range: 0x2ac (0x2ac)
Fixes: 29075cc09f43 ("arm64: dts: ti: Introduce AM62P5 family of SoCs")
Signed-off-by: Michael Walle <mwalle@kernel.org>
---
arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi
index 17471501df24..17c0949ac1d7 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi
@@ -264,7 +264,7 @@ secure_proxy_sa3: mailbox@43600000 {
main_pmx0: pinctrl@f4000 {
compatible = "pinctrl-single";
- reg = <0x00 0xf4000 0x00 0x2ac>;
+ reg = <0x00 0xf4000 0x00 0x2b0>;
#pinctrl-cells = <1>;
pinctrl-single,register-width = <32>;
pinctrl-single,function-mask = <0xffffffff>;
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: ti: k3-am62p-j722s: fix pinctrl-single size
2025-06-18 6:52 [PATCH] arm64: dts: ti: k3-am62p-j722s: fix pinctrl-single size Michael Walle
@ 2025-06-24 18:44 ` Vignesh Raghavendra
0 siblings, 0 replies; 2+ messages in thread
From: Vignesh Raghavendra @ 2025-06-24 18:44 UTC (permalink / raw)
To: Nishanth Menon, Tero Kristo, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bryan Brattlof, Dhruva Gole, Andrew Davis,
Michael Walle
Cc: Vignesh Raghavendra, linux-arm-kernel, devicetree, linux-kernel
Hi Michael Walle,
On Wed, 18 Jun 2025 08:52:39 +0200, Michael Walle wrote:
> Pinmux registers ends at 0x000f42ac (including). Thus, the size argument
> of the pinctrl-single node has to be 0x2b0. Fix it.
>
> This will fix the following error:
> pinctrl-single f4000.pinctrl: mux offset out of range: 0x2ac (0x2ac)
>
>
> [...]
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
[1/1] arm64: dts: ti: k3-am62p-j722s: fix pinctrl-single size
commit: fdc8ad019ab9a2308b8cef54fbc366f482fb746f
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-24 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 6:52 [PATCH] arm64: dts: ti: k3-am62p-j722s: fix pinctrl-single size Michael Walle
2025-06-24 18:44 ` Vignesh Raghavendra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).