Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-congo.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1097,8 +1097,7 @@ pmic_ ## bus ## _ ## index: pmic@addr{ \
};

&usb3ahp {
status = "okay";
pinctrl-0 = <&pinctrl_usb3axhp_default &pinctrl_usb2axhp_default>;
status = "disabled";

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont need to disable this explicitly. By default it is disabled in https://github.com/AMDESE/linux-aspeed/blob/integ_sp8/arch/arm64/boot/dts/aspeed/aspeed-g7.dtsi#L291. Correct fix would be to delete this node from the board device trees.

};

&xdma0 {
Expand Down
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-eagle.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,7 @@ pmic_ ## bus ## _ ## index: pmic@addr{ \
};

&usb3ahp {
status = "okay";
pinctrl-0 = <&pinctrl_usb3axhp_default &pinctrl_usb2axhp_default>;
status = "disabled";
};

&xdma0 {
Expand Down
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-falcon.dts
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,7 @@ pmic_ ## bus ## _ ## index: pmic@addr{ \
};

&usb3ahp {
status = "okay";
pinctrl-0 = <&pinctrl_usb3axhp_default &pinctrl_usb2axhp_default>;
status = "disabled";
};

&xdma0 {
Expand Down
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-kenya.dts
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,7 @@ pmic_ ## bus ## _ ## index: pmic@addr{ \
};

&usb3ahp {
status = "okay";
pinctrl-0 = <&pinctrl_usb3axhp_default &pinctrl_usb2axhp_default>;
status = "disabled";
};

&xdma0 {
Expand Down