Commit f43027ea authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

arm64: dts: freescale: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties

parent fc7ab8d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ extcon_usb0: extcon-usb0 {
		compatible = "linux,extcon-usb-gpio";
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_usb0_extcon>;
		id-gpio = <&gpio1 3 GPIO_ACTIVE_HIGH>;
		id-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
	};
};

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ extcon_usbotg: extcon-usbotg0 {
		compatible = "linux,extcon-usb-gpio";
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_usbcon0>;
		id-gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>;
		id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
	};

	pcie0_refclk: pcie0-refclk {