Skip to content

Commit 9179e4a

Browse files
robherringgclement
authored andcommitted
arm64: dts: marvell: Drop unused "pinctrl-names"
"pinctrl-names" depends on "pinctrl-[0-9]" properties, but none are present for the pca9555 nodes. Signed-off-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 0af2f6b commit 9179e4a

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

arch/arm64/boot/dts/marvell/armada-7040-db.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124

125125
expander0: pca9555@21 {
126126
compatible = "nxp,pca9555";
127-
pinctrl-names = "default";
128127
gpio-controller;
129128
#gpio-cells = <2>;
130129
reg = <0x21>;

arch/arm64/boot/dts/marvell/armada-8040-db.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
/* U31 */
123123
expander0: pca9555@21 {
124124
compatible = "nxp,pca9555";
125-
pinctrl-names = "default";
126125
gpio-controller;
127126
#gpio-cells = <2>;
128127
reg = <0x21>;
@@ -131,7 +130,6 @@
131130
/* U25 */
132131
expander1: pca9555@25 {
133132
compatible = "nxp,pca9555";
134-
pinctrl-names = "default";
135133
gpio-controller;
136134
#gpio-cells = <2>;
137135
reg = <0x25>;

arch/arm64/boot/dts/marvell/cn9130-db.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@
209209
/* U12 */
210210
cp0_module_expander1: pca9555@21 {
211211
compatible = "nxp,pca9555";
212-
pinctrl-names = "default";
213212
gpio-controller;
214213
#gpio-cells = <2>;
215214
reg = <0x21>;

0 commit comments

Comments
 (0)