Skip to content

Commit

Permalink
Merge branch 'master' into improve-wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-Hosting-Group authored Dec 19, 2024
2 parents eef927e + 4fad9f1 commit 31cd8ed
Show file tree
Hide file tree
Showing 5 changed files with 8,206 additions and 8,210 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@

&qusb_phy_0 {
status = "okay";

vdd-supply = <&reg_usb_vbus>;
};

&ssphy_0 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,6 @@
enable-active-high;
regulator-boot-on;
};

output-usb0-power {
compatible = "regulator-output";
vout-supply = <&usb0_vbus>;
};

output-usb1-power {
compatible = "regulator-output";
vout-supply = <&usb1_vbus>;
};
};

&cpu0_thermal {
Expand Down Expand Up @@ -381,6 +371,8 @@

&qusb_phy_0 {
status = "okay";

vdd-supply = <&usb0_vbus>;
};

&ssphy_1 {
Expand All @@ -389,6 +381,8 @@

&qusb_phy_1 {
status = "okay";

vdd-supply = <&usb1_vbus>;
};

&usb_0 {
Expand Down
Loading

0 comments on commit 31cd8ed

Please sign in to comment.