Commit e822ce43 authored by Neil Armstrong's avatar Neil Armstrong
Browse files

arm64: dts: amlogic: gxbb-odroidc2: fix invalid reset-gpio property

parent edc15ee0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -408,6 +408,6 @@ hub@1 {
		compatible = "usb5e3,610";
		reg = <1>;
		vdd-supply = <&p5v0>;
		reset-gpio = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_LOW>;
		reset-gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_LOW>;
	};
};