diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-07-27 18:42:02 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2022-09-14 11:53:47 +0200 |
commit | 5f818d411cf31c6f015b0cb1248f75ffa438e149 (patch) | |
tree | 9343c84b1b25ddeb5553cca36675b2cd3a148543 /Documentation/devicetree/bindings/mmc | |
parent | mmc: sdhci-pci-o2micro: fix some SD cards compatibility issue at DDR50 mode (diff) | |
download | linux-5f818d411cf31c6f015b0cb1248f75ffa438e149.tar.xz linux-5f818d411cf31c6f015b0cb1248f75ffa438e149.zip |
dt-bindings: mmc: mmc-spi-slot: drop unneeded spi-max-frequency
spi-max-frequency comes from spi-peripheral-props.yaml.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220727164202.385531-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/mmc-spi-slot.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mmc/mmc-spi-slot.yaml b/Documentation/devicetree/bindings/mmc/mmc-spi-slot.yaml index c45b91099325..c0662ce9946d 100644 --- a/Documentation/devicetree/bindings/mmc/mmc-spi-slot.yaml +++ b/Documentation/devicetree/bindings/mmc/mmc-spi-slot.yaml @@ -23,8 +23,6 @@ properties: reg: maxItems: 1 - spi-max-frequency: true - interrupts: maxItems: 1 |