summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorkeith.zhao <keith.zhao@starfivetech.com>2023-03-17 12:06:56 +0300
committerkeith.zhao <keith.zhao@starfivetech.com>2023-03-17 12:06:56 +0300
commit822bce52272505bb1408e360c74afe4d36eb01db (patch)
tree1884ff215ff8b3b93ec1575cb8868bec589788b0 /drivers
parent6ce4e6d66bbe4c64ca226f88b7c919b6ed054aa1 (diff)
downloadu-boot-822bce52272505bb1408e360c74afe4d36eb01db.tar.xz
display: update uboot logo display bmp file
replace the display bmp required by sales Signed-off-by: keith <keith.zhao@starfivetech.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/starfive/sf_mipi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/starfive/sf_mipi.c b/drivers/video/starfive/sf_mipi.c
index 4521f7c869..c22187ea71 100644
--- a/drivers/video/starfive/sf_mipi.c
+++ b/drivers/video/starfive/sf_mipi.c
@@ -159,11 +159,11 @@ static void dsi_phy_post_set_mode(void *priv_data, unsigned long mode_flags)
CFG_L0_SWAP_SEL_SHIFT, CFG_L0_SWAP_SEL_MASK);//Lane setting
sf_dphy_set_reg(priv->phy_reg, 0x1,
CFG_L1_SWAP_SEL_SHIFT, CFG_L1_SWAP_SEL_MASK);
- sf_dphy_set_reg(priv->phy_reg, 0x4,
- CFG_L2_SWAP_SEL_SHIFT, CFG_L2_SWAP_SEL_MASK);
sf_dphy_set_reg(priv->phy_reg, 0x2,
- CFG_L3_SWAP_SEL_SHIFT, CFG_L3_SWAP_SEL_MASK);
+ CFG_L2_SWAP_SEL_SHIFT, CFG_L2_SWAP_SEL_MASK);
sf_dphy_set_reg(priv->phy_reg, 0x3,
+ CFG_L3_SWAP_SEL_SHIFT, CFG_L3_SWAP_SEL_MASK);
+ sf_dphy_set_reg(priv->phy_reg, 0x4,
CFG_L4_SWAP_SEL_SHIFT, CFG_L4_SWAP_SEL_MASK);
//PLL setting
sf_dphy_set_reg(priv->phy_reg + 0x1c, 0x0,