mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 22:19:17 -04:00
arm64: dts: qcom: qrb5165-rb5: Switch on basic TCPM
Switch on TCPM for the RB5. Here we declare as a source only not a sink since qrb5165 doesn't support powering exclusively from the type-c port. Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Link: https://lore.kernel.org/r/20230816115151.501736-6-bryan.odonoghue@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
c627d7337a
commit
5b1b6da9d3
@@ -9,6 +9,7 @@
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
|
||||
#include <dt-bindings/sound/qcom,q6afe.h>
|
||||
#include <dt-bindings/sound/qcom,q6asm.h>
|
||||
#include <dt-bindings/usb/pd.h>
|
||||
#include "sm8250.dtsi"
|
||||
#include "pm8150.dtsi"
|
||||
#include "pm8150b.dtsi"
|
||||
@@ -1345,3 +1346,22 @@ &pm8150b_vbus {
|
||||
regulator-max-microamp = <3000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pm8150b_typec {
|
||||
status = "okay";
|
||||
|
||||
vdd-pdphy-supply = <&vreg_l2a_3p1>;
|
||||
|
||||
connector {
|
||||
compatible = "usb-c-connector";
|
||||
|
||||
power-role = "source";
|
||||
data-role = "dual";
|
||||
self-powered;
|
||||
|
||||
source-pdos = <PDO_FIXED(5000, 3000,
|
||||
PDO_FIXED_DUAL_ROLE |
|
||||
PDO_FIXED_USB_COMM |
|
||||
PDO_FIXED_DATA_SWAP)>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user