diff options
| author | Andrew Jeffery <andrew@codeconstruct.com.au> | 2025-12-11 17:45:48 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-11 15:21:50 +0100 |
| commit | 97575fb2b714f5262617f6d0ac419e7aac9ad30f (patch) | |
| tree | 725df285e1adf4ca78fbd54a67a0e547c0d1bfa3 /Documentation | |
| parent | d9bd2d0985b22a901ecb5c630adffd762f887b50 (diff) | |
| download | linux-97575fb2b714f5262617f6d0ac419e7aac9ad30f.tar.gz linux-97575fb2b714f5262617f6d0ac419e7aac9ad30f.tar.bz2 linux-97575fb2b714f5262617f6d0ac419e7aac9ad30f.zip | |
dt-bindings: mmc: sdhci-of-aspeed: Switch ref to sdhci-common.yaml
commit ed724ea1b82a800af4704311cb89e5ef1b4ea7ac upstream.
Enable use of common SDHCI-related properties such as sdhci-caps-mask as
found in the AST2600 EVB DTS.
Cc: stable@vger.kernel.org # v6.2+
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml index 9fce8cd7b0b6..d24950ccea95 100644 --- a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml @@ -41,7 +41,7 @@ properties: patternProperties: "^sdhci@[0-9a-f]+$": type: object - $ref: mmc-controller.yaml + $ref: sdhci-common.yaml unevaluatedProperties: false properties: |
