1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __SOC_ROCKCHIP_RK3288_CHIP_H__
4 #define __SOC_ROCKCHIP_RK3288_CHIP_H__
7 #include <soc/vop.h> /* for vop_modes enum used in devicetree.cb */
9 struct soc_rockchip_rk3288_config
{
11 gpio_t lcd_bl_pwm_gpio
;
12 gpio_t lcd_bl_en_gpio
;
13 u32 bl_power_on_udelay
;
14 u32 bl_pwm_to_enable_udelay
;
15 u32 framebuffer_bits_per_pixel
;
19 #endif /* __SOC_ROCKCHIP_RK3288_CHIP_H__ */