All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: rockchip: reserve unusable memory region on rk3288
@ 2015-08-01 12:35 ` Heiko Stübner
  0 siblings, 0 replies; 16+ messages in thread
From: Heiko Stübner @ 2015-08-01 12:35 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Douglas Anderson, Alexandru Stan

The rk3288 has problems accessing the memory region 0xfe000000~0xff000000.
So block off the affected region to prevent its use.

Tested on 4GB Veyron Minnie and 2GB Veyron Jerry devices.

Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
---
 arch/arm/boot/dts/rk3288.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index 2db91c9..19766af 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -169,6 +169,16 @@
 		};
 	};
 
+	reserved-memory {
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+
+		unusable@fe000000 {
+			reg = <0xfe000000 0x1000000>;
+		};
+	};
+
 	xin24m: oscillator {
 		compatible = "fixed-clock";
 		clock-frequency = <24000000>;
-- 
2.1.4

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

end of thread, other threads:[~2015-08-03 22:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-01 12:35 [PATCH 1/2] ARM: dts: rockchip: reserve unusable memory region on rk3288 Heiko Stübner
2015-08-01 12:35 ` Heiko Stübner
2015-08-01 12:36 ` [PATCH 2/2] ARM: dts: rockchip: add veyron-minnie board Heiko Stübner
2015-08-01 12:36   ` Heiko Stübner
2015-08-01 21:32 ` [PATCH 1/2] ARM: dts: rockchip: reserve unusable memory region on rk3288 Doug Anderson
2015-08-01 21:32   ` Doug Anderson
     [not found]   ` <CAD=FV=W2LSQh4e9+=ooTf34VzM_yPZn497DqSVEdb1kehZbqQQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-01 22:52     ` Heiko Stübner
2015-08-01 22:52       ` Heiko Stübner
2015-08-01 23:13       ` Heiko Stübner
2015-08-01 23:13         ` Heiko Stübner
2015-08-03 22:52       ` Doug Anderson
2015-08-03 22:52         ` Doug Anderson
2015-08-03 22:38     ` Heiko Stübner
2015-08-03 22:38       ` Heiko Stübner
2015-08-03 22:53       ` Doug Anderson
2015-08-03 22:53         ` Doug Anderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.