diff mbox series

[1/2] arm64: dts: imx93: Remove unexistent 'shared-interrupt'

Message ID 20231113232016.70657-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/2] arm64: dts: imx93: Remove unexistent 'shared-interrupt' | expand

Commit Message

Fabio Estevam Nov. 13, 2023, 11:20 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

The 'shared-interrupt' property is not documented nor used anywhere.

Remove it.

This fixes the following schema warning:

imx93-11x11-evk.dtb: dma-controller@42000000: Unevaluated properties are not allowed ('shared-interrupt' was unexpected)
	from schema $id: http://devicetree.org/schemas/dma/fsl,edma.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx93.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo Dec. 6, 2023, 1:10 a.m. UTC | #1
On Mon, Nov 13, 2023 at 08:20:15PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> The 'shared-interrupt' property is not documented nor used anywhere.
> 
> Remove it.
> 
> This fixes the following schema warning:
> 
> imx93-11x11-evk.dtb: dma-controller@42000000: Unevaluated properties are not allowed ('shared-interrupt' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/dma/fsl,edma.yaml#
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied both, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
index ceccf4766440..03b8761db9e5 100644
--- a/arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
@@ -473,7 +473,6 @@  edma2: dma-controller@42000000 {
 				compatible = "fsl,imx93-edma4";
 				reg = <0x42000000 0x210000>;
 				#dma-cells = <3>;
-				shared-interrupt;
 				dma-channels = <64>;
 				interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
 					     <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,