Skip to content
Commit 9fa2df6b authored by Nishanth Menon's avatar Nishanth Menon Committed by Kevin Hilman
Browse files

ARM: OMAP2+: OPP: allow OPP enumeration to continue if device is not present



On platforms such as OMAP3, certain variants may not have IVA, SGX
or some specific component. We currently have a check to aid fixing
wrong population of OPP entries for issues such as typos. This however
causes a conflict with valid requirement where the SoC variant does
not actually have the module present.

So, reduce the severity of the print to a debug statement and skip
registering that specific OPP, but continue down the list.

Reported-by: default avatarSteve Sakoman <steve@sakoman.com>
Reported-by: default avatarMaximilian Schwerin <mvs@tigris.de>
Acked-by: default avatarSteve Sakoman <steve@sakoman.com>
Tested-by: default avatarMaximilian Schwerin <mvs@tigris.de>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarKevin Hilman <khilman@ti.com>
parent 98179856
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