diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2022-01-29 20:55:34 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2022-02-10 05:58:10 +0300 |
commit | 180be1b7a387af184d9eabd14fde82cd932219c3 (patch) | |
tree | 3523b141f3bb9614e0d06b368fdbd42f3a933fa1 /arch/arm64/boot/dts/altera | |
parent | 814927744e4e401d938ea8dc036cb048721ac32b (diff) | |
download | linux-180be1b7a387af184d9eabd14fde82cd932219c3.tar.xz |
arm64: dts: stratix10: 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>
Diffstat (limited to 'arch/arm64/boot/dts/altera')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index 4124021768b1..da032a6f71da 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -333,7 +333,7 @@ reg = <0xffe00000 0x100000>; }; - pdma: pdma@ffda0000 { + pdma: dma-controller@ffda0000 { compatible = "arm,pl330", "arm,primecell"; reg = <0xffda0000 0x1000>; interrupts = <0 81 4>, |