summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/k2hk-clocks.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: keystone: fix dt bindings to use post div register for mainpllMurali Karicheri2015-07-311-3/+2
| | | | | | | | | | | | All of the keystone devices have a separate register to hold post divider value for main pll clock. Currently the fixed-postdiv value used for k2hk/l/e SoCs works by sheer luck as u-boot happens to use a value of 2 for this. Now that we have fixed this in the pll clock driver change the dt bindings for the same. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Acked-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: dts: keystone: fix netcp's clocks definitionsGrygorii Strashko2014-07-081-1/+1
| | | | | | | | | | | | | | | | | 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>
* ARM: dts: keystone: Fix control register range for clktsipIvan Khoronzhuk2014-03-181-1/+1
| | | | | | | | The control register range for clktsio interferes with clkaemifspi clock. And it causes issues for NAND/AEMIF. So fix it. Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
* ARM: dts: keystone: Fix domain register range for clkfftc1Ivan Khoronzhuk2014-03-181-1/+1
| | | | | | | | The domain register range for clkfftc1 has to be 0x0235004c instead of 0x023504c0. Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
* ARM: dts: keystone: preparatory patch to support K2L and K2E SOCsMurali Karicheri2014-02-261-0/+426
Current keystone.dtsi includes SoC specific definitions for K2HK SoCs. In order to support two addition keystone devices, k2 Edison and K2 Lamarr and corresponding EVMs, This patch restructure the dts files for the following:- - All clock nodes that are only available in k2hk SoC are moved from keystone-clocks.dtsi to a new k2hk-clocks.dtsi include file - The CPU nodes are now part of the soc specific k2hk.dtsi. - Change the compatibility string to ti,k2hk-evm and change the model name accordingly - Finally include k2hk-clocks.dtsi in k2hk.dtsi and that in k2hk-evm.dts 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>
OpenPOWER on IntegriCloud