Searched +full:supports +full:- +full:sleepmode (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/gpio/st,nomadik-gpio.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#12 with pinctrl-nomadik.15 - Linus Walleij <[email protected]>19 pattern: "^gpio@[0-9a-f]+$"23 - st,nomadik-gpio24 - mobileye,eyeq5-gpio32 "#gpio-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/clock/ste-db8500-clkout.h>9 #include <dt-bindings/reset/stericsson,db8500-prcc-reset.h>10 #include <dt-bindings/mfd/dbx500-prcmu.h>11 #include <dt-bindings/arm/ux500_pm_domains.h>12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/thermal/thermal.h>16 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 * The GPIO chips are shared with pinctrl-nomadik if used; it needs access for10 * This driver also handles the mobileye,eyeq5-gpio compatible. It is an STA2X1114 * pinctrl-nomadik.19 * Copyright (C) 2011-2013 Linus Walleij <[email protected]>35 #include <linux/gpio/gpio-nomadik.h>47 if (WARN_ON(nmk_chip->is_mobileye_soc)) in __nmk_gpio_set_slpm()50 slpm = readl(nmk_chip->addr + NMK_GPIO_SLPC); in __nmk_gpio_set_slpm()55 writel(slpm, nmk_chip->addr + NMK_GPIO_SLPC); in __nmk_gpio_set_slpm()62 writel(BIT(offset), nmk_chip->addr + NMK_GPIO_DATS); in __nmk_gpio_set_output()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */61 bool sleepmode; member127 * Used to reference an Other alternate-C function.138 * struct prcm_gpio_altcx - Other alternate-C function139 * @used: other alternate-C function availability150 * struct prcm_gpio_altcx_pin_desc - Other alternate-C pin152 * @altcx: array of other alternate-C[1-4] functions160 * struct nmk_function - Nomadik pinctrl mux function172 * struct nmk_pingroup - describes a Nomadik pin group189 * struct nmk_pinctrl_soc_data - Nomadik pin controller per-SoC configuration[all …]