[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220129175535.299035-1-krzysztof.kozlowski@canonical.com>
Date: Sat, 29 Jan 2022 18:55:34 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
To: Dinh Nguyen <dinguyen@...nel.org>,
Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
Subject: [PATCH 1/2] arm64: dts: stratix10: align pl330 node name with dtschema
Fixes dtbs_check warnings like:
pdma@...a0000: $nodename:0: 'pdma@...a0000' does not match '^dma-controller(@.*)?$'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
---
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ ocram: sram@...00000 {
reg = <0xffe00000 0x100000>;
};
- pdma: pdma@...a0000 {
+ pdma: dma-controller@...a0000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0xffda0000 0x1000>;
interrupts = <0 81 4>,
--
2.32.0
Powered by blists - more mailing lists