diff options
| author | Oleksandr Kozaruk <oleksandr.kozaruk@globallogic.com> | 2015-07-21 09:58:10 -0700 | 
|---|---|---|
| committer | Oleksandr Kozaruk <oleksandr.kozaruk@globallogic.com> | 2015-07-21 09:58:10 -0700 | 
| commit | 5ef85ed8a44a244770f46370554f2783bd1194bc (patch) | |
| tree | c924620f10cceeed798e8436fca91b67031f0628 /arch/arm/boot/dts | |
| parent | e33bd04c83d59be6691ae53f072a8eaff847558a (diff) | |
| download | olio-linux-3.10-globallogic_suspend.tar.xz olio-linux-3.10-globallogic_suspend.zip | |
olio: Add ramoops.globallogic_suspend
See Documentation/ramoops.txt
Diffstat (limited to 'arch/arm/boot/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"; |