Skip to content

Commit 6da4587

Browse files
lokeshvutlaMarc Zyngier
authored andcommitted
arm64: dts: k3-am65: Update the RM resource types
Update the ringacc and udma dt nodes to use the latest RM resource types similar to the ones used in k3-j721e dt nodes. Signed-off-by: Lokesh Vutla <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Acked-by: Nishanth Menon <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fef8451 commit 6da4587

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@
589589
<0x0 0x33000000 0x0 0x40000>;
590590
reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target";
591591
ti,num-rings = <818>;
592-
ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */
592+
ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */
593593
ti,dma-ring-reset-quirk;
594594
ti,sci = <&dmsc>;
595595
ti,sci-dev-id = <187>;
@@ -609,11 +609,11 @@
609609
ti,sci-dev-id = <188>;
610610
ti,ringacc = <&ringacc>;
611611

612-
ti,sci-rm-range-tchan = <0x1>, /* TX_HCHAN */
613-
<0x2>; /* TX_CHAN */
614-
ti,sci-rm-range-rchan = <0x4>, /* RX_HCHAN */
615-
<0x5>; /* RX_CHAN */
616-
ti,sci-rm-range-rflow = <0x6>; /* GP RFLOW */
612+
ti,sci-rm-range-tchan = <0xf>, /* TX_HCHAN */
613+
<0xd>; /* TX_CHAN */
614+
ti,sci-rm-range-rchan = <0xb>, /* RX_HCHAN */
615+
<0xa>; /* RX_CHAN */
616+
ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
617617
};
618618

619619
cpts@310d0000 {

arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<0x0 0x2a500000 0x0 0x40000>;
135135
reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target";
136136
ti,num-rings = <286>;
137-
ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */
137+
ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */
138138
ti,dma-ring-reset-quirk;
139139
ti,sci = <&dmsc>;
140140
ti,sci-dev-id = <195>;
@@ -154,11 +154,11 @@
154154
ti,sci-dev-id = <194>;
155155
ti,ringacc = <&mcu_ringacc>;
156156

157-
ti,sci-rm-range-tchan = <0x1>, /* TX_HCHAN */
158-
<0x2>; /* TX_CHAN */
159-
ti,sci-rm-range-rchan = <0x3>, /* RX_HCHAN */
160-
<0x4>; /* RX_CHAN */
161-
ti,sci-rm-range-rflow = <0x5>; /* GP RFLOW */
157+
ti,sci-rm-range-tchan = <0xf>, /* TX_HCHAN */
158+
<0xd>; /* TX_CHAN */
159+
ti,sci-rm-range-rchan = <0xb>, /* RX_HCHAN */
160+
<0xa>; /* RX_CHAN */
161+
ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
162162
};
163163
};
164164

0 commit comments

Comments
 (0)