public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/11] arm64: dts: ti: k3-am642-evm: Do not split single items
@ 2024-01-23 22:25 Andrew Davis
  2024-01-23 22:25 ` [PATCH 02/11] arm64: dts: ti: k3-am642-sk: " Andrew Davis
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Andrew Davis @ 2024-01-23 22:25 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-kernel
  Cc: devicetree, linux-kernel, Andrew Davis

Each "mboxes" item is composed of two cells. It seems these got split
as they appeared to be two items in an array, but are actually a single
two-cell item. Rejoin these cells.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am642-evm.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
index 8c5651d2cf5dd..c407f6eca3433 100644
--- a/arch/arm64/boot/dts/ti/k3-am642-evm.dts
+++ b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
@@ -660,25 +660,25 @@ mbox_m4_0: mbox-m4-0 {
 };
 
 &main_r5fss0_core0 {
-	mboxes = <&mailbox0_cluster2>, <&mbox_main_r5fss0_core0>;
+	mboxes = <&mailbox0_cluster2 &mbox_main_r5fss0_core0>;
 	memory-region = <&main_r5fss0_core0_dma_memory_region>,
 			<&main_r5fss0_core0_memory_region>;
 };
 
 &main_r5fss0_core1 {
-	mboxes = <&mailbox0_cluster2>, <&mbox_main_r5fss0_core1>;
+	mboxes = <&mailbox0_cluster2 &mbox_main_r5fss0_core1>;
 	memory-region = <&main_r5fss0_core1_dma_memory_region>,
 			<&main_r5fss0_core1_memory_region>;
 };
 
 &main_r5fss1_core0 {
-	mboxes = <&mailbox0_cluster4>, <&mbox_main_r5fss1_core0>;
+	mboxes = <&mailbox0_cluster4 &mbox_main_r5fss1_core0>;
 	memory-region = <&main_r5fss1_core0_dma_memory_region>,
 			<&main_r5fss1_core0_memory_region>;
 };
 
 &main_r5fss1_core1 {
-	mboxes = <&mailbox0_cluster4>, <&mbox_main_r5fss1_core1>;
+	mboxes = <&mailbox0_cluster4 &mbox_main_r5fss1_core1>;
 	memory-region = <&main_r5fss1_core1_dma_memory_region>,
 			<&main_r5fss1_core1_memory_region>;
 };
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-02-06  4:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-23 22:25 [PATCH 01/11] arm64: dts: ti: k3-am642-evm: Do not split single items Andrew Davis
2024-01-23 22:25 ` [PATCH 02/11] arm64: dts: ti: k3-am642-sk: " Andrew Davis
2024-01-23 22:25 ` [PATCH 03/11] arm64: dts: ti: iot2050: " Andrew Davis
2024-01-23 22:25 ` [PATCH 04/11] arm64: dts: ti: k3-am654-base-board: " Andrew Davis
2024-01-23 22:25 ` [PATCH 05/11] arm64: dts: ti: k3-am68-sk-som: " Andrew Davis
2024-01-23 22:25 ` [PATCH 06/11] arm64: dts: ti: k3-am69-sk: " Andrew Davis
2024-01-23 22:25 ` [PATCH 07/11] arm64: dts: ti: k3-j7200-som-p0: " Andrew Davis
2024-01-23 22:25 ` [PATCH 08/11] arm64: dts: ti: k3-j721e-beagleboneai64: " Andrew Davis
2024-01-23 22:25 ` [PATCH 09/11] arm64: dts: ti: k3-j721e-sk: " Andrew Davis
2024-01-23 22:25 ` [PATCH 10/11] arm64: dts: ti: k3-j721e-som-p0: " Andrew Davis
2024-01-23 22:25 ` [PATCH 11/11] arm64: dts: ti: k3-j721s2-som-p0: " Andrew Davis
2024-02-06  4:33 ` [PATCH 01/11] arm64: dts: ti: k3-am642-evm: " Vignesh Raghavendra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox