diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2018-07-19 07:28:08 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-07-19 17:50:26 +0300 |
commit | 0a23f1ad88fc9385a3d78ec283da8700dbf2fdff (patch) | |
tree | 639520ec998d52173145693122e4261d6aa5569d /Documentation/devicetree/bindings/mmc/sunxi-mmc.txt | |
parent | 22f3d86f0d87bfe1d9a38f7650af620f0b4f953d (diff) | |
download | linux-0a23f1ad88fc9385a3d78ec283da8700dbf2fdff.tar.xz |
dt-binding: mmc: sunxi: add H6 compatible (with A64 fallback)
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>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc/sunxi-mmc.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/sunxi-mmc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sunxi-mmc.txt b/Documentation/devicetree/bindings/mmc/sunxi-mmc.txt index 132e0007d7d6..e9cb3ec5e502 100644 --- a/Documentation/devicetree/bindings/mmc/sunxi-mmc.txt +++ b/Documentation/devicetree/bindings/mmc/sunxi-mmc.txt @@ -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" |