Signed-off-by: Philipp Zabel <p.za...@pengutronix.de> --- Changes since v1: - Renamed "iram" to "ocram" as it appears in the processor reference manuals. --- arch/arm/boot/dts/imx6q.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index fd57079..9cb0b50 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -111,6 +111,11 @@ status = "disabled"; }; + ocram@00900000 { + compatible = "fsl,imx-ocram"; + reg = <0x00900000 0x3f000>; + }; + timer@00a00600 { compatible = "arm,cortex-a9-twd-timer"; reg = <0x00a00600 0x20>; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/