mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
arm64: dts: juno: align pl330 node name with dtschema
Fixes dtbs_check warning: dma@7ff00000: $nodename:0: 'dma@7ff00000' does not match '^dma-controller(@.*)?$' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20220129175621.299254-1-krzysztof.kozlowski@canonical.com
This commit is contained in:
parent
e783362eb5
commit
e7f127b213
|
|
@ -672,7 +672,7 @@ smmu_usb: iommu@7fb30000 {
|
|||
dma-coherent;
|
||||
};
|
||||
|
||||
dma@7ff00000 {
|
||||
dma-controller@7ff00000 {
|
||||
compatible = "arm,pl330", "arm,primecell";
|
||||
reg = <0x0 0x7ff00000 0 0x1000>;
|
||||
#dma-cells = <1>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user