Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mmc: fujitsu: Add Socionext Synquacer

Add support for Socionext Synquacer SDHCI. This binding has been in use for
some time.

The interrupts were not documented. The driver only uses the first
interrupt, but the DT and example have 2 interrupts. The 2nd one is
unknown. "dma-coherent" was also not documented, but is used on Synquacer.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230319173006.30455-1-robh@kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Rob Herring and committed by
Ulf Hansson
a72b7bbc cc47d2cf

+12 -3
+12 -3
Documentation/devicetree/bindings/mmc/fujitsu,sdhci-fujitsu.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - enum: 18 - - fujitsu,mb86s70-sdhci-3.0 19 - - socionext,f-sdh30-e51-mmc 17 + oneOf: 18 + - items: 19 + - const: socionext,synquacer-sdhci 20 + - const: fujitsu,mb86s70-sdhci-3.0 21 + - enum: 22 + - fujitsu,mb86s70-sdhci-3.0 23 + - socionext,f-sdh30-e51-mmc 20 24 21 25 reg: 22 26 maxItems: 1 ··· 32 28 items: 33 29 - const: iface 34 30 - const: core 31 + 32 + dma-coherent: true 33 + 34 + interrupts: 35 + maxItems: 2 35 36 36 37 resets: 37 38 maxItems: 1