[PATCH 05/12] clk: SPEAr13xx: Fix pcie clock name
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-12-11 22:42:43
Also in:
linux-pci
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-12-11 22:42:43
Also in:
linux-pci
On Wednesday 11 December 2013, Mohit Kumar wrote:
From: Pratyush Anand <redacted> Follow dt clock naming convention for PCIe clocks.
I think in the future, the spear clocks really need to get moved into DT representations, as we do for other platforms, which will get rid of a lot of code in drivers/clk, including all the clkdev registration. Arnd