Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32a34441 authored by Murali Karicheri's avatar Murali Karicheri Committed by Santosh Shilimkar
Browse files

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: default avatarMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent b3511c9e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>,
+2 −1
Original line number Diff line number Diff line
@@ -155,7 +155,8 @@ netcp: netcp@2000000 {
	/* NetCP address range */
	ranges  = <0 0x2000000 0x100000>;

	clocks = <&papllclk>, <&clkcpgmac>, <&chipclk12>;
	clocks = <&clkpa>, <&clkcpgmac>, <&chipclk12>;
	clock-names = "pa_clk", "ethss_clk", "cpts";
	dma-coherent;

	ti,navigator-dmas = <&dma_gbe 22>,
+2 −1
Original line number Diff line number Diff line
@@ -137,7 +137,8 @@ netcp: netcp@26000000 {
	/* NetCP address range */
	ranges = <0 0x26000000 0x1000000>;

	clocks = <&clkosr>, <&papllclk>, <&clkcpgmac>, <&chipclk12>;
	clocks = <&clkpa>, <&clkcpgmac>, <&chipclk12>, <&clkosr>;
	clock-names = "pa_clk", "ethss_clk", "cpts", "osr_clk";
	dma-coherent;

	ti,navigator-dmas = <&dma_gbe 0>,