Skip to content

Commit 1f9f2cf

Browse files
Yann-lmsUlf Hansson
authored andcommitted
dt-bindings: mmc: mmci: Add st,stm32mp25-sdmmc2 compatible
For STM32MP25, we'll need to distinguish how is managed the delay block. This is done through a new comptible dedicated for this SoC, as the delay block registers are located in SYSCFG peripheral. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230619115120.64474-2-yann.gautier@foss.st.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent dbfbddc commit 1f9f2cf

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Documentation/devicetree/bindings/mmc/arm,pl18x.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ properties:
5353
items:
5454
- const: arm,pl18x
5555
- const: arm,primecell
56-
- description: Entry for STMicroelectronics variant of PL18x.
57-
This dedicated compatible is used by bootloaders.
56+
- description: Entries for STMicroelectronics variant of PL18x.
5857
items:
59-
- const: st,stm32-sdmmc2
58+
- enum:
59+
- st,stm32-sdmmc2
60+
- st,stm32mp25-sdmmc2
6061
- const: arm,pl18x
6162
- const: arm,primecell
6263

0 commit comments

Comments
 (0)