Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

kay54068
Copy link

In SAMA7D6 Series SPEC, Table 12.1. Peripheral Identifiers (page 51) states that the Clock Domain should be MCK1, but it is currently configured with an incorrect Clock Domain.

This will cause U-Boot to return the error:
mmc@e1204000 - probe failed: -22

and will prevent the SDMMC0 device from being used.
Also, align the code formatting for SDMMC1 and SDMMC2.

In SPEC, Table 12.1. Peripheral Identifiers (page 51) states that the Clock Domain should be MCK1, but it is currently configured with an incorrect Clock Domain.

This will cause U-Boot to return the error:
mmc@e1204000 - probe failed: -22

and will prevent the SDMMC0 device from being used.
Copy link

@varshini-rajendran varshini-rajendran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this.

Reviewed-by: Varshini Rajendran [email protected]

@varshini-rajendran
Copy link

I just have one more change request. Can you please add your SoB tag @kay54068 ? I can add a fixes tag for the commit while applying.

Copy link

@varshini-rajendran varshini-rajendran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add your Signed-off by: tag in the commit description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants