diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2013-04-03 18:40:48 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-04-05 03:17:13 +0400 |
commit | 672d889c0a8969e8cc63d62c28b7073ae1370471 (patch) | |
tree | 2cec5b2eddb943b588ab15a0765ac91816026147 /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | 27aa99dc0ec188771bd22f2188e56a571368303e (diff) | |
download | linux-672d889c0a8969e8cc63d62c28b7073ae1370471.tar.xz |
ARM: dt: Add references to tegra_car clocks
Add references to tegra_car clocks for the basic device nodes. Also remove
the clock-frequency property of the serial node as the UART driver can now
use the clock framework to obtain the frequency.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 6ebc1b704190..616990dc92db 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -12,7 +12,6 @@ serial@70006300 { status = "okay"; - clock-frequency = <408000000>; }; pmc { |