| // SPDX-License-Identifier: GPL-2.0 |
| * Pinctrl for Cirrus Logic Madera codecs |
| * Copyright (C) 2016-2017 Cirrus Logic |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License as published by the |
| * Free Software Foundation; version 2. |
| struct madera_pin_groups { |
| const unsigned int *pins; |
| const struct madera_pin_groups *pin_groups; |
| unsigned int n_pin_groups; |
| struct madera_pin_private { |
| const struct madera_pin_chip *chip; /* chip-specific groups */ |
| struct pinctrl_dev *pctl; |
| extern const struct madera_pin_chip cs47l35_pin_chip; |
| extern const struct madera_pin_chip cs47l85_pin_chip; |
| extern const struct madera_pin_chip cs47l90_pin_chip; |