Skip to content

ARM: dts: sama7d65.dtsi: Fix SDMMC0 clock parents assigned#36

Open
kay54068 wants to merge 1 commit into
linux4sam:sama7d65_eafrom
kay54068:Fix_SDMMC0_Clock_parents
Open

ARM: dts: sama7d65.dtsi: Fix SDMMC0 clock parents assigned#36
kay54068 wants to merge 1 commit into
linux4sam:sama7d65_eafrom
kay54068:Fix_SDMMC0_Clock_parents

Conversation

@kay54068

Copy link
Copy Markdown

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.

@varshini-rajendran varshini-rajendran left a comment

Copy link
Copy Markdown

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 varshini.rajendran@microchip.com

@varshini-rajendran

Copy link
Copy Markdown

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.

@varshini-rajendran varshini-rajendran left a comment

Copy link
Copy Markdown

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