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

arm64: dts: agilex: align pl330 node name with dtschema

Fixes dtbs_check warnings like:

pdma@ffda0000: $nodename:0: 'pdma@ffda0000' does not match '^dma-controller(@.*)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Dinh Nguyen
e3e4ffe1 180be1b7

+1 -1
+1 -1
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
··· 337 337 reg = <0xffe00000 0x40000>; 338 338 }; 339 339 340 - pdma: pdma@ffda0000 { 340 + pdma: dma-controller@ffda0000 { 341 341 compatible = "arm,pl330", "arm,primecell"; 342 342 reg = <0xffda0000 0x1000>; 343 343 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>,