提交 331ad824 编写于 作者: K Krzysztof Kozlowski 提交者: 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: NDouglas Anderson <dianders@chromium.org>
Fixes: edfbf8c307ff ("dt-bindings: mmc: sdhci-msm: Fix issues in yaml bindings")
Signed-off-by: NKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: NDouglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20220712144245.17417-2-krzysztof.kozlowski@linaro.orgSigned-off-by: NUlf Hansson <ulf.hansson@linaro.org>
上级 4ec43b87
...@@ -59,22 +59,22 @@ properties: ...@@ -59,22 +59,22 @@ properties:
maxItems: 4 maxItems: 4
oneOf: oneOf:
- items: - items:
- const: hc_mem - const: hc
- items: - items:
- const: hc_mem - const: hc
- const: core_mem - const: core
- items: - items:
- const: hc_mem - const: hc
- const: cqe_mem - const: cqhci
- items: - items:
- const: hc_mem - const: hc
- const: cqe_mem - const: cqhci
- const: ice_mem - const: ice
- items: - items:
- const: hc_mem - const: hc
- const: core_mem - const: core
- const: cqe_mem - const: cqhci
- const: ice_mem - const: ice
clocks: clocks:
minItems: 3 minItems: 3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册