mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
drm/rockchip: dw_hdmi: Clean up whitespace
Move the blank line before the RK3328 definitions for readability and make the phy_config table spacing consistent with other tables. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Tested-by: Heiko Stuebner <heiko@sntech.de> #rk3328 Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patch.msgid.link/20260518193748.2482823-8-jonas@kwiboo.se
This commit is contained in:
parent
f98f2ef3ad
commit
2ca256b5fe
|
|
@ -31,8 +31,8 @@
|
|||
|
||||
#define RK3288_GRF_SOC_CON6 0x025C
|
||||
#define RK3288_HDMI_LCDC_SEL BIT(4)
|
||||
#define RK3328_GRF_SOC_CON2 0x0408
|
||||
|
||||
#define RK3328_GRF_SOC_CON2 0x0408
|
||||
#define RK3328_HDMI_SDAIN_MSK BIT(11)
|
||||
#define RK3328_HDMI_SCLIN_MSK BIT(10)
|
||||
#define RK3328_HDMI_HPD_IOE BIT(2)
|
||||
|
|
@ -190,11 +190,11 @@ static const struct dw_hdmi_curr_ctrl rockchip_cur_ctr[] = {
|
|||
|
||||
static const struct dw_hdmi_phy_config rockchip_phy_config[] = {
|
||||
/*pixelclk symbol term vlev*/
|
||||
{ 74250000, 0x8009, 0x0004, 0x0272},
|
||||
{ 165000000, 0x802b, 0x0004, 0x0209},
|
||||
{ 297000000, 0x8039, 0x0005, 0x028d},
|
||||
{ 594000000, 0x8039, 0x0000, 0x019d},
|
||||
{ ~0UL, 0x0000, 0x0000, 0x0000}
|
||||
{ 74250000, 0x8009, 0x0004, 0x0272 },
|
||||
{ 165000000, 0x802b, 0x0004, 0x0209 },
|
||||
{ 297000000, 0x8039, 0x0005, 0x028d },
|
||||
{ 594000000, 0x8039, 0x0000, 0x019d },
|
||||
{ ~0UL, 0x0000, 0x0000, 0x0000 },
|
||||
};
|
||||
|
||||
static enum drm_mode_status
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user