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 10:29:51 +0800 |
commit | e9f5cd85f1f931bb7b64031492f7051187ccaac7 (patch) | |
tree | 2da3507a030782fb8e31d936ae0149c42bc7114b /arch/arm/boot/dts/imx7s.dtsi | |
parent | 0eea5c60c15fedd61dede52883745ab7e6a28562 (diff) |
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/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index efe2525b62fa..54026c2c93fa 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -1257,7 +1257,7 @@ }; }; - dma_apbh: dma-apbh@33000000 { + dma_apbh: dma-controller@33000000 { compatible = "fsl,imx7d-dma-apbh", "fsl,imx28-dma-apbh"; reg = <0x33000000 0x2000>; interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>, |