phy: cadence: torrent: Constify regmap_config structs
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Sat, 12 Sep 2020 20:46:39 +0000 (22:46 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 16 Sep 2020 12:13:31 +0000 (17:43 +0530)
commit57d39c7697ed52e51805dc97135c9b49469ce2ff
tree6a17eb4421f299a1d2c243cad964047fd1beedea
parent2f4a3d8b7c046e01dcc289971799b4818b11c70a
phy: cadence: torrent: Constify regmap_config structs

The regmap_config structs are never modified and can be made const to
allow the compiler to put them in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20200912204639.501669-4-rikard.falkeborn@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/cadence/phy-cadence-torrent.c