]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: keystone: Fix domain register range for clkfftc1
authorIvan Khoronzhuk <ivan.khoronzhuk@ti.com>
Tue, 18 Mar 2014 19:58:45 +0000 (15:58 -0400)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Tue, 18 Mar 2014 19:58:45 +0000 (15:58 -0400)
The domain register range for clkfftc1 has to be 0x0235004c
instead of 0x023504c0.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/boot/dts/k2hk-clocks.dtsi

index a71aa2996321656e9053226e8911c11e8a467f00..f8e5729bd858ad2e4b7aacb6d9d10f64bba704a1 100644 (file)
@@ -209,7 +209,7 @@ clkfftc1: clkfftc1 {
                compatible = "ti,keystone,psc-clock";
                clocks = <&chipclk13>;
                clock-output-names = "fftc-1";
-               reg = <0x02350074 0xb00>, <0x023504c0 0x400>;
+               reg = <0x02350074 0xb00>, <0x0235004c 0x400>;
                reg-names = "control", "domain";
                domain-id = <19>;
        };