diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-02-12 10:26:45 -0700 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-02-13 11:17:02 -0700 |
commit | 8364f5d96509e206f02a74bbdc2d4e3742cdefe4 (patch) | |
tree | 04506ee7833d303c642ce1a53a4c48e40be29858 /drivers/clk | |
parent | 0203d91247090e57063e1ef63a6019e87548dfbc (diff) | |
download | blackbird-op-linux-8364f5d96509e206f02a74bbdc2d4e3742cdefe4.tar.gz blackbird-op-linux-8364f5d96509e206f02a74bbdc2d4e3742cdefe4.zip |
ARM: tegra: remove clock-frequency properties from serial nodes
Currently, the serial nodes define both a clock-frequency and a clocks
property. We should not provide both, since they might conflict.
In practice, this also causes problems since the of_serial driver uses
the clock-frequency property in preference to the clocks property, and
hence doesn't clk_prepare_enable() the clock, which may then leave it
with no known users, and hence the common clock framework will disable
it, thus breaking the port, which is usually the console.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/clk')
0 files changed, 0 insertions, 0 deletions