Skip to content
Commit 75d43340 authored by Paul Walmsley's avatar Paul Walmsley Committed by paul
Browse files

OMAP2xxx clock: remove implicit dependency between rate CPU flag and clkdev_omap CPU flag



cpu_mask is reused in the OMAP2xxx clock code to match against both the
CPU-specific rate flags (e.g., RATE_IN_2420) and the OMAP clkdev integration
code CPU flags (e.g., CK_242X).  This means that any patch that renumbers the
CK_* macros, as the next patch does, will probably break.  This patch
separates the clkdev_omap and clksel_rate CPU type detection flags so
the CK_* macros can be renumbered freely.

Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 55d8a653
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment