Skip to content

Commit 7c5f59d

Browse files
Hari Prasath Gujulan ElangoHari Prasath Gujulan Elango
authored andcommitted
ARM: dts: at91: sam9x75_curiosity: update the usb port-c enable gpio
Update the GPIO for enabling the USB port-c from PB18 to PC31 for the newer revision sam9x75 curiosity boards. Signed-off-by: Hari Prasath Gujulan Elango <Hari.PrasathGE@microchip.com> Tested-by: Manikandan Muralidharan <manikandan.m@microchip.com> Reviewed-by: Cristian Birsan <cristian.birsan@microchip.com>
1 parent 962f07d commit 7c5f59d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/microchip/at91-sam9x75_curiosity.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
num-ports = <3>;
251251
atmel,vbus-gpio = <0
252252
&pioC 27 GPIO_ACTIVE_HIGH
253-
&pioB 18 GPIO_ACTIVE_HIGH>;
253+
&pioC 31 GPIO_ACTIVE_HIGH>;
254254
pinctrl-names = "default";
255255
pinctrl-0 = <&pinctrl_usb_default>;
256256
status = "okay";
@@ -365,7 +365,7 @@
365365
ohci0 {
366366
pinctrl_usb_default: usb-default {
367367
atmel,pins = <AT91_PIOC 27 AT91_PERIPH_GPIO AT91_PINCTRL_NONE
368-
AT91_PIOB 18 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
368+
AT91_PIOC 31 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
369369
};
370370
};
371371

0 commit comments

Comments
 (0)