Wenbin Mei 2fee14ac97 dt-bindings: mmc: change compatiable string for MT8195 mmc host IP
MT8195 mmc host IP is compatible with MT8183, and currently it shows:
properties:
  compatible:
    oneOf:
...
      - items:
         - const: mediatek,mt8192-mmc
         - const: mediatek,mt8195-mmc
         - const: mediatek,mt8183-mmc
which means the compatible string in the device tree would be:
	compatible = "mediatek,mt8192-mmc", "mediatek,mt8195-mmc",
		     "mediatek,mt8183-mmc";
The bindings is wrong and that isn't the result we want.
instead we want:
properties:
  compatible:
    oneOf:
...
      - items:
         - const: mediatek,mt8192-mmc
         - const: mediatek,mt8183-mmc
      - items:
         - const: mediatek,mt8195-mmc
         - const: mediatek,mt8183-mmc
which would give us:
	compatible = "mediatek,mt8192-mmc", "mediatek,mt8183-mmc";
and
	compatible = "mediatek,mt8195-mmc", "mediatek,mt8183-mmc";

Fixes: eb9cb7227e5c (dt-bindings: mmc: Add compatible for Mediatek MT8195)
Signed-off-by: Wenbin Mei <wenbin.mei@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1623726033-16073-2-git-send-email-wenbin.mei@mediatek.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2021-06-29 16:52:40 +02:00
..
2021-05-01 10:14:08 -07:00
2021-05-04 11:24:46 -07:00
2021-02-22 10:05:12 -08:00
2021-06-03 20:24:04 +08:00
2021-05-05 12:39:29 -07:00
2021-03-17 21:22:06 -05:00
2021-05-07 13:06:34 -07:00
2021-06-28 15:49:58 -07:00
2021-05-20 14:46:26 -10:00
2021-05-06 09:53:40 -07:00
2021-05-05 12:39:29 -07:00
2021-05-04 11:13:33 -07:00
2021-04-09 21:46:15 +02:00
2021-06-11 10:47:10 -07:00
2021-02-22 10:05:12 -08:00
2021-04-26 12:30:36 -07:00
2021-04-28 15:50:24 -07:00
2021-04-29 14:24:39 -07:00