diff options
author | Joy Zou <joy.zou@nxp.com> | 2022-09-05 16:36:15 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-09-12 17:21:25 +0800 |
commit | 6769089ecb5073b0896addffe72c89a4d80258c9 (patch) | |
tree | 15f1be1a6ff3e67d31481ca3173f6ef2b706bf9e /arch/arm/boot/dts/imx6ul.dtsi | |
parent | 179141ca7c71184f6b96787c9a08018ca8a6ea63 (diff) |
ARM: dts: imx: update sdma node name format
Node names should be generic, so change the sdma node name format 'sdma'
into 'dma-controller'.
Acked-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Joy Zou <joy.zou@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index c95efd1d8c2d..2b5996395701 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -744,7 +744,7 @@ status = "disabled"; }; - sdma: sdma@20ec000 { + sdma: dma-controller@20ec000 { compatible = "fsl,imx6ul-sdma", "fsl,imx6q-sdma", "fsl,imx35-sdma"; reg = <0x020ec000 0x4000>; |