mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
arm64: dts: amlogic: meson-axg: Add missing nand_rb0 pin to nand_all_pins
The nand_all_pins pinctrl node was missing the nand_rb0 (ready/busy)
pin description, which is required for NAND controller operation.
Add it to the pinmux list.
Fixes: be18d53c32 ("arm64: dts: amlogic: meson-axg: pinctrl node for NAND")
Signed-off-by: Jun Yan <jerrysteve1101@gmail.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://patch.msgid.link/20260624135650.727077-3-jerrysteve1101@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
77c63ef3be
commit
45eb76f9ab
|
|
@ -481,7 +481,8 @@ mux {
|
|||
"nand_ale",
|
||||
"nand_cle",
|
||||
"nand_wen_clk",
|
||||
"nand_ren_wr";
|
||||
"nand_ren_wr",
|
||||
"nand_rb0";
|
||||
function = "nand";
|
||||
input-enable;
|
||||
bias-pull-up;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user