diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-05-09 00:01:50 -0300 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-05-14 23:43:54 -0700 |
commit | 409f01395b9afac302b943926466cd8dbca61d0a (patch) | |
tree | 756314b7568464493a3fdda4894b696f137ac91e | |
parent | a218d7fa3f7dbc0d3a168f1ccd13b21313d85dab (diff) | |
download | linux-409f01395b9afac302b943926466cd8dbca61d0a.tar.bz2 |
Documentation: clock: fixed-clock: Remove unsupported 'gpios' property
Remove the 'gpios' property from the documentation as this is something that the
current fixed clock driver does not handle.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/clock/fixed-clock.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/fixed-clock.txt b/Documentation/devicetree/bindings/clock/fixed-clock.txt index 48ea0ad8ad46..0641a663ad69 100644 --- a/Documentation/devicetree/bindings/clock/fixed-clock.txt +++ b/Documentation/devicetree/bindings/clock/fixed-clock.txt @@ -12,7 +12,6 @@ Required properties: Optional properties: - clock-accuracy : accuracy of clock in ppb (parts per billion). Should be a single cell. -- gpios : From common gpio binding; gpio connection to clock enable pin. - clock-output-names : From common clock binding. Example: |