From 8d1303c4cbef59de0fc2481866d9276a68b38914 Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Wed, 20 May 2020 16:23:37 +0900 Subject: [PATCH] ARM: dts: bcm2711: Remove audio-rx The hdmi1 does not support rx line, remove the rx line. Change-Id: I21df6ac42a2887ee5c60e345b267a5b905071410 Signed-off-by: Hoegeun Kwon --- arch/arm/boot/dts/bcm2711.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi index 2b834ef..cabf86f 100644 --- a/arch/arm/boot/dts/bcm2711.dtsi +++ b/arch/arm/boot/dts/bcm2711.dtsi @@ -406,8 +406,6 @@ <9>, <10>, <11>; interrupt-names = "cec-tx", "cec-rx", "cec-low", "wakeup", "hpd-connected", "hpd-removed"; - dmas = <&dma (17 | (1 << 27) | (1 << 24)| (15 << 20) | (10 << 16))>; - dma-names = "audio-rx"; status = "disabled"; }; -- 2.7.4