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

drivers/timer/hpet.c should use devicetree, not CONFIG_* for MMIO/IRQ data #18657

Closed
ghost opened this issue Aug 26, 2019 · 0 comments · Fixed by #19091
Closed

drivers/timer/hpet.c should use devicetree, not CONFIG_* for MMIO/IRQ data #18657

ghost opened this issue Aug 26, 2019 · 0 comments · Fixed by #19091
Labels
Enhancement Changes/Updates/Additions to existing features

Comments

@ghost
Copy link

ghost commented Aug 26, 2019

The HPET timer driver currently uses CONFIG_HPET_TIMER_BASE_ADDRESS and the like for device configuration information, and the Zephyr standard mechanism for these is DeviceTree. We need to add to devicetree and modify the driver accordingly.

@ghost ghost added the Enhancement Changes/Updates/Additions to existing features label Aug 26, 2019
@ghost ghost self-assigned this Aug 26, 2019
nashif pushed a commit that referenced this issue Sep 17, 2019
This driver was still using CONFIG_* values to determine its address,
IRQ, etc. Add a binding for an "intel,hpet" device and migrate this
driver to devicetree.

Fixes: #18657

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants