Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sm8550-mtp: Add USB PHYs and HC nodes

Enable USB HC and PHYs nodes on SM8550 MTP board.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230119004533.1869870-3-abel.vesa@linaro.org

authored by

Abel Vesa and committed by
Bjorn Andersson
772e6bc4 7f7e5c1b

+22
+22
arch/arm64/boot/dts/qcom/sm8550-mtp.dts
··· 541 541 status = "okay"; 542 542 }; 543 543 544 + &usb_1 { 545 + status = "okay"; 546 + }; 547 + 548 + &usb_1_dwc3 { 549 + dr_mode = "peripheral"; 550 + }; 551 + 552 + &usb_1_hsphy { 553 + vdd-supply = <&vreg_l1e_0p88>; 554 + vdda12-supply = <&vreg_l3e_1p2>; 555 + 556 + status = "okay"; 557 + }; 558 + 559 + &usb_dp_qmpphy { 560 + vdda-phy-supply = <&vreg_l3e_1p2>; 561 + vdda-pll-supply = <&vreg_l3f_0p91>; 562 + 563 + status = "okay"; 564 + }; 565 + 544 566 &xo_board { 545 567 clock-frequency = <76800000>; 546 568 };