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

core: drivers: imx_wdog: fix register access #1966

Merged
merged 1 commit into from
Nov 23, 2017

Conversation

MrVan
Copy link
Contributor

@MrVan MrVan commented Nov 23, 2017

The registers's base address are 16bytes aligned, so read32/write32
should be replaced with read16/write16.

Signed-off-by: Peng Fan [email protected]

@jenswi-linaro
Copy link
Contributor

Acked-by: Jens Wiklander <[email protected]>

The registers's base address are 16bits aligned, so read32/write32
should be replaced with read16/write16.

Signed-off-by: Peng Fan <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
@MrVan
Copy link
Contributor Author

MrVan commented Nov 23, 2017

Tags applied with a minor commit log change "16bytes->16bits".

@jforissier jforissier merged commit 5da57ae into OP-TEE:master Nov 23, 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

Successfully merging this pull request may close these issues.

3 participants