On 22.08.2024 23:07, Jonas Karlman wrote:
@@ -135,6 +135,8 @@ vbus5v0_typec: vbus5v0-typec-regulator { gpio = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&typec5v_pwren>; + regulator-always-on; + regulator-boot-on;
This should probably not be always-on/boot-on, the connector is described as power-role = "dual" and try-power-role = "sink", so should probably be possible to disable the vbus supply.
At same time it is not used for powering the board so probably need to change 'power-role' to something else.