mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
arm64: dts: imx8-ss-audio: Remove unexistent'shared-interrupt'
The 'shared-interrupt' property is not documented nor used anywhere. Remove it. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
edef8f1a01
commit
adf8745db4
|
|
@ -24,7 +24,6 @@ edma0: dma-controller@591f0000 {
|
|||
compatible = "fsl,imx8qm-edma";
|
||||
reg = <0x591f0000 0x190000>;
|
||||
#dma-cells = <3>;
|
||||
shared-interrupt;
|
||||
dma-channels = <24>;
|
||||
dma-channel-mask = <0x5c0c00>;
|
||||
interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>, /* 0 asrc 0 */
|
||||
|
|
@ -127,7 +126,6 @@ edma1: dma-controller@599f0000 {
|
|||
compatible = "fsl,imx8qm-edma";
|
||||
reg = <0x599f0000 0xc0000>;
|
||||
#dma-cells = <3>;
|
||||
shared-interrupt;
|
||||
dma-channels = <11>;
|
||||
dma-channel-mask = <0xc0>;
|
||||
interrupts = <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>, /* 0 asrc 1 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user