diff options
author | 2025-04-14 06:35:01 +0800 | |
---|---|---|
committer | 2025-05-14 16:59:18 +0200 | |
commit | 157d4ba8dfdfb1aebf8c2d059e5aa187abe06182 (patch) | |
tree | 99c2f01d2b0c4f9402fd7f04966cdd19919c5c60 | |
parent | mmc: mtk-sd: Add condition to enable 'single' burst type (diff) | |
download | wireguard-linux-157d4ba8dfdfb1aebf8c2d059e5aa187abe06182.tar.xz wireguard-linux-157d4ba8dfdfb1aebf8c2d059e5aa187abe06182.zip |
dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo SG2044 support
The sdhci IP of SG2044 is similar to it of SG2042. They
share the same clock and controller configuration.
Add compatible string for SG2044.
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Chen Wang <unicorn_wang@outlook.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250413223507.46480-8-inochiama@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml index e6e604072d3c..5fb347167004 100644 --- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml @@ -19,6 +19,9 @@ properties: - rockchip,rk3562-dwcmshc - rockchip,rk3576-dwcmshc - const: rockchip,rk3588-dwcmshc + - items: + - const: sophgo,sg2044-dwcmshc + - const: sophgo,sg2042-dwcmshc - enum: - rockchip,rk3568-dwcmshc - rockchip,rk3588-dwcmshc |