mirror of https://github.com/torvalds/linux.git
It was left unnoticed during the review that even if there is no OPP
table in device tree, one will be created by a call to the function
devm_pm_opp_set_clkname(). This leads to dsi_mgr_bridge_mode_valid()
rejecting all modes if DT contains no OPP table for the DSI host.
Rework dsi_mgr_bridge_mode_valid() to handle this case by actually
checking that the table is populated with frequency entries before
returning an error.
Fixes:
|
||
|---|---|---|
| .. | ||
| phy | ||
| dsi.c | ||
| dsi.h | ||
| dsi.xml.h | ||
| dsi_cfg.c | ||
| dsi_cfg.h | ||
| dsi_host.c | ||
| dsi_manager.c | ||
| dsi_phy_7nm.xml.h | ||
| dsi_phy_10nm.xml.h | ||
| dsi_phy_14nm.xml.h | ||
| dsi_phy_20nm.xml.h | ||
| dsi_phy_28nm.xml.h | ||
| dsi_phy_28nm_8960.xml.h | ||
| mmss_cc.xml.h | ||
| sfpb.xml.h | ||