| .. | .. |
|---|
| 1 | | -// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * Pinctrl for Cirrus Logic Madera codecs |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | * Copyright (C) 2016-2017 Cirrus Logic |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License as published by the |
|---|
| 9 | | - * Free Software Foundation; version 2. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #ifndef PINCTRL_MADERA_H |
|---|
| .. | .. |
|---|
| 34 | 30 | struct pinctrl_dev *pctl; |
|---|
| 35 | 31 | }; |
|---|
| 36 | 32 | |
|---|
| 33 | +extern const struct madera_pin_chip cs47l15_pin_chip; |
|---|
| 37 | 34 | extern const struct madera_pin_chip cs47l35_pin_chip; |
|---|
| 38 | 35 | extern const struct madera_pin_chip cs47l85_pin_chip; |
|---|
| 39 | 36 | extern const struct madera_pin_chip cs47l90_pin_chip; |
|---|
| 37 | +extern const struct madera_pin_chip cs47l92_pin_chip; |
|---|
| 40 | 38 | |
|---|
| 41 | 39 | #endif |
|---|