]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: zynq: Use recommended dma-controller name instead of dmac
authorMichal Simek <michal.simek@amd.com>
Thu, 5 Jan 2023 08:41:22 +0000 (09:41 +0100)
committerMichal Simek <michal.simek@amd.com>
Thu, 9 Mar 2023 12:15:00 +0000 (13:15 +0100)
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
arch/arm/dts/zynq-7000.dtsi

index 02cf382f066ba668217ee68c1e47bd61c13e6049..5ccee8b80b440eade924ba8a16fc5fff9759ae89 100644 (file)
                        };
                };
 
-               dmac_s: dmac@f8003000 {
+               dmac_s: dma-controller@f8003000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0xf8003000 0x1000>;
                        interrupt-parent = <&intc>;