* [PATCH 1/3] arm64: dts: ti: k3-am642-evm/sk: Mark mcu_gpio_intr as reserved
@ 2023-11-10 13:25 Vignesh Raghavendra
2023-11-10 13:25 ` [PATCH 2/3] arm64: dts: ti: k3-am62p5-sk: Mark mcu gpio and " Vignesh Raghavendra
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Vignesh Raghavendra @ 2023-11-10 13:25 UTC (permalink / raw)
To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel
Similar to MCU GPIO, mark the MCU GPIO router also as reserved for MCU
domain firmware usage.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
arch/arm64/boot/dts/ti/k3-am642-evm.dts | 6 +++++-
arch/arm64/boot/dts/ti/k3-am642-sk.dts | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
index 4dba18941015..45f64b6f8281 100644
--- a/arch/arm64/boot/dts/ti/k3-am642-evm.dts
+++ b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
@@ -468,11 +468,15 @@ &main_gpio0 {
bootph-all;
};
-/* mcu_gpio0 is reserved for mcu firmware usage */
+/* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */
&mcu_gpio0 {
status = "reserved";
};
+&mcu_gpio_intr {
+ status = "reserved";
+};
+
&main_spi0 {
status = "okay";
pinctrl-names = "default";
diff --git a/arch/arm64/boot/dts/ti/k3-am642-sk.dts b/arch/arm64/boot/dts/ti/k3-am642-sk.dts
index f29c8a9b59ba..d2d3b5017ac4 100644
--- a/arch/arm64/boot/dts/ti/k3-am642-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am642-sk.dts
@@ -433,11 +433,15 @@ exp2: gpio@60 {
};
};
-/* mcu_gpio0 is reserved for mcu firmware usage */
+/* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */
&mcu_gpio0 {
status = "reserved";
};
+&mcu_gpio_intr {
+ status = "reserved";
+};
+
&sdhci0 {
vmmc-supply = <&wlan_en>;
bus-width = <4>;
--
2.42.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] arm64: dts: ti: k3-am62p5-sk: Mark mcu gpio and mcu_gpio_intr as reserved
2023-11-10 13:25 [PATCH 1/3] arm64: dts: ti: k3-am642-evm/sk: Mark mcu_gpio_intr as reserved Vignesh Raghavendra
@ 2023-11-10 13:25 ` Vignesh Raghavendra
2023-11-10 13:25 ` [PATCH 3/3] arm64: dts: ti: k3-am62x-sk-common: " Vignesh Raghavendra
2023-12-01 8:53 ` [PATCH 1/3] arm64: dts: ti: k3-am642-evm/sk: Mark " Nishanth Menon
2 siblings, 0 replies; 4+ messages in thread
From: Vignesh Raghavendra @ 2023-11-10 13:25 UTC (permalink / raw)
To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel
These are typically under MCU Firmware usage. Hence mark them reserved.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
index f377eadef0c1..1773c05f752c 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
@@ -598,3 +598,12 @@ &wkup_uart0 {
status = "reserved";
bootph-all;
};
+
+/* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */
+&mcu_gpio0 {
+ status = "reserved";
+};
+
+&mcu_gpio_intr {
+ status = "reserved";
+};
--
2.42.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] arm64: dts: ti: k3-am62x-sk-common: Mark mcu gpio and mcu_gpio_intr as reserved
2023-11-10 13:25 [PATCH 1/3] arm64: dts: ti: k3-am642-evm/sk: Mark mcu_gpio_intr as reserved Vignesh Raghavendra
2023-11-10 13:25 ` [PATCH 2/3] arm64: dts: ti: k3-am62p5-sk: Mark mcu gpio and " Vignesh Raghavendra
@ 2023-11-10 13:25 ` Vignesh Raghavendra
2023-12-01 8:53 ` [PATCH 1/3] arm64: dts: ti: k3-am642-evm/sk: Mark " Nishanth Menon
2 siblings, 0 replies; 4+ messages in thread
From: Vignesh Raghavendra @ 2023-11-10 13:25 UTC (permalink / raw)
To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel
These are typically under MCU Firmware usage. Hence mark them reserved.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
index 5d64386265b8..ccf6c384b9e9 100644
--- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
@@ -515,3 +515,12 @@ dpi1_out: endpoint {
};
};
};
+
+/* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */
+&mcu_gpio0 {
+ status = "reserved";
+};
+
+&mcu_gpio_intr {
+ status = "reserved";
+};
--
2.42.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] arm64: dts: ti: k3-am642-evm/sk: Mark mcu_gpio_intr as reserved
2023-11-10 13:25 [PATCH 1/3] arm64: dts: ti: k3-am642-evm/sk: Mark mcu_gpio_intr as reserved Vignesh Raghavendra
2023-11-10 13:25 ` [PATCH 2/3] arm64: dts: ti: k3-am62p5-sk: Mark mcu gpio and " Vignesh Raghavendra
2023-11-10 13:25 ` [PATCH 3/3] arm64: dts: ti: k3-am62x-sk-common: " Vignesh Raghavendra
@ 2023-12-01 8:53 ` Nishanth Menon
2 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2023-12-01 8:53 UTC (permalink / raw)
To: Tero Kristo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Vignesh Raghavendra
Cc: Nishanth Menon, linux-arm-kernel, devicetree, linux-kernel
Hi Vignesh Raghavendra,
On Fri, 10 Nov 2023 18:55:06 +0530, Vignesh Raghavendra wrote:
> Similar to MCU GPIO, mark the MCU GPIO router also as reserved for MCU
> domain firmware usage.
>
>
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
[1/3] arm64: dts: ti: k3-am642-evm/sk: Mark mcu_gpio_intr as reserved
commit: 26abae3d840b8b83413c6222725db1104fe4811d
[2/3] arm64: dts: ti: k3-am62p5-sk: Mark mcu gpio and mcu_gpio_intr as reserved
commit: 1b3014a65adb491ec5a777c988f0dd85094d78bd
[3/3] arm64: dts: ti: k3-am62x-sk-common: Mark mcu gpio and mcu_gpio_intr as reserved
commit: 5582b1c623a6d62d3aff62c070173c9f1eb8fabd
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
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-01 8:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-10 13:25 [PATCH 1/3] arm64: dts: ti: k3-am642-evm/sk: Mark mcu_gpio_intr as reserved Vignesh Raghavendra
2023-11-10 13:25 ` [PATCH 2/3] arm64: dts: ti: k3-am62p5-sk: Mark mcu gpio and " Vignesh Raghavendra
2023-11-10 13:25 ` [PATCH 3/3] arm64: dts: ti: k3-am62x-sk-common: " Vignesh Raghavendra
2023-12-01 8:53 ` [PATCH 1/3] arm64: dts: ti: k3-am642-evm/sk: Mark " Nishanth Menon
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).