Commit 5e3f8027 authored by Alexis Ballier's avatar Alexis Ballier Committed by Heiko Stuebner

arm64: dts: rockchip: Add the fusb typec manager to rk3399-orangepi

Also rename its regulator to match the schematic names.
Signed-off-by: default avatarAlexis Ballier <aballier@gentoo.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent ba12fdd5
......@@ -136,13 +136,13 @@ vcc5v0_host: vcc5v0-host-regulator {
vin-supply = <&vcc_sys>;
};
vcc5v0_typec0: vcc5v0-typec0-regulator {
vbus_typec: vbus-typec-regulator {
compatible = "regulator-fixed";
enable-active-high;
gpio = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&vcc5v0_typec0_en>;
regulator-name = "vcc5v0_typec0";
pinctrl-0 = <&vcc5v0_typec_en>;
regulator-name = "vbus_typec";
vin-supply = <&vcc_sys>;
};
......@@ -505,6 +505,16 @@ cm32181@10 {
pinctrl-0 = <&light_int_l>;
vdd-supply = <&vcc3v3_s3>;
};
fusb302@22 {
compatible = "fcs,fusb302";
reg = <0x22>;
interrupt-parent = <&gpio1>;
interrupts = <RK_PA2 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&chg_cc_int_l>;
vbus-supply = <&vbus_typec>;
};
};
&io_domains {
......@@ -547,7 +557,7 @@ vcc5v0_host_en: vcc5v0-host-en {
<4 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>;
};
vcc5v0_typec0_en: vcc5v0-typec0-en {
vcc5v0_typec_en: vcc5v0-typec-en {
rockchip,pins =
<1 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
};
......@@ -596,6 +606,12 @@ light_int_l: light-int-l {
rockchip,pins = <4 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
fusb302 {
chg_cc_int_l: chg-cc-int-l {
rockchip,pins = <1 RK_PA2 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
};
&pwm0 {
......@@ -677,7 +693,7 @@ &u2phy0 {
status = "okay";
u2phy0_otg: otg-port {
phy-supply = <&vcc5v0_typec0>;
phy-supply = <&vbus_typec>;
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment