mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add vbus-supply in Type-C connector
VBUS supply property was moved from pmi632 typec node to USB-C connector.
This fixes the following warning in kernel message.
pmic@2:typec@1500: supply vdd-vbus not found, using dummy regulator
Fixes: c1da9374c3 ("arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add PMI632 Type-C property")
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260718-ginkgo-vbus-typec-v1-1-d5ed0aa6b78b@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
95f827ceb2
commit
a44338975c
|
|
@ -133,6 +133,8 @@ connector {
|
|||
typec-power-opmode = "default";
|
||||
pd-disable;
|
||||
|
||||
vbus-supply = <&pmi632_vbus>;
|
||||
|
||||
port {
|
||||
pmi632_hs_in: endpoint {
|
||||
remote-endpoint = <&usb_dwc3_hs>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user