diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-04-01 20:52:15 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 17:47:57 +0800 |
commit | 88b53b9c1f2da681a5fb08c79437b8cd17b356ff (patch) | |
tree | c08cf1e877eba3cb55762fcdf924bbd0b294ee43 /arch/arm/boot/dts/imx6sx.dtsi | |
parent | 78f31b0b01aea2d21ad2cc9da4a196c6785b6600 (diff) | |
download | talos-op-linux-88b53b9c1f2da681a5fb08c79437b8cd17b356ff.tar.gz talos-op-linux-88b53b9c1f2da681a5fb08c79437b8cd17b356ff.zip |
ARM: dts: imx6sx: Remove unused property
Property 'dma-source' is not used anywhere, nor it is documented, so
let's just get rid of it.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index c8269e79e21d..d02ab324c7ba 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -971,7 +971,6 @@ clock-names = "bus", "mclk1", "mclk2", "mclk3"; dma-names = "rx", "tx"; dmas = <&sdma 31 24 0>, <&sdma 32 24 0>; - dma-source = <&gpr 0 15 0 16>; status = "disabled"; }; @@ -991,7 +990,6 @@ clock-names = "bus", "mclk1", "mclk2", "mclk3"; dma-names = "rx", "tx"; dmas = <&sdma 33 24 0>, <&sdma 34 24 0>; - dma-source = <&gpr 0 17 0 18>; status = "disabled"; }; |