pci: pcie_dw_rockchip: Use regulator_set_enable_if_allowed
authorJonas Karlman <jonas@kwiboo.se>
Sat, 22 Jul 2023 13:30:18 +0000 (13:30 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 28 Jul 2023 10:45:03 +0000 (18:45 +0800)
commit8b001ee59a9d4a6246098c8bc5bb894a752e7c0b
tree2305bb0f01fe75f243ca8bb32b454305028b071a
parentbed7b2f00b1346f712f849d53c72fa8642601115
pci: pcie_dw_rockchip: Use regulator_set_enable_if_allowed

The vpcie3v3 regulator is typically a fixed regulator controlled using
gpio. Change to use enable and disable calls on the regulator instead
of trying to set a voltage value.

Also remove the delay to match linux driver, for a fixed regulator the
startup-delay-us prop can be used in case a startup delay is needed.
Limited testing on ROCK 3A, ROCK 5B, Quartz64, Odroid-M1 has shown that
this delay was not needed.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/pci/pcie_dw_rockchip.c