|
9 | 9 | #include <dt-bindings/gpio/gpio.h> |
10 | 10 |
|
11 | 11 | &{/} { |
12 | | - model = "Qualcomm Technologies, Inc. Monaco-EVK Mezzanine"; |
| 12 | + model = "Qualcomm Technologies, Inc. Monaco-EVK IFP Mezzanine"; |
13 | 13 |
|
14 | | - vreg_0p9: regulator-vreg-0p9 { |
| 14 | + vreg_0p9: regulator-0v9 { |
15 | 15 | compatible = "regulator-fixed"; |
16 | 16 | regulator-name = "VREG_0P9"; |
17 | 17 |
|
18 | 18 | regulator-min-microvolt = <900000>; |
19 | 19 | regulator-max-microvolt = <900000>; |
20 | 20 | regulator-always-on; |
21 | 21 | regulator-boot-on; |
22 | | - |
23 | | - vin-supply = <&vreg_3p3>; |
24 | 22 | }; |
25 | 23 |
|
26 | | - vreg_1p8: regulator-vreg-1p8 { |
| 24 | + vreg_1p8: regulator-1v8 { |
27 | 25 | compatible = "regulator-fixed"; |
28 | 26 | regulator-name = "VREG_1P8"; |
29 | 27 |
|
30 | 28 | regulator-min-microvolt = <1800000>; |
31 | 29 | regulator-max-microvolt = <1800000>; |
32 | 30 | regulator-always-on; |
33 | 31 | regulator-boot-on; |
34 | | - |
35 | | - vin-supply = <&vreg_4p2>; |
36 | | - }; |
37 | | - |
38 | | - vreg_3p3: regulator-vreg-3p3 { |
39 | | - compatible = "regulator-fixed"; |
40 | | - regulator-name = "VREG_3P3"; |
41 | | - |
42 | | - regulator-min-microvolt = <3300000>; |
43 | | - regulator-max-microvolt = <3300000>; |
44 | | - regulator-always-on; |
45 | | - regulator-boot-on; |
46 | | - |
47 | | - vin-supply = <&vreg_4p2>; |
48 | | - }; |
49 | | - |
50 | | - vreg_4p2: regulator-vreg-4p2 { |
51 | | - compatible = "regulator-fixed"; |
52 | | - regulator-name = "VREG_4P2"; |
53 | | - |
54 | | - regulator-min-microvolt = <4200000>; |
55 | | - regulator-max-microvolt = <4200000>; |
56 | | - regulator-always-on; |
57 | | - regulator-boot-on; |
58 | | - |
59 | | - vin-supply = <&vreg_sys_pwr>; |
60 | | - }; |
61 | | - |
62 | | - vreg_sys_pwr: regulator-vreg-sys-pwr { |
63 | | - compatible = "regulator-fixed"; |
64 | | - regulator-name = "VREG_SYS_PWR"; |
65 | | - |
66 | | - regulator-min-microvolt = <24000000>; |
67 | | - regulator-max-microvolt = <24000000>; |
68 | | - regulator-always-on; |
69 | | - regulator-boot-on; |
70 | 32 | }; |
71 | 33 | }; |
72 | 34 |
|
73 | 35 | &i2c15 { |
74 | 36 | #address-cells = <1>; |
75 | 37 | #size-cells = <0>; |
76 | 38 |
|
77 | | - status = "okay"; |
78 | | - |
79 | 39 | eeprom1: eeprom@52 { |
80 | 40 | compatible = "giantec,gt24c256c", "atmel,24c256"; |
81 | 41 | reg = <0x52>; |
|
180 | 140 | tc9563_resx_n: tc9563-resx-state { |
181 | 141 | pins = "gpio124"; |
182 | 142 | function = "gpio"; |
183 | | - |
184 | 143 | bias-disable; |
185 | | - input-disable; |
186 | | - output-enable; |
187 | | - power-source = <0>; |
| 144 | + /* Reset pin of tc9563 is active low hence set default |
| 145 | + * state of this pin to output-high. |
| 146 | + */ |
| 147 | + output-high; |
188 | 148 | }; |
189 | 149 | }; |
0 commit comments