On 5/25/24 20:04, Bjorn Andersson wrote:
From: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx> The SC8180X Primus comes with an AUX card with two USB ports, fed by the two multiport ports. Enable the involved nodes and define two always-on regulators to enable VBUS for these ports. Signed-off-by: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx> ---
[...]
+ gpio = <&pmc8180_1_gpios 9 0>;
GPIO_ACTIVE_HIGH?
+ enable-active-high; + + regulator-always-on; + }; + + vreg_usb3_host_en: regulator-usb3-host-en { + compatible = "regulator-fixed"; + regulator-name = "usb3_host_en"; + + regulator-min-microvolt = <5000000>; + regulator-max-microvolt = <5000000>; + + gpio = <&pmc8180_2_gpios 9 0>;
GPIO_ACTIVE_HIGH with that: Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad