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

timer: mchp_xec_rtos: convert to use DT_INST_ defines #23409

Merged
merged 3 commits into from
Mar 12, 2020

Conversation

dcpleung
Copy link
Member

Use DT_INST_* instead of the hard-coded macro from the HAL,
as DT_INST_* are preferred.

Fixes #17775

Signed-off-by: Daniel Leung daniel.leung@intel.com

Add the girq and girq-bit fields to the binding. This allows
encoding GIRQ related information inside device tree.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This specifies the GIRQ related fields to the mec1501hsz
device tree file.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
Use DT_INST_* instead of the hard-coded macro from the HAL,
as DT_INST_* are preferred.

Fixes zephyrproject-rtos#17775

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
@nashif nashif merged commit 711f88a into zephyrproject-rtos:master Mar 12, 2020
@dcpleung dcpleung deleted the mchp_xec_timer_dts_17775 branch March 12, 2020 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microchip XEC rtos timer should be using values coming from DTS
5 participants