You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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>
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.The text was updated successfully, but these errors were encountered: