Commits
Ye Li committed 5dd4ff270dc
MLK-21850-1 dm: device: Check driver flag before setting default clocks Add a new driver FLAG (DM_FLAG_IGNORE_DEFAULT_CLKS). If any driver is set with this flag, then when probing the device, we will skip setting the default clocks. This is useful when clock driver can't work with some device driver. Signed-off-by: Ye Li <ye.li@nxp.com>