Commit 1b97cf49 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun8i: A23/A33: Fix pinctrl node names

The NAND pinctrl nodes names don't follow the pattern we've used and
enforced for some time. Make sure they do.
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 1befb266
...@@ -170,7 +170,7 @@ nfc: nand@1c03000 { ...@@ -170,7 +170,7 @@ nfc: nand@1c03000 {
resets = <&ccu RST_BUS_NAND>; resets = <&ccu RST_BUS_NAND>;
reset-names = "ahb"; reset-names = "ahb";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&nand_pins &nand_pins_cs0 &nand_pins_rb0>; pinctrl-0 = <&nand_pins &nand_cs0_pin &nand_rb0_pin>;
status = "disabled"; status = "disabled";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -394,25 +394,25 @@ nand_pins: nand-pins { ...@@ -394,25 +394,25 @@ nand_pins: nand-pins {
function = "nand0"; function = "nand0";
}; };
nand_pins_cs0: nand-pins-cs0 { nand_cs0_pin: nand-cs0-pin {
pins = "PC4"; pins = "PC4";
function = "nand0"; function = "nand0";
bias-pull-up; bias-pull-up;
}; };
nand_pins_cs1: nand-pins-cs1 { nand_cs1_pin: nand-cs1-pin {
pins = "PC3"; pins = "PC3";
function = "nand0"; function = "nand0";
bias-pull-up; bias-pull-up;
}; };
nand_pins_rb0: nand-pins-rb0 { nand_rb0_pin: nand-rb0-pin {
pins = "PC6"; pins = "PC6";
function = "nand0"; function = "nand0";
bias-pull-up; bias-pull-up;
}; };
nand_pins_rb1: nand-pins-rb1 { nand_rb1_pin: nand-rb1-pin {
pins = "PC7"; pins = "PC7";
function = "nand0"; function = "nand0";
bias-pull-up; bias-pull-up;
......
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