Skip to content

Commit a72b7bb

Browse files
robherringUlf Hansson
authored andcommitted
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>
1 parent cc47d2c commit a72b7bb

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

Documentation/devicetree/bindings/mmc/fujitsu,sdhci-fujitsu.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ allOf:
1414

1515
properties:
1616
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
2024

2125
reg:
2226
maxItems: 1
@@ -29,6 +33,11 @@ properties:
2933
- const: iface
3034
- const: core
3135

36+
dma-coherent: true
37+
38+
interrupts:
39+
maxItems: 2
40+
3241
resets:
3342
maxItems: 1
3443

0 commit comments

Comments
 (0)