2021-02-22 17:37:13 +00:00
|
|
|
From 9704292ed3230ee19dc4dd64f7484301b728ffb7 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Rui Salvaterra <rsalvaterra@gmail.com>
|
|
|
|
Date: Wed, 17 Feb 2021 15:19:30 +0000
|
|
|
|
Subject: [PATCH] ARM: dts: turris-omnia: fix hardware buffer management
|
|
|
|
|
|
|
|
Hardware buffer management has never worked on the Turris Omnia, as the
|
|
|
|
required MBus window hadn't been reserved. Fix thusly.
|
|
|
|
|
|
|
|
Fixes: 018b88eee1a2 ("ARM: dts: turris-omnia: enable HW buffer management")
|
|
|
|
|
|
|
|
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
|
|
|
|
---
|
|
|
|
arch/arm/boot/dts/armada-385-turris-omnia.dts | 3 ++-
|
|
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
|
|
|
|
--- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
|
|
|
|
+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
|
2021-02-23 17:29:49 +00:00
|
|
|
@@ -31,7 +31,8 @@
|
2021-02-22 17:37:13 +00:00
|
|
|
ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
|
|
|
|
MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000
|
|
|
|
MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000
|
|
|
|
- MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>;
|
|
|
|
+ MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000
|
|
|
|
+ MBUS_ID(0x0c, 0x04) 0 0xf1200000 0x100000>;
|
|
|
|
|
|
|
|
internal-regs {
|
|
|
|
|