aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mmc
diff options
context:
space:
mode:
authorGravatar Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 2022-07-12 16:42:41 +0200
committerGravatar Ulf Hansson <ulf.hansson@linaro.org> 2022-07-13 12:37:20 +0200
commit331ad8247b46eeaf3b5c66e5ef5986630fe0f043 (patch)
tree4c274e13752d1fada3710d4ad5886654e3a0f735 /Documentation/devicetree/bindings/mmc
parentdt-bindings: mmc: Add compatible for MediaTek MT8188 (diff)
downloadlinux-331ad8247b46eeaf3b5c66e5ef5986630fe0f043.tar.gz
linux-331ad8247b46eeaf3b5c66e5ef5986630fe0f043.tar.bz2
linux-331ad8247b46eeaf3b5c66e5ef5986630fe0f043.zip
dt-bindings: mmc: sdhci-msm: fix reg-names entries
Bindings before conversion to DT schema expected reg-names without "_mem" suffix. This was used by older DTS files and by the MSM SDHCI driver. Reported-by: Douglas Anderson <dianders@chromium.org> Fixes: edfbf8c307ff ("dt-bindings: mmc: sdhci-msm: Fix issues in yaml bindings") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20220712144245.17417-2-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/sdhci-msm.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
index ca8814a80443..c67e17792fd3 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
+++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
@@ -59,22 +59,22 @@ properties:
maxItems: 4
oneOf:
- items:
- - const: hc_mem
+ - const: hc
- items:
- - const: hc_mem
- - const: core_mem
+ - const: hc
+ - const: core
- items:
- - const: hc_mem
- - const: cqe_mem
+ - const: hc
+ - const: cqhci
- items:
- - const: hc_mem
- - const: cqe_mem
- - const: ice_mem
+ - const: hc
+ - const: cqhci
+ - const: ice
- items:
- - const: hc_mem
- - const: core_mem
- - const: cqe_mem
- - const: ice_mem
+ - const: hc
+ - const: core
+ - const: cqhci
+ - const: ice
clocks:
minItems: 3