[PATCH] arm64: dts: ti: k3-am62a-mcu: enable mcu domain pinmux

Sai Sree Kartheek Adivi posted 1 patch 1 year ago
arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: dts: ti: k3-am62a-mcu: enable mcu domain pinmux
Posted by Sai Sree Kartheek Adivi 1 year ago
Enable mcu domain pinmux by default to be able to access mcu domain
peripherals from main domain.

This also makes it consistent with the rest of the k3 platforms where
mcu domain pinmux is enabled by default.

Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
index 0469c766b769e..9ed9d703ff24d 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
@@ -12,7 +12,6 @@ mcu_pmx0: pinctrl@4084000 {
 		#pinctrl-cells = <1>;
 		pinctrl-single,register-width = <32>;
 		pinctrl-single,function-mask = <0xffffffff>;
-		status = "disabled";
 	};
 
 	mcu_esm: esm@4100000 {
-- 
2.34.1
Re: [PATCH] arm64: dts: ti: k3-am62a-mcu: enable mcu domain pinmux
Posted by Vignesh Raghavendra 11 months, 1 week ago
Hi Sai Sree Kartheek Adivi,

On Mon, 20 Jan 2025 13:24:42 +0530, Sai Sree Kartheek Adivi wrote:
> Enable mcu domain pinmux by default to be able to access mcu domain
> peripherals from main domain.
> 
> This also makes it consistent with the rest of the k3 platforms where
> mcu domain pinmux is enabled by default.
> 
> 
> [...]

I have applied the following to branch ti-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-am62a-mcu: enable mcu domain pinmux
      commit: 9e999a702701b621be7427a6f2cc29bd04defa7f

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