clk: keystone: sci-clk: extend clock IDs to 32 bits
authorTero Kristo <t-kristo@ti.com>
Tue, 28 May 2019 13:10:23 +0000 (16:10 +0300)
committerTero Kristo <t-kristo@ti.com>
Fri, 7 Jun 2019 09:11:41 +0000 (12:11 +0300)
commit3f1f22d8009035a641a359a09239bcc6ffac7bb9
tree6a42bb0e981762071037b18804caff5a7988a274
parent8e48b33f9def0cef429c102c5b4b2dad8ef1d684
clk: keystone: sci-clk: extend clock IDs to 32 bits

Currently, the clock identifiers are limited to 255. To support future
SoCs, this muse be extended to 32 bits, which should provide way more
than enough space. Basic support for extending the clock API is going
to be implemented in the firmware driver, but there are some minor
changes that need to be done on the clock driver side first.

Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
drivers/clk/keystone/sci-clk.c