lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 31 Jan 2024 22:26:02 +0100
From: Duje Mihanović <duje.mihanovic@...le.hr>
To: Vinod Koul <vkoul@...nel.org>, Rob Herring <robh+dt@...nel.org>, 
 Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, 
 Conor Dooley <conor+dt@...nel.org>, Lubomir Rintel <lkundrak@...sk>
Cc: dmaengine@...r.kernel.org, devicetree@...r.kernel.org, 
 linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, 
 Duje Mihanović <duje.mihanovic@...le.hr>
Subject: [PATCH v2 1/2] ARM: dts: mmp2: drop iram property

The iram property appears to be a duplicate of the asram property, with
the difference that it's not used by the mmp-tdma driver anyway. Drop it
from the SoC dtsi.

Signed-off-by: Duje Mihanović <duje.mihanovic@...le.hr>
---
 arch/arm/boot/dts/marvell/mmp2.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/marvell/mmp2.dtsi b/arch/arm/boot/dts/marvell/mmp2.dtsi
index 987d792f67ea..1c0a1b58373c 100644
--- a/arch/arm/boot/dts/marvell/mmp2.dtsi
+++ b/arch/arm/boot/dts/marvell/mmp2.dtsi
@@ -212,7 +212,6 @@ adma0: dma-controller@...a0800 {
 				interrupts = <48>;
 				#dma-cells = <1>;
 				asram = <&asram>;
-				iram = <&asram>;
 				status = "disabled";
 			};
 

-- 
2.43.0



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ