diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-09 16:54:27 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-09 16:54:27 +0200 |
commit | 3afeb0a046af159f0ff97a20cf6ebc44d0d2bd64 (patch) | |
tree | 49bbe7b27f8571c7716e9cbc7fbbe462ea82077a /arch/arm/boot/dts/tegra30.dtsi | |
parent | Merge tag 'mxs-multiplatform-3.10' of git://git.linaro.org/people/shawnguo/li... (diff) | |
parent | ARM: tegra: pm: remove duplicated include from pm.c (diff) | |
download | linux-3afeb0a046af159f0ff97a20cf6ebc44d0d2bd64.tar.xz linux-3afeb0a046af159f0ff97a20cf6ebc44d0d2bd64.zip |
Merge branch 'tegra/soc' into next/multiplatform
This is a dependency for the tegra multiplatform series.
Conflicts:
drivers/clocksource/tegra20_timer.c
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/tegra30.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index dbf46c272562..9fe7a92b4c85 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -148,6 +148,7 @@ 0 42 0x04 0 121 0x04 0 122 0x04>; + clocks = <&tegra_car 5>; }; tegra_car: clock { @@ -291,6 +292,7 @@ compatible = "nvidia,tegra30-rtc", "nvidia,tegra20-rtc"; reg = <0x7000e000 0x100>; interrupts = <0 2 0x04>; + clocks = <&tegra_car 4>; }; i2c@7000c000 { @@ -423,8 +425,10 @@ }; pmc { - compatible = "nvidia,tegra20-pmc", "nvidia,tegra30-pmc"; + compatible = "nvidia,tegra30-pmc"; reg = <0x7000e400 0x400>; + clocks = <&tegra_car 218>, <&clk32k_in>; + clock-names = "pclk", "clk32k_in"; }; memory-controller { |