dt-binding: mmc: sunxi: add H6 compatible (with A64 fallback)
authorIcenowy Zheng <icenowy@aosc.io>
Thu, 19 Jul 2018 04:28:08 +0000 (12:28 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 19 Jul 2018 14:50:26 +0000 (16:50 +0200)
The MMC controllers on H6 is similar to the ones on A64, but with some
new features.

Add compatible strings for them (with the A64 compatible strings as
fallback, in order to make them to work with A64 drivers).

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Documentation/devicetree/bindings/mmc/sunxi-mmc.txt

index 132e0007d7d682062bf18a08445d89c1b2ef081a..e9cb3ec5e50295ee1e047bf26eafb45861a002c3 100644 (file)
@@ -16,6 +16,8 @@ Required properties:
    * "allwinner,sun9i-a80-mmc"
    * "allwinner,sun50i-a64-emmc"
    * "allwinner,sun50i-a64-mmc"
+   * "allwinner,sun50i-h6-emmc", "allwinner.sun50i-a64-emmc"
+   * "allwinner,sun50i-h6-mmc", "allwinner.sun50i-a64-mmc"
  - reg : mmc controller base registers
  - clocks : a list with 4 phandle + clock specifier pairs
  - clock-names : must contain "ahb", "mmc", "output" and "sample"