ARM: dt: Add references to tegra_car clocks
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Wed, 3 Apr 2013 14:40:48 +0000 (17:40 +0300)
committerStephen Warren <swarren@nvidia.com>
Thu, 4 Apr 2013 23:17:13 +0000 (17:17 -0600)
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>
arch/arm/boot/dts/tegra114-dalmore.dts
arch/arm/boot/dts/tegra114-pluto.dts
arch/arm/boot/dts/tegra114.dtsi

index 6ebc1b704190e63e0ec979117b5de7f5704fbcd9..616990dc92dba2a6ee1f5aec7177a22d21018e45 100644 (file)
@@ -12,7 +12,6 @@
 
        serial@70006300 {
                status = "okay";
-               clock-frequency = <408000000>;
        };
 
        pmc {
index 5deb8692b3504c1aebcb8c35af4faea43060f884..6bbc8efae9c0e88018c35bb4465db3f7c19801e5 100644 (file)
@@ -12,7 +12,6 @@
 
        serial@70006300 {
                status = "okay";
-               clock-frequency = <408000000>;
        };
 
        pmc {
index c0b527d15fda10246aebb5f7d5ecce9501bc620b..c1110a9b2a9122f319c81cdff5ceae681caf06ff 100644 (file)
                              0 42 0x04
                              0 121 0x04
                              0 122 0x04>;
+               clocks = <&tegra_car 5>;
        };
 
        tegra_car: clock {
-               compatible = "nvidia,tegra114-car, nvidia,tegra30-car";
+               compatible = "nvidia,tegra114-car";
                reg = <0x60006000 0x1000>;
                #clock-cells = <1>;
        };
@@ -66,6 +67,7 @@
                reg-shift = <2>;
                interrupts = <0 36 0x04>;
                status = "disabled";
+               clocks = <&tegra_car 6>;
        };
 
        serial@70006040 {
@@ -74,6 +76,7 @@
                reg-shift = <2>;
                interrupts = <0 37 0x04>;
                status = "disabled";
+               clocks = <&tegra_car 192>;
        };
 
        serial@70006200 {
@@ -82,6 +85,7 @@
                reg-shift = <2>;
                interrupts = <0 46 0x04>;
                status = "disabled";
+               clocks = <&tegra_car 55>;
        };
 
        serial@70006300 {
                reg-shift = <2>;
                interrupts = <0 90 0x04>;
                status = "disabled";
+               clocks = <&tegra_car 65>;
        };
 
        rtc {
                compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc";
                reg = <0x7000e000 0x100>;
                interrupts = <0 2 0x04>;
+               clocks = <&tegra_car 4>;
        };
 
        pmc {