Re: [PATCH 6/7] riscv: dts: spacemit: Add a PCIe regulator for OrangePi RV2
From: Chukun Pan
Date: Wed Feb 04 2026 - 08:53:26 EST
Hi,
> Define a 3.3v fixed voltage regulator to be used by PCIe on the
> OrangePi RV2. On this platform, this regulator is always on.
(...)
> + regulator-always-on;
> + gpio = <&gpio K1_GPIO(116) GPIO_ACTIVE_HIGH>;
Why is this regulator always on?
It is clearly controlled by gpio.
Thanks,
Chukun