Commit fa44328f authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun8i: a33: Reintroduce default pinctrl muxing

Commit d0275214 ("ARM: dts: sun8i-a23-a33: Move NAND controller device
node to sort by address") moved the NAND controller node around, but
dropped the default muxing in the process.

Reintroduce it.

Fixes: d0275214 ("ARM: dts: sun8i-a23-a33: Move NAND controller device node to sort by address")
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 07de9094
...@@ -169,6 +169,8 @@ nfc: nand@1c03000 { ...@@ -169,6 +169,8 @@ nfc: nand@1c03000 {
clock-names = "ahb", "mod"; clock-names = "ahb", "mod";
resets = <&ccu RST_BUS_NAND>; resets = <&ccu RST_BUS_NAND>;
reset-names = "ahb"; reset-names = "ahb";
pinctrl-names = "default";
pinctrl-0 = <&nand_pins &nand_pins_cs0 &nand_pins_rb0>;
status = "disabled"; status = "disabled";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment