summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/k2l-clocks.dtsi
AgeCommit message (Collapse)Author
2014-07-08ARM: dts: keystone: fix netcp's clocks definitionsGrygorii Strashko
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>
2014-02-26ARM: dts: keystone: add support for K2 Lamarr SoC and EVMMurali Karicheri
Keystone2 Lamarr (K2L) is a dual Cortex A15 core based SoC with 4 DSPs. It has standard peripherals such as i2c, spi, uart, timer, pcie etc., similar to k2hk, but different set of wireless hardware. This patch add support for k2 Lamarr SoC and EVM. This re-uses the common keystone.dtsi to include common bindings across the various k2 devices. Cc: Olof Johansson <olof@lixom.net> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Rob Herring <robh+dt@kernel.org> Cc: Kumar Gala <galak@codeaurora.org> Cc: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>