phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy"
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 28 Jan 2022 08:11:33 +0000 (13:41 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 8 Feb 2022 16:00:03 +0000 (11:00 -0500)
commit8257437d0f21c6edda161844052c0e05579af71b
tree25ce300e845d7f6cb31c1ac35fc5baf376dd3758
parentc1c1b345b1bd06328c9f16225ebbceb6f165bbb2
phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy"

Instead of having separate structure members for each input clock, add
an array for the input clocks within "struct cdns_sierra_phy". This is
in preparation for adding more input clocks required for supporting
additional clock combination.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
drivers/phy/cadence/phy-cadence-sierra.c