[PATCH 2/2] ARM: dts: imx23: Remove dma interrupt-names

Fabio Estevam festevam at gmail.com
Sun Oct 1 17:32:39 PDT 2023


From: Fabio Estevam <festevam at denx.de>

Per fsl,mxs-dma.yaml, 'interrupt-names' is not a valid property.

Remove it to fix the following schema warning:

dma-apbx at 80024000: 'interrupt-names' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/dma/fsl,mxs-dma.yaml#

Signed-off-by: Fabio Estevam <festevam at denx.de>
---
 arch/arm/boot/dts/nxp/mxs/imx23.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/nxp/mxs/imx23.dtsi b/arch/arm/boot/dts/nxp/mxs/imx23.dtsi
index 9cba1d0224f4..f98ee2e42431 100644
--- a/arch/arm/boot/dts/nxp/mxs/imx23.dtsi
+++ b/arch/arm/boot/dts/nxp/mxs/imx23.dtsi
@@ -419,10 +419,6 @@ dma_apbx: dma-controller at 80024000 {
 					     <19>, <0>, <25>, <23>,
 					     <60>, <58>, <9>, <0>,
 					     <0>, <0>, <0>, <0>;
-				interrupt-names = "audio-adc", "audio-dac", "spdif-tx", "i2c",
-						  "saif0", "empty", "auart0-rx", "auart0-tx",
-						  "auart1-rx", "auart1-tx", "saif1", "empty",
-						  "empty", "empty", "empty", "empty";
 				#dma-cells = <1>;
 				dma-channels = <16>;
 				clocks = <&clks 16>;
-- 
2.34.1




More information about the linux-arm-kernel mailing list