ARM: dts: keystone: fix netcp's clocks definitions

The clocks tree for Keystone 2 NTCP devices should be
defined as following:
[refclk] - board dependent
 |- <papllclk> - PLL clock
    |- <paclk13> - fixed factor clock div=3 mul=1
       |- <clkpa> - gated clock
       |- <clkcpgmac> - gated clock
       |- <clksa> - gated clock

Hence, update Keystone 2 DT to follow HW specification.

Signed-off-by: WingMan Kwok <w-kwok2@ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
This commit is contained in:
Grygorii Strashko 2014-07-08 12:23:42 -04:00 committed by Santosh Shilimkar
parent 7171511eae
commit 2b7ef094a4
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ papllclk: papllclk@2620358 {
#clock-cells = <0>;
compatible = "ti,keystone,pll-clock";
clocks = <&refclkpass>;
clock-output-names = "pa-pll-clk";
clock-output-names = "papllclk";
reg = <0x02620358 4>;
reg-names = "control";
};

View file

@ -31,7 +31,7 @@ papllclk: papllclk@2620358 {
#clock-cells = <0>;
compatible = "ti,keystone,pll-clock";
clocks = <&refclkpass>;
clock-output-names = "pa-pll-clk";
clock-output-names = "papllclk";
reg = <0x02620358 4>;
reg-names = "control";
};

View file

@ -31,7 +31,7 @@ papllclk: papllclk@2620358 {
#clock-cells = <0>;
compatible = "ti,keystone,pll-clock";
clocks = <&refclksys>;
clock-output-names = "pa-pll-clk";
clock-output-names = "papllclk";
reg = <0x02620358 4>;
reg-names = "control";
};

View file

@ -215,7 +215,7 @@ clktetbtrc: clktetbtrc {
clkpa: clkpa {
#clock-cells = <0>;
compatible = "ti,keystone,psc-clock";
clocks = <&chipclk16>;
clocks = <&paclk13>;
clock-output-names = "pa";
reg = <0x0235001c 0xb00>, <0x02350008 0x400>;
reg-names = "control", "domain";