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

driver: timer: arm arch timer PPI configuration to be taken from dt #25390

Closed
sandeepbrcm opened this issue May 16, 2020 · 0 comments · Fixed by #25391
Closed

driver: timer: arm arch timer PPI configuration to be taken from dt #25390

sandeepbrcm opened this issue May 16, 2020 · 0 comments · Fixed by #25391
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug
Milestone

Comments

@sandeepbrcm
Copy link
Collaborator

arm architecture timer PPI are connected to GIC distributor interface. Generally most implementation of core support level-sensitive PPI. Currently the driver has hard-coded
ppi trigger type to 'Rising-Edge' .

Taking the configurations from dt entry will solve this.

@sandeepbrcm sandeepbrcm added the bug The issue is a bug, or the PR is fixing a bug label May 16, 2020
@sandeepbrcm sandeepbrcm added this to the v2.3.0 milestone May 16, 2020
@sandeepbrcm sandeepbrcm self-assigned this May 16, 2020
@sandeepbrcm sandeepbrcm changed the title arm arch timer PPI configuration to be taken from dt driver: timer: arm arch timer PPI configuration to be taken from dt May 16, 2020
@sandeepbrcm sandeepbrcm linked a pull request May 16, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant