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>
This commit is contained in:
parent
78f31b0b01
commit
88b53b9c1f
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue