diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2023-04-14 11:19:46 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-14 04:29:51 +0200 |
commit | e9f5cd85f1f931bb7b64031492f7051187ccaac7 (patch) | |
tree | 2da3507a030782fb8e31d936ae0149c42bc7114b /arch/arm/boot/dts/imx6ul.dtsi | |
parent | ARM: dts: imx6qdl: Add missing phy-mode and fixed links (diff) | |
download | linux-e9f5cd85f1f931bb7b64031492f7051187ccaac7.tar.xz linux-e9f5cd85f1f931bb7b64031492f7051187ccaac7.zip |
ARM: dts: imx: Adjust dma-apbh node name
Currently the dtbs_check generates warnings like this:
$nodename:0: 'dma-apbh@110000' does not match '^dma-controller(@.*)?$'
So fix all affected dma-apbh node names.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.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 3d9d0f823568..118764c50d92 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -164,7 +164,7 @@ <0x00a06000 0x2000>; }; - dma_apbh: dma-apbh@1804000 { + dma_apbh: dma-controller@1804000 { compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh"; reg = <0x01804000 0x2000>; interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>, |