blob: b4f02fbfa6a005f337644a430b456f8d39159b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
/*
* Copyright (C) 2013 Motorola Mobility LLC
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/dts-v1/;
/include/ "omap3-minnow.dtsi"
/ {
mmi,revision = "p0";
mmi,hwrev = <
0x00 /* Minnow P0 wingboard */
0x01 /* Minnow P0 portable */
0x03 /* Minnow P1A portable */
0x02 /* Minnow P1A CLK distributor test portable */
>;
};
&spi_flash {
m25p,m4sensorhub_cb;
};
&i2c1 {
atmxt@4a {
support-snowflake = <0>;
};
};
&ldo4_reg {
regulator-always-on;
};
&tps65912_0 {
register-init-data = <
0x06 0x7F /* DCDC1_LIMIT: 0.7V-1.4875V in 12.5mV steps */
0x25 0xD1 /* DEVCTRL2: enable SLEEP, INT push/pull
200us TSLOT, INT active high */
0x26 0x49 /* I2C_SPI_CFG: AVS ADDR = 0x13,
DCDC1, DCDC4 is AVS ctrl */
0x29 0x10 /* SET_OFF1: LDO5 */
0x2A 0x24 /* SET_OFF2: DCDC1, DCDC4 */
0x2d 0x88 /* DISCHARGE1: Enable LDO4, LDO8 */
0x17 0xC0 /* LDO3_AVS b6=1 : ECO mode */
0x1f 0xf8 /* LDO8: b6=1 : ECO mode */
0x21 0xf2 /* LD10: b6=1 : ECO mode */
>;
ldo9_loadswitch_enabled;
};
&dock_detect {
old-hw;
};
|