Message ID | 1462830566-28708-4-git-send-email-d-gerlach@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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>; + }; +};
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@ti.com> --- arch/arm/boot/dts/omap3-n900.dts | 7 +++++++ 1 file changed, 7 insertions(+)