Re: [PATCH v2 1/2] arm64: dts: qcom: qcs6490-rubikpi3: Add 3.3 V output supply
Bryan O'Donoghue <[email protected]>
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 22/07/2026 17:12, Hongyang Zhao wrote: > + enable-active-high; > + > + pinctrl-0 = <&vcc3v3_output_en>; > + pinctrl-names = "default"; > + > + regulator-always-on; > + regulator-boot-on; > + }; Seems like a reasonable thing to do for a mezzanine board but, I did a double-take when I saw always-on and boot-on. Reviewed-by: Bryan O'Donoghue <[email protected]>