arm64: dts: ti: k3-am65: mark dss as dma-coherent
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 2 Nov 2020 13:46:50 +0000 (15:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:54:14 +0000 (11:54 +0100)
commit 50301e8815c681bc5de8ca7050c4b426923d4e19 upstream.

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

Fixes: fc539b90eda2 ("arm64: dts: ti: am654: Add DSS node")
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Cc: stable@vger.kernel.org # v5.8+
Link: https://lore.kernel.org/r/20201102134650.55321-1-tomi.valkeinen@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

index 27f6fd9..b966220 100644 (file)
 
                status = "disabled";
 
+               dma-coherent;
+
                dss_ports: ports {
                        #address-cells = <1>;
                        #size-cells = <0>;