Hi, This series adds ocmcram nodes to use the mmio-sram driver to dra7.dtsi for use by all dra7xx and am57xx platforms. Not all ocmcram regions are present on every SoC variant so all possible nodes are added to the parent dtsi with the optional nodes marked "disabled". Board dts files that are known to have silicon supporting them can then enable them as needed. Patch two adds a "dummy" reserved region in the ocmcram1 node that acts as a placeholder for the region that is needed by secure software running on secure variants of the SoC. It is left as size zero with the intention that either: - The bootloader will step in and adjust the size based on what the secure software that is in use requires. - A board dts with specific requirements will override the node with appropriate size. The SRAM bindings in use are described in this patch [1] that is part of a series that adds SRAM regions for OMAP3 platforms. Regards, Dave [1] http://marc.info/?l=linux-omap&m=146283061230440&w=2 Dave Gerlach (2): ARM: dts: dra7: Add ocmcram nodes ARM: dts: dra7: Add ti,secure-ram node to ocmcram1 node arch/arm/boot/dts/dra7.dtsi | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) -- 2.7.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html