Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seeing "cpu not supported messages" on DRA7xx #39

Closed
brad-griffis opened this issue Mar 13, 2017 · 3 comments
Closed

seeing "cpu not supported messages" on DRA7xx #39

brad-griffis opened this issue Mar 13, 2017 · 3 comments

Comments

@brad-griffis
Copy link
Contributor

We get a lot of these messages:

omapconf: powerdm_deinit(): cpu not supported!!!
omapconf: clockdm_deinit(): cpu not supported!!!

For example:

root@dra7xx-evm:~# omapconf --cpuinfo
OMAPCONF (rev v1.73 built Mon Oct 24 09:39:52 IST 2016)

HW Platform:
Generic DRA74X (Flattened Device Tree)
DRA75X ES1.0 GP Device (STANDARD performance (1.0GHz))
DIE ID: 74780000-3FBA0702-0163DBA7-1400C010
TPS659038 ES1.0

omapconf: powerdm_deinit(): cpu not supported!!!
omapconf: clockdm_deinit(): cpu not supported!!!

This issue was originally reported here:

https://e2e.ti.com/support/arm/automotive_processors/f/1020/t/580618

@nmenon
Copy link
Collaborator

nmenon commented Mar 13, 2017

@brad-griffis "omapconf: powerdm_deinit(): cpu not supported!!!
omapconf: clockdm_deinit(): cpu not supported!!!"

we dont have clockdomain and power domain description in omapconf for dra7. this has been there based on the limited support of dra7 that was added.

nmenon added a commit that referenced this issue Mar 13, 2017
DRA7 Support is minimal and does not encompass power domain and
clockdomain hierarchy yet. So, Just return from powerdomain and clock
domain function call inits.

WARNING: this might assume silent failure, but that is not the real
intent here.

Fixes: #39
Reported-by: Brad Griffis <bgriffis@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
@nmenon
Copy link
Collaborator

nmenon commented Mar 13, 2017

@brad-griffis can you see if 1d2fa2b helps your case? if it works, I can merge it in with your tested-by tag.

@nmenon
Copy link
Collaborator

nmenon commented Mar 14, 2017

As per https://e2e.ti.com/support/arm/automotive_processors/f/1020/p/580618/2132716#2132716 it seems to help. will merge to master.

@nmenon nmenon closed this as completed Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants