diff options
author | 2016-11-21 12:07:15 +0530 | |
---|---|---|
committer | 2016-11-29 09:05:13 +0100 | |
commit | f927ea4167719ff19474f89573a3ab1a3770ed58 (patch) | |
tree | f0439330fe484c6a45cfe476db22179c8b3c7999 | |
parent | mmc: sdhci-msm: Change poor style writel/readl of registers (diff) | |
download | wireguard-linux-f927ea4167719ff19474f89573a3ab1a3770ed58.tar.xz wireguard-linux-f927ea4167719ff19474f89573a3ab1a3770ed58.zip |
dt-bindings: sdhci-msm: Add xo value
Add "xo" value which is tcxo clock to sdhci-msm
DT binding properties.
Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt index 485483a63d8c..0576264eab5e 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt @@ -17,6 +17,7 @@ Required properties: "iface" - Main peripheral bus clock (PCLK/HCLK - AHB Bus clock) (required) "core" - SDC MMC clock (MCLK) (required) "bus" - SDCC bus voter clock (optional) + "xo" - TCXO clock (optional) Example: |