Commit 331ad824 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Ulf Hansson

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: default avatarDouglas Anderson <dianders@chromium.org>
Fixes: edfbf8c307ff ("dt-bindings: mmc: sdhci-msm: Fix issues in yaml bindings")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20220712144245.17417-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 4ec43b87
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment