mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: meson: Fixing L2 cache controller node for Meson8 and Meson8b
@ 2017-07-25 15:23 Emiliano Ingrassia
  2017-07-25 18:51 ` Martin Blumenstingl
  0 siblings, 1 reply; 12+ messages in thread
From: Emiliano Ingrassia @ 2017-07-25 15:23 UTC (permalink / raw)
  To: linus-amlogic

Changing address filtering range to support the entire DDR region.
The previous range prevents ODROID-C1+ board from booting.

Signed-off-by: Emiliano Ingrassia <ingrassia@epigenesys.com>
---
 arch/arm/boot/dts/meson8b.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
index 72e4f425f190..3f0850cf3403 100644
--- a/arch/arm/boot/dts/meson8b.dtsi
+++ b/arch/arm/boot/dts/meson8b.dtsi
@@ -190,7 +190,7 @@
 &L2 {
 	arm,data-latency = <3 3 3>;
 	arm,tag-latency = <2 2 2>;
-	arm,filter-ranges = <0x100000 0xc0000000>;
+	arm,filter-ranges = <0x0 0xc0000000>;
 };
 
 &saradc {
-- 
2.13.2

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-08-13 18:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-25 15:23 [PATCH] ARM: dts: meson: Fixing L2 cache controller node for Meson8 and Meson8b Emiliano Ingrassia
2017-07-25 18:51 ` Martin Blumenstingl
2017-07-26  9:55   ` Emiliano Ingrassia
2017-07-28 11:54     ` Martin Blumenstingl
2017-07-28 14:28       ` Emiliano Ingrassia
2017-07-28 20:38         ` Martin Blumenstingl
2017-07-29 16:32           ` Emiliano Ingrassia
2017-08-01 18:49             ` Martin Blumenstingl
2017-08-04 18:26               ` Emiliano Ingrassia
2017-08-04 20:46                 ` Martin Blumenstingl
2017-08-11 14:23                   ` Emiliano Ingrassia
2017-08-13 18:23                     ` Martin Blumenstingl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®