Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6db644c7 authored by Akash Gajjar's avatar Akash Gajjar Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: rockpro64 dts add usb regulator



vcc5v0_host and vcc5v0_typec is supplied by vcc5v0_usb and not vcc5v0_sys.
add node for vcc5v0_usb fixed regulator.

Signed-off-by: default avatarAkash Gajjar <Akash_Gajjar@mentor.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c96bb6f9
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@
		pinctrl-0 = <&vcc5v0_host_en>;
		regulator-name = "vcc5v0_host";
		regulator-always-on;
		vin-supply = <&vcc5v0_sys>;
		vin-supply = <&vcc5v0_usb>;
	};

	vcc5v0_typec: vcc5v0-typec-regulator {
@@ -136,7 +136,7 @@
		pinctrl-0 = <&vcc5v0_typec_en>;
		regulator-name = "vcc5v0_typec";
		regulator-always-on;
		vin-supply = <&vcc5v0_sys>;
		vin-supply = <&vcc5v0_usb>;
	};

	vcc5v0_sys: vcc5v0-sys {
@@ -149,6 +149,16 @@
		vin-supply = <&vcc12v_dcin>;
	};

	vcc5v0_usb: vcc5v0-usb {
		compatible = "regulator-fixed";
		regulator-name = "vcc5v0_usb";
		regulator-always-on;
		regulator-boot-on;
		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;
		vin-supply = <&vcc12v_dcin>;
	};

	vdd_log: vdd-log {
		compatible = "pwm-regulator";
		pwms = <&pwm2 0 25000 1>;