diff options
author | Michael Turquette <mturquette@baylibre.com> | 2016-07-16 05:13:36 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2016-07-16 05:15:12 +0300 |
commit | ca1d2e269f593b318a75f3ffb9befc1ec8b6f2fd (patch) | |
tree | 555daf5390d4f71e13faa433eb94544dd2811312 /include/dt-bindings/clock | |
parent | e16fb2e6355c1c1b41623af9e01ada196e2af098 (diff) | |
download | linux-ca1d2e269f593b318a75f3ffb9befc1ec8b6f2fd.tar.xz |
Revert "clk: gxbb: expose CLKID_MMC_PCLK"
This reverts commit e16fb2e6355c1c1b41623af9e01ada196e2af098.
Updated documentation from the chip vendor reveals that this clock is
not required for correct operation of the MMC controller. As such, do
not expose it to DT.
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r-- | include/dt-bindings/clock/gxbb-clkc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h index 5eb69ec74f6b..f889d80246cb 100644 --- a/include/dt-bindings/clock/gxbb-clkc.h +++ b/include/dt-bindings/clock/gxbb-clkc.h @@ -8,6 +8,5 @@ #define CLKID_CPUCLK 1 #define CLKID_CLK81 12 #define CLKID_ETH 36 -#define CLKID_MMC_PCLK 66 #endif /* __GXBB_CLKC_H */ |