瀏覽代碼

2019-08-05 / Folus Wen

Actions:
1. [DS-60-210] kernel dts file uart5 correction.

Files:
1. As follow commit history.
7550 5 年之前
父節點
當前提交
de47610145

+ 2 - 2
board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/arch/arm/boot/dts/[DS60-210]am335x-evm.dts

@@ -141,8 +141,8 @@
 
 	uart5_pins: pinmux_uart5_pins {
 		pinctrl-single,pins = <
-			0x0C0 (PIN_OUTPUT_PULLDOWN | MUX_MODE4)		/* LCD_DATA8	=>	DUART5_TX*/
-			0x0C4 (PIN_INPUT_PULLUP | MUX_MODE4)			/* LCD_DATA9	=>	UART5_RX*/
+			0x0C0 (PIN_INPUT_PULLUP | MUX_MODE4)		/* LCD_DATA8	=>	DUART5_RX*/
+			0x0C4 (PIN_OUTPUT_PULLDOWN | MUX_MODE4)			/* LCD_DATA9	=>	UART5_TX*/
 		>;
 	};