From: Yann Gautier Date: Mon, 19 Jun 2023 11:51:15 +0000 (+0200) Subject: dt-bindings: mmc: mmci: Add st,stm32mp25-sdmmc2 compatible X-Git-Tag: v6.5-rc1~168^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f9f2cf3145e67dc5bbc0ac25b52bfa11b17a882;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20230619115120.64474-2-yann.gautier@foss.st.com Signed-off-by: Ulf Hansson --- diff --git a/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml b/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml index 1c96da04f0e53..2459a55ed540b 100644 --- a/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml +++ b/Documentation/devicetree/bindings/mmc/arm,pl18x.yaml @@ -53,10 +53,11 @@ properties: items: - const: arm,pl18x - const: arm,primecell - - description: Entry for STMicroelectronics variant of PL18x. - This dedicated compatible is used by bootloaders. + - description: Entries for STMicroelectronics variant of PL18x. items: - - const: st,stm32-sdmmc2 + - enum: + - st,stm32-sdmmc2 + - st,stm32mp25-sdmmc2 - const: arm,pl18x - const: arm,primecell