xref: /rk3399_rockchip-uboot/drivers/video/drm/rk628/rk628_lvds.h (revision ab3bc87339b1566ceabcfb54995e11928492c356)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2024 Rockchip Electronics Co. Ltd.
4  *
5  * Author: Guochun Huang <hero.huang@rock-chips.com>
6  */
7 
8 #ifndef RK628_LVDS_H
9 #define RK628_LVDS_H
10 
11 int rk628_lvds_parse(struct rk628 *rk628, ofnode lvds_np);
12 void rk628_lvds_enable(struct rk628 *rk628);
13 void rk628_lvds_disable(struct rk628 *rk628);
14 
15 #endif
16