Message ID | 1372410454-14628-1-git-send-email-b32955@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Jun 28, 2013 at 05:07:34PM +0800, Huang Shijie wrote: > The "fsl,gpmi-dma-channel" is not used any more, just remove it > from all the dts file. > > Signed-off-by: Huang Shijie <b32955@freescale.com> I already had a patch [1] to clean them up more globally. And I'm waiting for all existing users to move to new API. I see this can go into 3.12. Shawn [1] http://www.spinics.net/lists/arm-kernel/msg227839.html
? 2013?07?01? 16:37, Shawn Guo ??:
> I already had a patch [1] to clean them up more globally. And I'm
ok. got it.
thanks
Huang Shijie
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 587ceef..399b0a0 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -82,7 +82,6 @@ clock-names = "gpmi_io"; dmas = <&dma_apbh 4>; dma-names = "rx-tx"; - fsl,gpmi-dma-channel = <4>; status = "disabled"; }; diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 6a8acb0..cc65572 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -104,7 +104,6 @@ clock-names = "gpmi_io"; dmas = <&dma_apbh 4>; dma-names = "rx-tx"; - fsl,gpmi-dma-channel = <4>; status = "disabled"; }; diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index f2c623d..0641652 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -89,7 +89,6 @@ "gpmi_bch_apb", "per1_bch"; dmas = <&dma_apbh 0>; dma-names = "rx-tx"; - fsl,gpmi-dma-channel = <0>; status = "disabled"; };
The "fsl,gpmi-dma-channel" is not used any more, just remove it from all the dts file. Signed-off-by: Huang Shijie <b32955@freescale.com> --- arch/arm/boot/dts/imx23.dtsi | 1 - arch/arm/boot/dts/imx28.dtsi | 1 - arch/arm/boot/dts/imx6qdl.dtsi | 1 - 3 files changed, 0 insertions(+), 3 deletions(-)