blob: b5564b9ee1190a75145bdf69567059662ee33710 [file] [log] [blame]
Simon Glass837a66a2019-12-06 21:42:53 -07001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2017 Intel Corporation.
4 * Copyright 2019 Google LLC
5 *
6 * Modified from coreboot gpio.h
7 */
8
9#ifndef __ASM_INTEL_PINCTRL_H
10#define __ASM_INTEL_PINCTRL_H
11
12#include <dm/pinctrl.h>
Simon Glass4dcacfc2020-05-10 11:40:13 -060013#include <linux/bitops.h>
Simon Glass837a66a2019-12-06 21:42:53 -070014
15/**
16 * struct pad_config - config for a pad
17 * @pad: offset of pad within community
18 * @pad_config: Pad config data corresponding to DW0, DW1, etc.
19 */
20struct pad_config {
21 int pad;
22 u32 pad_config[4];
23};
24
25#include <asm/arch/gpio.h>
26
27/* GPIO community IOSF sideband clock gating */
28#define MISCCFG_GPSIDEDPCGEN BIT(5)
29/* GPIO community RCOMP clock gating */
30#define MISCCFG_GPRCOMPCDLCGEN BIT(4)
31/* GPIO community RTC clock gating */
32#define MISCCFG_GPRTCDLCGEN BIT(3)
33/* GFX controller clock gating */
34#define MISCCFG_GSXSLCGEN BIT(2)
35/* GPIO community partition clock gating */
36#define MISCCFG_GPDPCGEN BIT(1)
37/* GPIO community local clock gating */
38#define MISCCFG_GPDLCGEN BIT(0)
39/* Enable GPIO community power management configuration */
40#define MISCCFG_ENABLE_GPIO_PM_CONFIG (MISCCFG_GPSIDEDPCGEN | \
41 MISCCFG_GPRCOMPCDLCGEN | MISCCFG_GPRTCDLCGEN | MISCCFG_GSXSLCGEN \
42 | MISCCFG_GPDPCGEN | MISCCFG_GPDLCGEN)
43
44/*
45 * GPIO numbers may not be contiguous and instead will have a different
46 * starting pin number for each pad group.
47 */
48#define INTEL_GPP_BASE(first_of_community, start_of_group, end_of_group,\
49 group_pad_base) \
50 { \
51 .first_pad = (start_of_group) - (first_of_community), \
52 .size = (end_of_group) - (start_of_group) + 1, \
53 .acpi_pad_base = (group_pad_base), \
54 }
55
56/*
57 * A pad base of -1 indicates that this group uses contiguous numbering
58 * and a pad base should not be used for this group.
59 */
60#define PAD_BASE_NONE -1
61
62/* The common/default group numbering is contiguous */
63#define INTEL_GPP(first_of_community, start_of_group, end_of_group) \
64 INTEL_GPP_BASE(first_of_community, start_of_group, end_of_group,\
65 PAD_BASE_NONE)
66
67/**
68 * struct reset_mapping - logical to actual value for PADRSTCFG in DW0
69 *
70 * Note that the values are expected to be within the field placement of the
71 * register itself. i.e. if the reset field is at 31:30 then the values within
72 * logical and chipset should occupy 31:30.
73 */
74struct reset_mapping {
75 u32 logical;
76 u32 chipset;
77};
78
79/**
80 * struct pad_group - describes the groups within each community
81 *
82 * @first_pad: offset of first pad of the group relative to the community
83 * @size: size of the group
84 * @acpi_pad_base: starting pin number for the pads in this group when they are
85 * used in ACPI. This is only needed if the pins are not contiguous across
86 * groups. Most groups will have this set to PAD_BASE_NONE and use
87 * contiguous numbering for ACPI.
88 */
89struct pad_group {
90 int first_pad;
91 uint size;
92 int acpi_pad_base;
93};
94
95/**
96 * struct pad_community - community of pads
97 *
98 * This describes a community, or each group within a community when multiple
99 * groups exist inside a community
100 *
101 * @name: Community name
102 * @acpi_path: ACPI path
103 * @num_gpi_regs: number of gpi registers in community
104 * @max_pads_per_group: number of pads in each group; number of pads bit-mapped
105 * in each GPI status/en and Host Own Reg
106 * @first_pad: first pad in community
107 * @last_pad: last pad in community
108 * @host_own_reg_0: offset to Host Ownership Reg 0
109 * @gpi_int_sts_reg_0: offset to GPI Int STS Reg 0
110 * @gpi_int_en_reg_0: offset to GPI Int Enable Reg 0
111 * @gpi_smi_sts_reg_0: offset to GPI SMI STS Reg 0
112 * @gpi_smi_en_reg_0: offset to GPI SMI EN Reg 0
113 * @pad_cfg_base: offset to first PAD_GFG_DW0 Reg
114 * @gpi_status_offset: specifies offset in struct gpi_status
115 * @port: PCR Port ID
116 * @reset_map: PADRSTCFG logical to chipset mapping
117 * @num_reset_vals: number of values in @reset_map
118 * @groups; list of groups for this community
119 * @num_groups: number of groups
120 */
121struct pad_community {
122 const char *name;
123 const char *acpi_path;
124 size_t num_gpi_regs;
125 size_t max_pads_per_group;
126 uint first_pad;
127 uint last_pad;
128 u16 host_own_reg_0;
129 u16 gpi_int_sts_reg_0;
130 u16 gpi_int_en_reg_0;
131 u16 gpi_smi_sts_reg_0;
132 u16 gpi_smi_en_reg_0;
133 u16 pad_cfg_base;
134 u8 gpi_status_offset;
135 u8 port;
136 const struct reset_mapping *reset_map;
137 size_t num_reset_vals;
138 const struct pad_group *groups;
139 size_t num_groups;
140};
141
142/**
143 * struct intel_pinctrl_priv - private data for each pinctrl device
144 *
145 * @comm: Pad community for this device
146 * @num_cfgs: Number of configuration words for each pad
147 * @itss: ITSS device (for interrupt handling)
148 * @itss_pol_cfg: Use to program Interrupt Polarity Control (IPCx) register
149 * Each bit represents IRQx Active High Polarity Disable configuration:
150 * when set to 1, the interrupt polarity associated with IRQx is inverted
151 * to appear as Active Low to IOAPIC and vice versa
152 */
153struct intel_pinctrl_priv {
154 const struct pad_community *comm;
155 int num_cfgs;
156 struct udevice *itss;
157 bool itss_pol_cfg;
158};
159
160/* Exported common operations for the pinctrl driver */
161extern const struct pinctrl_ops intel_pinctrl_ops;
162
163/* Exported common probe function for the pinctrl driver */
164int intel_pinctrl_probe(struct udevice *dev);
165
166/**
167 * intel_pinctrl_ofdata_to_platdata() - Handle common platdata setup
168 *
169 * @dev: Pinctrl device
170 * @comm: Pad community for this device
171 * @num_cfgs: Number of configuration words for each pad
172 * @return 0 if OK, -EDOM if @comm is NULL, other -ve value on other error
173 */
174int intel_pinctrl_ofdata_to_platdata(struct udevice *dev,
175 const struct pad_community *comm,
176 int num_cfgs);
177
178/**
179 * pinctrl_route_gpe() - set GPIO groups for the general-purpose-event blocks
180 *
181 * The values from PMC register GPE_CFG are passed which is then mapped to
182 * proper groups for MISCCFG. This basically sets the MISCCFG register bits:
183 * dw0 = gpe0_route[11:8]. This is ACPI GPE0b.
184 * dw1 = gpe0_route[15:12]. This is ACPI GPE0c.
185 * dw2 = gpe0_route[19:16]. This is ACPI GPE0d.
186 *
187 * @dev: ITSS device
188 * @gpe0b: Value for GPE0B
189 * @gpe0c: Value for GPE0C
190 * @gpe0d: Value for GPE0D
191 * @return 0 if OK, -ve on error
192 */
193int pinctrl_route_gpe(struct udevice *dev, uint gpe0b, uint gpe0c, uint gpe0d);
194
195/**
196 * pinctrl_config_pads() - Configure a list of pads
197 *
198 * Configures multiple pads using the provided data from the device tree.
199 *
200 * @dev: pinctrl device (any will do)
201 * @pads: Pad data, consisting of a pad number followed by num_cfgs entries
202 * containing the data for that pad (num_cfgs is set by the pinctrl device)
203 * @pads_count: Number of pads to configure
204 * @return 0 if OK, -ve on error
205 */
206int pinctrl_config_pads(struct udevice *dev, u32 *pads, int pads_count);
207
208/**
209 * pinctrl_gpi_clear_int_cfg() - Set up the interrupts for use
210 *
211 * This enables the interrupt inputs and clears the status register bits
212 *
213 * @return 0 if OK, -ve on error
214 */
215int pinctrl_gpi_clear_int_cfg(void);
216
217/**
218 * pinctrl_config_pads_for_node() - Configure pads
219 *
220 * Set up the pads using the data in a given node
221 *
222 * @dev: pinctrl device (any will do)
223 * @node: Node containing the 'pads' property with the data in it
224 * @return 0 if OK, -ve on error
225 */
226int pinctrl_config_pads_for_node(struct udevice *dev, ofnode node);
227
228/**
229 * pinctrl_read_pads() - Read pad data from a node
230 *
231 * @dev: pinctrl device (any will do, it is just used to get config)
232 * @node: Node to read pad data from
233 * @prop: Property name to use (e.g. "pads")
234 * @padsp: Returns a pointer to an allocated array of pad data, in the format:
235 * <pad>
236 * <pad_config0>
237 * <pad_config1>
238 * ...
239 *
240 * The number of pad config values is set by the pinctrl controller.
241 * The caller must free this array.
242 * @pad_countp: Returns the number of pads read
243 * @ereturn 0 if OK, -ve on error
244 */
245int pinctrl_read_pads(struct udevice *dev, ofnode node, const char *prop,
246 u32 **padsp, int *pad_countp);
247
248/**
249 * pinctrl_count_pads() - Count the number of pads in a pad array
250 *
251 * This used used with of-platdata where the array may be smaller than its
252 * maximum size. This function searches for the last pad in the array by finding
253 * the first 'zero' record
254 *
255 * This works out the number of records in the array. Each record has one word
256 * for the pad and num_cfgs words for the config.
257 *
258 * @dev: pinctrl device (any will do)
259 * @pads: Array of pad data
260 * @size: Size of pad data in bytes
261 * @return number of pads represented by the data
262 */
263int pinctrl_count_pads(struct udevice *dev, u32 *pads, int size);
264
265/**
Simon Glass25f16c12020-07-07 21:32:19 -0600266 * intel_pinctrl_get_config_reg_offset() - Get offset of pin config registers
Simon Glass837a66a2019-12-06 21:42:53 -0700267 *
Simon Glass25f16c12020-07-07 21:32:19 -0600268 * This works out the register offset of a pin within the p2sb region.
269 *
270 * @dev: Pinctrl device
271 * @offset: GPIO offset within this device
272 * @return register offset of first register within the GPIO p2sb region
273 */
274u32 intel_pinctrl_get_config_reg_offset(struct udevice *dev, uint offset);
275
276/**
277 * intel_pinctrl_get_config_reg_addr() - Get address of pin config registers
278 *
279 * This works out the absolute address of the registers for a pin
Simon Glass837a66a2019-12-06 21:42:53 -0700280 * @dev: Pinctrl device
281 * @offset: GPIO offset within this device
Simon Glass25f16c12020-07-07 21:32:19 -0600282 * @return register address of first register within the GPIO p2sb region
Simon Glass837a66a2019-12-06 21:42:53 -0700283 */
284u32 intel_pinctrl_get_config_reg_addr(struct udevice *dev, uint offset);
285
286/**
287 * intel_pinctrl_get_config_reg() - Get the value of a GPIO register
288 *
289 * @dev: Pinctrl device
290 * @offset: GPIO offset within this device
291 * @return register value within the GPIO p2sb region
292 */
293u32 intel_pinctrl_get_config_reg(struct udevice *dev, uint offset);
294
295/**
296 * intel_pinctrl_get_pad() - Get pad information for a pad
297 *
298 * This is used by the GPIO controller to find the pinctrl used by a pad.
299 *
300 * @pad: Pad to check
301 * @devp: Returns pinctrl device containing that pad
302 * @offsetp: Returns offset of pad within that pinctrl device
303 */
304int intel_pinctrl_get_pad(uint pad, struct udevice **devp, uint *offsetp);
305
306/**
307 * intel_pinctrl_get_acpi_pin() - Get the ACPI pin for a pinctrl pin
308 *
309 * Maps a pinctrl pin (in terms of its offset within the pins controlled by that
310 * pinctrl) to an ACPI GPIO pin-table entry.
311 *
312 * @dev: Pinctrl device to check
313 * @offset: Offset of pin within that device (0 = first)
314 * @return associated ACPI GPIO pin-table entry, or standard pin number if the
315 * ACPI pad base is not set
316 */
317int intel_pinctrl_get_acpi_pin(struct udevice *dev, uint offset);
318
319#endif