mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
arm64/arm: dts: marvell: Rename "nand-rb" pinctrl node names
Update the "nand-rb" pinctrl child node names to use the defined "-pins" suffix fixing DT schema warnings. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
committed by
Gregory CLEMENT
parent
3a86608788
commit
da69aeac10
@@ -247,7 +247,7 @@
|
||||
marvell,function = "dev";
|
||||
};
|
||||
|
||||
nand_rb: nand-rb {
|
||||
nand_rb: nand-rb-pins {
|
||||
marvell,pins = "mpp41";
|
||||
marvell,function = "nand";
|
||||
};
|
||||
|
||||
@@ -322,7 +322,7 @@
|
||||
marvell,function = "dev";
|
||||
};
|
||||
|
||||
nand_rb: nand-rb {
|
||||
nand_rb: nand-rb-pins {
|
||||
marvell,pins = "mpp19";
|
||||
marvell,function = "nand";
|
||||
};
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
marvell,function = "dev";
|
||||
};
|
||||
|
||||
nand_rb: nand-rb {
|
||||
nand_rb: nand-rb-pins {
|
||||
marvell,pins = "mpp13";
|
||||
marvell,function = "nf";
|
||||
};
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
marvell,function = "dev";
|
||||
};
|
||||
|
||||
nand_rb: nand-rb {
|
||||
nand_rb: nand-rb-pins {
|
||||
marvell,pins = "mpp13", "mpp12";
|
||||
marvell,function = "nf";
|
||||
};
|
||||
|
||||
@@ -379,7 +379,7 @@
|
||||
"mpp27";
|
||||
marvell,function = "dev";
|
||||
};
|
||||
nand_rb: nand-rb {
|
||||
nand_rb: nand-rb-pins {
|
||||
marvell,pins = "mpp13";
|
||||
marvell,function = "nf";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user