mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
buildroot: Enable USB3 phy for W400 [1/1]
PD#SWPL-8189 Problem: USB3 disk can't be detected USB3 phy is disabled on dts file, but HW connection is OK in W400 platform Solution: Enable USB3 phy in W400 dts file Verify: Local Change-Id: I3bf1cf2619946d82aedc1c18840ebed34bbc2fdd Signed-off-by: Blance Tang <guofeng.tang@amlogic.com>
This commit is contained in:
@@ -1489,7 +1489,7 @@
|
||||
|
||||
&usb3_phy_v2 {
|
||||
status = "okay";
|
||||
portnum = <0>;
|
||||
portnum = <1>;
|
||||
otg = <1>;
|
||||
gpio-vbus-power = "GPIOH_6";
|
||||
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
|
||||
@@ -1517,7 +1517,7 @@
|
||||
|
||||
&pcie_A {
|
||||
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
status = "disable";
|
||||
};
|
||||
|
||||
&saradc {
|
||||
|
||||
@@ -1455,7 +1455,7 @@
|
||||
|
||||
&usb3_phy_v2 {
|
||||
status = "okay";
|
||||
portnum = <0>;
|
||||
portnum = <1>;
|
||||
otg = <1>;
|
||||
gpio-vbus-power = "GPIOH_6";
|
||||
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
|
||||
@@ -1483,7 +1483,7 @@
|
||||
|
||||
&pcie_A {
|
||||
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
status = "disable";
|
||||
};
|
||||
|
||||
&saradc {
|
||||
|
||||
@@ -1489,7 +1489,7 @@
|
||||
|
||||
&usb3_phy_v2 {
|
||||
status = "okay";
|
||||
portnum = <0>;
|
||||
portnum = <1>;
|
||||
otg = <1>;
|
||||
gpio-vbus-power = "GPIOH_6";
|
||||
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
|
||||
@@ -1517,7 +1517,7 @@
|
||||
|
||||
&pcie_A {
|
||||
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
status = "disable";
|
||||
};
|
||||
|
||||
&saradc {
|
||||
|
||||
@@ -1456,7 +1456,7 @@
|
||||
|
||||
&usb3_phy_v2 {
|
||||
status = "okay";
|
||||
portnum = <0>;
|
||||
portnum = <1>;
|
||||
otg = <1>;
|
||||
gpio-vbus-power = "GPIOH_6";
|
||||
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
|
||||
@@ -1484,7 +1484,7 @@
|
||||
|
||||
&pcie_A {
|
||||
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
status = "disable";
|
||||
};
|
||||
|
||||
&saradc {
|
||||
|
||||
Reference in New Issue
Block a user