mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-01 19:34:35 +08:00
ARM: dts: dra7-evm: Fix comment about NAND configuration
The switch configuration for NAND is actually the other way round. Also mention ON/OFF states as that is more natural to understand (without the help of schematics) when compared to HIGH/LOW. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
8695add6c3
commit
91d075c7cf
@ -256,8 +256,9 @@
|
|||||||
nand_flash_x16: nand_flash_x16 {
|
nand_flash_x16: nand_flash_x16 {
|
||||||
/* On DRA7 EVM, GPMC_WPN and NAND_BOOTn comes from DIP switch
|
/* On DRA7 EVM, GPMC_WPN and NAND_BOOTn comes from DIP switch
|
||||||
* So NAND flash requires following switch settings:
|
* So NAND flash requires following switch settings:
|
||||||
* SW5.9 (GPMC_WPN) = LOW
|
* SW5.1 (NAND_BOOTn) = ON (LOW)
|
||||||
* SW5.1 (NAND_BOOTn) = HIGH */
|
* SW5.9 (GPMC_WPN) = OFF (HIGH)
|
||||||
|
*/
|
||||||
pinctrl-single,pins = <
|
pinctrl-single,pins = <
|
||||||
DRA7XX_CORE_IOPAD(0x3400, PIN_INPUT | MUX_MODE0) /* gpmc_ad0 */
|
DRA7XX_CORE_IOPAD(0x3400, PIN_INPUT | MUX_MODE0) /* gpmc_ad0 */
|
||||||
DRA7XX_CORE_IOPAD(0x3404, PIN_INPUT | MUX_MODE0) /* gpmc_ad1 */
|
DRA7XX_CORE_IOPAD(0x3404, PIN_INPUT | MUX_MODE0) /* gpmc_ad1 */
|
||||||
|
Loading…
Reference in New Issue
Block a user