diff options
| author | Jim Wylder <jwylder1@motorola.com> | 2014-04-07 14:42:53 -0500 |
|---|---|---|
| committer | Jim Wylder <jwylder1@motorola.com> | 2014-04-09 10:16:57 -0500 |
| commit | 0df6e72988498f1708795b8cba402ab28ce6fad4 (patch) | |
| tree | ced7bc75df889e647d6aed1720f636949fb1576a | |
| parent | f6574d77a5e95bbcea3f178f761f8107dec597e4 (diff) | |
| download | olio-linux-3.10-0df6e72988498f1708795b8cba402ab28ce6fad4.tar.xz olio-linux-3.10-0df6e72988498f1708795b8cba402ab28ce6fad4.zip | |
IKXCLOCK-705 dts: minnow: set defaults for ramoops
Change-Id: I2be4760b977c9c89dd8efde49ebc3bfcc520ec08
Signed-off-by: Jim Wylder <jwylder1@motorola.com>
| -rw-r--r-- | arch/arm/boot/dts/omap3-minnow.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-minnow.dtsi b/arch/arm/boot/dts/omap3-minnow.dtsi index e631167a18c..ddafd1af28e 100644 --- a/arch/arm/boot/dts/omap3-minnow.dtsi +++ b/arch/arm/boot/dts/omap3-minnow.dtsi @@ -5,12 +5,24 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ +/* reserve memory for ram_console */ +/memreserve/ 0x83000000 0x20000; /* IMAGE_DOWN_LOAD_ADDR */ + /include/ "omap36xx.dtsi" / { model = "Motorola OMAP3 Platform"; compatible = "mot,omap3-minnow", "ti,omap3"; + ramoops { + compatible = "ramoops"; + status = "ok"; + + android,ramoops-buffer-start = <0x83000000>; + android,ramoops-buffer-size = <0x20000>; + android,ramoops-console-size = <0x20000>; + }; + cpus { cpu@0 { device_type = "cpu"; @@ -182,6 +194,7 @@ }; soc { + compatible = "mot,soc-c55"; mot,mic_bias1_en = <&gpio3 13 0>; /* gpio-077 */ mot,mic_bias3_en = <&gpio3 20 0>; /* gpio-084 */ |