.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2016 Maxime Ripard |
---|
3 | 4 | * |
---|
4 | 5 | * Maxime Ripard <maxime.ripard@free-electrons.com> |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or |
---|
7 | | - * modify it under the terms of the GNU General Public License as |
---|
8 | | - * published by the Free Software Foundation; either version 2 of |
---|
9 | | - * the License, or (at your option) any later version. |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #ifndef _SUN4I_HDMI_H_ |
---|
.. | .. |
---|
269 | 265 | struct clk *tmds_clk; |
---|
270 | 266 | |
---|
271 | 267 | struct i2c_adapter *i2c; |
---|
| 268 | + struct i2c_adapter *ddc_i2c; |
---|
272 | 269 | |
---|
273 | 270 | /* Regmap fields for I2C adapter */ |
---|
274 | 271 | struct regmap_field *field_ddc_en; |
---|