1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef _EDP_PHY_H 4 #define _EDP_PHY_H 5 6 #include <types.h> 7 8 void edp_phy_config(u8 v_level, u8 p_level); 9 void edp_phy_vm_pe_init(void); 10 int edp_phy_enable(void); 11 int edp_phy_power_on(uint32_t link_rate); 12 13 #endif 14