hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/gpu/drm/sun4i/sun4i_hdmi.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (C) 2016 Maxime Ripard
34 *
45 * 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.
106 */
117
128 #ifndef _SUN4I_HDMI_H_
....@@ -269,6 +265,7 @@
269265 struct clk *tmds_clk;
270266
271267 struct i2c_adapter *i2c;
268
+ struct i2c_adapter *ddc_i2c;
272269
273270 /* Regmap fields for I2C adapter */
274271 struct regmap_field *field_ddc_en;