diff options
author | Nan Li <[email protected]> | 2018-04-03 18:06:49 +0800 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2018-05-02 15:08:36 +0200 |
commit | f53b3095bda6fd46a9b2f2ec962b5daa051d8a80 (patch) | |
tree | fa0981e78052ea270635467bf49cad404fbd5084 | |
parent | 207b652cdbec3f7828251ded2c104eea6d036624 (diff) |
mmc: dt-bindings: update bindings doc to support Meson-AXG SoC
Update the documentation to list support for Meson-AXG SoC explicitly.
The new binding string is necessary since this SoC introduce a few
IP difference comparing to previous old generation.
Signed-off-by: Nan Li <[email protected]>
Signed-off-by: Yixun Lan <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Acked-by: Kevin Hilman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt index 50bf611a4d2c..5add8d7d855f 100644 --- a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt @@ -12,6 +12,7 @@ Required properties: - "amlogic,meson-gxbb-mmc" - "amlogic,meson-gxl-mmc" - "amlogic,meson-gxm-mmc" + - "amlogic,meson-axg-mmc" - clocks : A list of phandle + clock-specifier pairs for the clocks listed in clock-names. - clock-names: Should contain the following: "core" - Main peripheral bus clock |