]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: mmc: meson-gx: add reset
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 15 May 2018 09:57:47 +0000 (11:57 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 21 May 2018 08:50:45 +0000 (10:50 +0200)
Add the reset to the documentation of the meson-gx mmc controller
bindings.

Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt

index 5add8d7d855f941ff12a20eeac83e26b3ce0df16..13e70409e8ac6250676eba2d6e31be6187410168 100644 (file)
@@ -20,6 +20,7 @@ Required properties:
        "clkin1" - Other parent clock of internal mux
   The driver has an internal mux clock which switches between clkin0 and clkin1 depending on the
   clock rate requested by the MMC core.
+- resets     : phandle of the internal reset line
 
 Example:
 
@@ -30,4 +31,5 @@ Example:
                clocks = <&clkc CLKID_SD_EMMC_A>, <&xtal>, <&clkc CLKID_FCLK_DIV2>;
                clock-names = "core", "clkin0", "clkin1";
                pinctrl-0 = <&emmc_pins>;
+               resets = <&reset RESET_SD_EMMC_A>;
        };