devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: k3-am65: mark dss as dma-coherent
@ 2020-10-29 14:11 Tomi Valkeinen
  2020-10-29 14:41 ` Nikhil Devshatwar
  0 siblings, 1 reply; 7+ messages in thread
From: Tomi Valkeinen @ 2020-10-29 14:11 UTC (permalink / raw)
  To: Tero Kristo, Nishanth Menon, Nikhil Devshatwar
  Cc: devicetree, linux-arm-kernel, Tomi Valkeinen

DSS is IO coherent on AM65, so we can mark it as such with
'dma-coherent' property in the DT file.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---

Sending separately as requested.

 arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
index 533525229a8d..a0b4a421026f 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
@@ -867,6 +867,8 @@ dss: dss@04a00000 {
 
 		status = "disabled";
 
+		dma-coherent;
+
 		dss_ports: ports {
 			#address-cells = <1>;
 			#size-cells = <0>;
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

end of thread, other threads:[~2020-11-02 16:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-29 14:11 [PATCH] arm64: dts: ti: k3-am65: mark dss as dma-coherent Tomi Valkeinen
2020-10-29 14:41 ` Nikhil Devshatwar
2020-10-29 14:52   ` Nishanth Menon
2020-10-30 14:08     ` Tomi Valkeinen
2020-11-02 13:01       ` Robin Murphy
2020-11-02 13:42         ` Tomi Valkeinen
2020-11-02 16:46           ` 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).