Platforms with secure silicon, like omap3-n900, need to mark off a section of the ocmcram as reserved because it is used by secure software. Signed-off-by: Dave Gerlach <d-gerlach@xxxxxx> --- arch/arm/boot/dts/omap3-n900.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index b3c26a96a726..448452a76c23 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -1004,3 +1004,10 @@ &ssi_port2 { status = "disabled"; }; + +&ocmcram { + sram-hs@0 { + compatible = "ti,secure-ram"; + reg = <0x0 0xC000>; + }; +}; -- 2.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html