Skip to content

Commit 331ad82

Browse files
krzkUlf Hansson
authored andcommitted
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: edfbf8c ("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>
1 parent 4ec43b8 commit 331ad82

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Documentation/devicetree/bindings/mmc/sdhci-msm.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,22 @@ properties:
5959
maxItems: 4
6060
oneOf:
6161
- items:
62-
- const: hc_mem
62+
- const: hc
6363
- items:
64-
- const: hc_mem
65-
- const: core_mem
64+
- const: hc
65+
- const: core
6666
- items:
67-
- const: hc_mem
68-
- const: cqe_mem
67+
- const: hc
68+
- const: cqhci
6969
- items:
70-
- const: hc_mem
71-
- const: cqe_mem
72-
- const: ice_mem
70+
- const: hc
71+
- const: cqhci
72+
- const: ice
7373
- items:
74-
- const: hc_mem
75-
- const: core_mem
76-
- const: cqe_mem
77-
- const: ice_mem
74+
- const: hc
75+
- const: core
76+
- const: cqhci
77+
- const: ice
7878

7979
clocks:
8080
minItems: 3

0 commit comments

Comments
 (0)