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:
Jun Yan 2026-06-24 21:56:42 +08:00 committed by Neil Armstrong
parent 77c63ef3be
commit 45eb76f9ab

View File

@ -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;