Skip to content

Commit e4ad472

Browse files
tpetazzonigregkh
authored andcommitted
ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys
commit 929e604efa3dc0522214e0dc18984be23993e9f0 upstream. When the support for the Marvell crypto engine was added in the Device Tree of the various Armada 385 Device Tree files in commit d716f2e ("ARM: mvebu: define crypto SRAM ranges for all armada-38x boards"), a typo was made in the MBus window attributes for the Armada 385 Linksys board: 0x09/0x05 are used instead of 0x19/0x15. This commit fixes this typo, which makes the CESA engines operational on Armada 385 Linksys boards. Reported-by: Terry Stockert <stockert@inkblotadmirer.me> Cc: Terry Stockert <stockert@inkblotadmirer.me> Cc: Imre Kaloz <kaloz@openwrt.org> Cc: Boris Brezillon <boris.brezillon@free-electrons.com> Fixes: d716f2e ("ARM: mvebu: define crypto SRAM ranges for all armada-38x boards") Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent bec5862 commit e4ad472

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/armada-385-linksys.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
soc {
5959
ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
6060
MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000
61-
MBUS_ID(0x09, 0x09) 0 0xf1100000 0x10000
62-
MBUS_ID(0x09, 0x05) 0 0xf1110000 0x10000>;
61+
MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000
62+
MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>;
6363

6464
internal-regs {
6565

0 commit comments

Comments
 (0)