1.修复uboot无法读卡问题

This commit is contained in:
payton 2023-11-06 09:57:52 +08:00
parent 6ed7dba5e1
commit 1c261a7cff

View File

@ -23,7 +23,7 @@
/* lcd_standby = <gpio level>; ==> optional for the circuit design*/ /* lcd_standby = <gpio level>; ==> optional for the circuit design*/
/ { / {
display { type = "lcd"; lcd_ctrl = <1>; sif_channel = <4>; gpio_cs = <P_GPIO(7)>; gpio_clk = <P_GPIO(8)>; gpio_data = <P_GPIO(9)>; }; display { type = "lcd"; lcd_ctrl = <1>; sif_channel = <4>; gpio_cs = <P_GPIO(6)>; gpio_clk = <P_GPIO(8)>; gpio_data = <P_GPIO(9)>; };
logo { enable = <1>; lcd_type = <PINMUX_LCD_SEL_SERIAL_RGB_6BITS>; lcd_rotate = <270>; lcd_reset = <L_GPIO(1)>; lcd_bl_gpio = <S_GPIO(3) 1>; lcd_power = <P_GPIO(8) 1>;}; logo { enable = <1>; lcd_type = <PINMUX_LCD_SEL_SERIAL_RGB_6BITS>; lcd_rotate = <270>; lcd_reset = <L_GPIO(1)>; lcd_bl_gpio = <S_GPIO(3) 1>; lcd_power = <P_GPIO(8) 1>;};
}; };