Skip to content

Commit 5336444

Browse files
robherringgclement
authored andcommitted
arm64: dts: marvell: Fix stray and typo "pinctrl-names" properties
There's several cases of "pinctrl-names" used without any "pinctrl-0" properties. Drop them. Fix the typo "pintrl-names" as well. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent e8061ea commit 5336444

5 files changed

Lines changed: 1 addition & 6 deletions

File tree

arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
};
4343

4444
gpio-leds {
45-
pinctrl-names = "default";
4645
compatible = "gpio-leds";
4746
/* No assigned functions to the LEDs by default */
4847
led1 {

arch/arm64/boot/dts/marvell/cn9130-cf-base.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
&cp0_pinctrl {
139139
pinctrl-0 = <&sim_select_pins>;
140-
pintrl-names = "default";
140+
pinctrl-names = "default";
141141

142142
rear_button_pins: cp0-rear-button-pins {
143143
marvell,pins = "mpp31";

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

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

9494
/* on-board eMMC U6 */
9595
&ap_sdhci0 {
96-
pinctrl-names = "default";
9796
bus-width = <8>;
9897
status = "okay";
9998
mmc-ddr-1_8v;

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111

112112
/* on-board eMMC - U9 */
113113
&ap_sdhci0 {
114-
pinctrl-names = "default";
115114
bus-width = <8>;
116115
vqmmc-supply = <&ap0_reg_sd_vccq>;
117116
status = "okay";
@@ -166,7 +165,6 @@
166165
/* U36 */
167166
expander0: pca953x@21 {
168167
compatible = "nxp,pca9555";
169-
pinctrl-names = "default";
170168
gpio-controller;
171169
#gpio-cells = <2>;
172170
reg = <0x21>;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
/* U12 */
143143
cp2_module_expander1: pca9555@21 {
144144
compatible = "nxp,pca9555";
145-
pinctrl-names = "default";
146145
gpio-controller;
147146
#gpio-cells = <2>;
148147
reg = <0x21>;

0 commit comments

Comments
 (0)