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-02 12:56:57 +0100 |
| commit | e1be561f6b14cfd8dc4f17bfb9797377526e18ae (patch) | |
| tree | c6c5ea71d329aa553cf641e4491401ebeebecafa /Documentation | |
| parent | 2ebf2e631d53b42c53bea61569938e4665da1710 (diff) | |
| download | linux-e1be561f6b14cfd8dc4f17bfb9797377526e18ae.tar.gz linux-e1be561f6b14cfd8dc4f17bfb9797377526e18ae.tar.bz2 linux-e1be561f6b14cfd8dc4f17bfb9797377526e18ae.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: |
