Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: zynq: Use recommended dma-controller name instead of dmac

Use standard name for dma controller. Issue is reported by dtbs_check as
dmac@f8003000: $nodename:0: 'dmac@f8003000' does not match
'^dma-controller(@.*)?$'

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/5637d7e3464fbc1b2b269a7df35e24edc2c8d4ac.1672908080.git.michal.simek@amd.com

+1 -1
+1 -1
arch/arm/boot/dts/zynq-7000.dtsi
··· 343 343 }; 344 344 }; 345 345 346 - dmac_s: dmac@f8003000 { 346 + dmac_s: dma-controller@f8003000 { 347 347 compatible = "arm,pl330", "arm,primecell"; 348 348 reg = <0xf8003000 0x1000>; 349 349 interrupt-parent = <&intc>;