]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: imx50: Pass the 'dma-cells' property
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 16 Oct 2017 22:34:04 +0000 (20:34 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Oct 2017 00:19:41 +0000 (08:19 +0800)
Pass the '#dma-cells' property in the sdma node, so that the following
build warning is gone:

  DTC     arch/arm/boot/dts/imx50-evk.dtb
arch/arm/boot/dts/imx50-evk.dtb: Warning (dmas_property): Missing property '#dma-cells' in node /soc/aips@60000000/sdma@63fb0000 or bad phandle (referred from /soc/aips@50000000/spba@50000000/ssi@50014000:dmas[0])

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx50.dtsi

index 3747d80104f4530226638a9051e18ba14f457701..30edf9afe63096693af55296fe1ea4283bfc9b96 100644 (file)
                                clocks = <&clks IMX5_CLK_SDMA_GATE>,
                                         <&clks IMX5_CLK_SDMA_GATE>;
                                clock-names = "ipg", "ahb";
+                               #dma-cells = <3>;
                                fsl,sdma-ram-script-name = "imx/sdma/sdma-imx50.bin";
                        };