diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2017-01-19 18:31:48 +0100 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2017-01-19 18:31:48 +0100 |
commit | 32a34441a9bdd95ab79dc018367de89858efda1c (patch) | |
tree | 1ef92144fa261f1446ada52291334f70c71f08f4 /arch/arm/boot/dts/keystone-k2e-netcp.dtsi | |
parent | ARM: dts: keystone-k2g: Reserve MSM RAM for boot monitor (diff) | |
download | linux-32a34441a9bdd95ab79dc018367de89858efda1c.tar.xz linux-32a34441a9bdd95ab79dc018367de89858efda1c.zip |
ARM: keystone: dts: fix netcp clocks and add names
Fix the pa clock to point to the clkpa which has clock rate of 1/3 of PA
PLL clock and add clock names.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2e-netcp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2e-netcp.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2e-netcp.dtsi b/arch/arm/boot/dts/keystone-k2e-netcp.dtsi index ac990f679725..ba828cb59587 100644 --- a/arch/arm/boot/dts/keystone-k2e-netcp.dtsi +++ b/arch/arm/boot/dts/keystone-k2e-netcp.dtsi @@ -138,7 +138,8 @@ netcp: netcp@24000000 { /* NetCP address range */ ranges = <0 0x24000000 0x1000000>; - clocks = <&papllclk>, <&clkcpgmac>, <&chipclk12>; + clocks = <&clkpa>, <&clkcpgmac>, <&chipclk12>; + clock-names = "pa_clk", "ethss_clk", "cpts"; dma-coherent; ti,navigator-dmas = <&dma_gbe 0>, |