diff options
Diffstat (limited to 'arch/arm/boot/dts')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index eb77ae21854..7c3b4ebd314 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -11,6 +11,11 @@   */  /dts-v1/; +/* reserve memory for ram_console */ +/memreserve/ 0x83000000 0x20000; /* IMAGE_DOWN_LOAD_ADDR */ +/* /memreserve/ 0x83020000 0x16000; */ /* OMAP_SECURE_RAM_STORAGE_ADDR */ +/* /memreserve/ 0x83036000 0x9000; */ /* OMAP3_SECURE_RAM_CTX_ADDR */ +  /include/ "omap36xx.dtsi"  / {  	model = "Olio OMAP3 H1 Board"; @@ -40,6 +45,16 @@  		regulator-boot-on;  	}; +	ramoops { +		compatible = "ramoops"; +		status = "ok"; + +		android,ramoops-buffer-start = <0x83000000>; +		android,ramoops-buffer-size  = <0x20000>; +		android,ramoops-console-size = <0x1FC00>; +		android,ramoops-annotate-size = <0x400>; +	}; +  	/* omap_pimic is used by the omap-pmic-regulator driver - a   	 * generic framework for omap interfacing with i2c drivers, based  	 * on the TWL framework. |