Message ID | 1479343623-31163-1-git-send-email-riteshh@codeaurora.org (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Stephen Boyd |
Headers | show |
On 11/17, Ritesh Harjani wrote: > Add "xo" property which is tcxo clock. > > Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org> > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt > index 485483a..4e61086 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) Seems everything else is tabbed before the dash. Otherwise, Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
On Thu, Nov 17, 2016 at 06:17:03AM +0530, Ritesh Harjani wrote: > Add "xo" property which is tcxo clock. Technically, xo is not a property, but a value. Acked-by: Rob Herring <robh@kernel.org> > > Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org> > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 + > 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 11/18/2016 4:33 AM, Stephen Boyd wrote: > On 11/17, Ritesh Harjani wrote: >> Add "xo" property which is tcxo clock. >> >> Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org> >> --- >> Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt >> index 485483a..4e61086 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) > > Seems everything else is tabbed before the dash. Otherwise, Sure. > > Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Thanks. >
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt index 485483a..4e61086 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:
Add "xo" property which is tcxo clock. Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org> --- Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 + 1 file changed, 1 insertion(+)