Skip to content
Snippets Groups Projects
  • Robert Chiras's avatar
    MLK-20718-5: drm/imx: nwl_dsi-imx: Correct clk usage · 426f0642
    Robert Chiras authored
    
    For QM and QXP, the PHY_REF clock was default ON on SCFW so it was not
    handled by driver. Since now this clock is OFF in SCFW, it can be
    correctly handled by kernel driver.
    Now, the PHY_REF clock rate is set by the nwl-dsi bridge driver,
    depending on the display mode used.
    In this driver, the PIXEL and BYPASS clocks rates were set to the same
    rate as the PHY_REF, but their rates need to be set to current display
    mode clock.
    Also, the order of the clocks matters, so make sure the BYPASS is
    enabled before the PIXEL clock.
    
    Signed-off-by: default avatarRobert Chiras <robert.chiras@nxp.com>
    Reviewed-by: default avatarLaurentiu Palcu <laurentiu.palcu@nxp.com>
    426f0642
Code owners
Assign users and groups as approvers for specific file changes. Learn more.