aboutsummaryrefslogtreecommitdiff
path: root/src/arm/sun5i-a13-licheepi-one.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/sun5i-a13-licheepi-one.dts')
-rw-r--r--src/arm/sun5i-a13-licheepi-one.dts5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/arm/sun5i-a13-licheepi-one.dts b/src/arm/sun5i-a13-licheepi-one.dts
index ca8f3fd1ddfe..ba8d75b3c716 100644
--- a/src/arm/sun5i-a13-licheepi-one.dts
+++ b/src/arm/sun5i-a13-licheepi-one.dts
@@ -206,9 +206,8 @@
};
&usbphy {
- pinctrl-names = "default";
- usb0_id_det-gpio = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
- usb0_vbus_det-gpio = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
+ usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
+ usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
usb0_vbus-supply = <&reg_usb0_vbus>;
usb1_vbus-supply = <&reg_vcc5v0>;
status = "okay";