diff options
Diffstat (limited to 'arch/arm/boot/dts/omap3_h1.dts')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index b5fc5889432..3bd7de8504e 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -16,6 +16,16 @@  	model = "Olio OMAP3 H1 Board";  	compatible = "olio,omap3-h1", "ti,omap3"; +	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>; +	}; +  	cpus {  		cpu@0 {  			device_type = "cpu"; |