kernel: disable vbus-gpio pin

This commit is contained in:
carbon
2023-12-22 18:07:40 +08:00
parent 2e111d7dcb
commit 7f167de7b5
2 changed files with 2 additions and 2 deletions

View File

@ -796,7 +796,7 @@
<&clk CV180X_CLK_33K_USB>, <&clk CV180X_CLK_33K_USB>,
<&clk CV180X_CLK_12M_USB>; <&clk CV180X_CLK_12M_USB>;
clock-names = "clk_axi", "clk_apb", "clk_125m", "clk_33k", "clk_12m"; clock-names = "clk_axi", "clk_apb", "clk_125m", "clk_33k", "clk_12m";
vbus-gpio = <&portb 6 0>; //vbus-gpio = <&portb 6 0>;
status = "okay"; status = "okay";
}; };

View File

@ -844,7 +844,7 @@
<&clk CV181X_CLK_33K_USB>, <&clk CV181X_CLK_33K_USB>,
<&clk CV181X_CLK_12M_USB>; <&clk CV181X_CLK_12M_USB>;
clock-names = "clk_axi", "clk_apb", "clk_125m", "clk_33k", "clk_12m"; clock-names = "clk_axi", "clk_apb", "clk_125m", "clk_33k", "clk_12m";
vbus-gpio = <&portb 6 0>; //vbus-gpio = <&portb 6 0>;
status = "okay"; status = "okay";
}; };