mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
b52a199e32
Few of the rockchip family SoC atleast rk3288, rk3399 are sharing some cru register bits so adding common code between these SoC families would require to include both cru include files that indeed resulting function declarations error. So, create a common cru include as cru.h then include the rk3399 arch cru include file and move the common cru register bit definitions into it. The rest of rockchip cru files will add it in future. Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
rk3288_hdmi.c | ||
rk3288_mipi.c | ||
rk3288_vop.c | ||
rk3399_hdmi.c | ||
rk3399_mipi.c | ||
rk3399_vop.c | ||
rk_edp.c | ||
rk_hdmi.c | ||
rk_hdmi.h | ||
rk_lvds.c | ||
rk_mipi.c | ||
rk_mipi.h | ||
rk_vop.c | ||
rk_vop.h |