xref: /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/rk628_combtxphy.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2020 Rockchip Electronics Co. Ltd.
4  */
5 
6 #ifndef RK628_COMBTXPHY_H_
7 #define RK628_COMBTXPHY_H_
8 
9 #include <linux/phy/phy.h>
10 
11 int rk628_combtxphy_set_gvi_division_mode(struct phy *phy, u8 mode);
12 
13 #endif
14