summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-minnow-p1b.dts
blob: 564485a210e8bdabe003a2582b4ab7bcf5de4d38 (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
/*
 * Copyright (C) 2014 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 = "p1";
	mmi,hwrev = <
		0x04   /* Minnow P1B portable */
	>;

	Display@0 {
		gpio_vio_en = <&gpio2 10 0>;    /* VDDIO gpio-42 */
	};

};

&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;
};