Merge tag 'keystone-clk-for-5.3-v2' of git://git.kernel.org/pub/scm/linux/kernel...
authorStephen Boyd <sboyd@kernel.org>
Tue, 25 Jun 2019 00:52:29 +0000 (17:52 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 25 Jun 2019 00:52:29 +0000 (17:52 -0700)
commit0af69227ed9fc4ac62f8542e52aba98fc2c7945b
tree91cb8ff90a7308c5c1aac583c9725fe274ca9268
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
parent81f4458c9c6998fcd37c427d16d76d4dba65d015
Merge tag 'keystone-clk-for-5.3-v2' of git://git./linux/kernel/git/kristo/linux into clk-ti

Pull TI Keystone clk driver changes from Tero Kristo:

 - Add support for 32 bit clock IDs for sci-clks, this is needed
   for the new J721e SoC which has a few devices that have more than
   255 clocks associated to them.
 - Clock probing done from DT by default instead of firmware side.
   Scanning clocks from DT is much faster than firmware, and also we
   can omit unnecessary clocks which saves even more time. This has been
   done in the interest of saving boot time.
 - Remove the device tree node path from the registered sci-clk names.
   This mainly makes the debugfs interface more readable.
 - Also contains a single drivers/firmware change which needs to go in
   via this pull-request; to support the 32bit clock IDs.

* tag 'keystone-clk-for-5.3-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux:
  firmware: ti_sci: extend clock identifiers from u8 to u32
  clk: keystone: sci-clk: extend clock IDs to 32 bits
  clk: keystone: sci-clk: probe clocks from DT instead of firmware
  clk: keystone: sci-clk: split out the fw clock parsing to own function
  clk: keystone: sci-clk: cut down the clock name length