diff options
author | Nipun Gupta <nipun.gupta@nxp.com> | 2018-12-18 05:52:02 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-01-11 09:04:35 +0100 |
commit | 859873fb12baf83009521b1408201c83fc3a2f36 (patch) | |
tree | 66572a14764a3c5cc754cd3b37a60e71d218ec9f /arch/arm64/boot/dts/freescale | |
parent | arm64: dts: ls1088: add smmu device node (diff) | |
download | linux-859873fb12baf83009521b1408201c83fc3a2f36.tar.xz linux-859873fb12baf83009521b1408201c83fc3a2f36.zip |
arm64: dts: ls1088: add missing dma-coherent property in fsl-mc
Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi index 0fd8909758d8..ae2fdd22390b 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi @@ -670,6 +670,7 @@ <0x00000000 0x08340000 0 0x40000>; /* MC control reg */ msi-parent = <&its>; iommu-map = <0 &smmu 0 0>; /* This is fixed-up by u-boot */ + dma-coherent; #address-cells = <3>; #size-cells = <1>; |