The masking of val with ~MCDE_CRX1_CLKSEL_MASK is currently being
ignored because there seems to be a missing bitwise-or of val in the
following statement. Fix this by replacing the assignment of val
with a bitwise-or.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
mcde_clk_div.c | ||
mcde_display.c | ||
mcde_display_regs.h | ||
mcde_drm.h | ||
mcde_drv.c | ||
mcde_dsi.c | ||
mcde_dsi_regs.h |