Skip to content

Commit a495681

Browse files
tmlindr-vignesh
authored andcommitted
arm64: dts: ti: Unify pin group node names for make dtbs checks
Prepare for pinctrl-single yaml binding and unify pin group node names. Let's standardize on pin group node naming ending in -pins. As we don't necessarily have a SoC specific compatible property for pinctrl-single. I'd rather not add a pattern match for pins somewhere in the name for all the users. Trying to add matches for pins-default will be futile as on the earlier SoCs we've already seen names like pins-sleep, pins-idle, pins-off and so on that would need to be matched. And as the node is a pin group, let's prefer to use naming -pins rather than -pin as more pins may need to be added to the pin group later on. Signed-off-by: Tony Lindgren <tony@atomide.com> [vigneshr@ti.com: Rebase onto latest ti/next and extend to new nodes] Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 7f06647 commit a495681

31 files changed

Lines changed: 409 additions & 409 deletions

arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@
7373
};
7474

7575
&main_pmx0 {
76-
vddshv_sdio_pins_default: vddshv-sdio-pins-default {
76+
vddshv_sdio_pins_default: vddshv-sdio-default-pins {
7777
pinctrl-single,pins = <
7878
AM62X_IOPAD(0x07c, PIN_OUTPUT, 7) /* (M19) GPMC0_CLK.GPIO0_31 */
7979
>;
8080
};
8181

82-
main_gpio1_ioexp_intr_pins_default: main-gpio1-ioexp-intr-pins-default {
82+
main_gpio1_ioexp_intr_pins_default: main-gpio1-ioexp-intr-default-pins {
8383
pinctrl-single,pins = <
8484
AM62X_IOPAD(0x01d4, PIN_INPUT, 7) /* (C13) UART0_RTSn.GPIO1_23 */
8585
>;
8686
};
8787

88-
pmic_irq_pins_default: pmic-irq-pins-default {
88+
pmic_irq_pins_default: pmic-irq-default-pins {
8989
pinctrl-single,pins = <
9090
AM62X_IOPAD(0x01f4, PIN_INPUT, 0) /* (B16) EXTINTn */
9191
>;

arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,27 +98,27 @@
9898
};
9999

100100
&main_pmx0 {
101-
leds_pins_default: leds-pins-default {
101+
leds_pins_default: leds-default-pins {
102102
pinctrl-single,pins = <
103103
AM62X_IOPAD(0x034, PIN_OUTPUT, 7) /* (H21) OSPI0_CSN2.GPIO0_13 */
104104
>;
105105
};
106106

107-
main_i2c0_pins_default: main-i2c0-pins-default {
107+
main_i2c0_pins_default: main-i2c0-default-pins {
108108
pinctrl-single,pins = <
109109
AM62X_IOPAD(0x1e0, PIN_INPUT_PULLUP, 0) /* (B16) I2C0_SCL */
110110
AM62X_IOPAD(0x1e4, PIN_INPUT_PULLUP, 0) /* (A16) I2C0_SDA */
111111
>;
112112
};
113113

114-
main_mdio1_pins_default: main-mdio1-pins-default {
114+
main_mdio1_pins_default: main-mdio1-default-pins {
115115
pinctrl-single,pins = <
116116
AM62X_IOPAD(0x160, PIN_OUTPUT, 0) /* (AD24) MDIO0_MDC */
117117
AM62X_IOPAD(0x15c, PIN_INPUT, 0) /* (AB22) MDIO0_MDIO */
118118
>;
119119
};
120120

121-
main_mmc0_pins_default: main-mmc0-pins-default {
121+
main_mmc0_pins_default: main-mmc0-default-pins {
122122
pinctrl-single,pins = <
123123
AM62X_IOPAD(0x220, PIN_INPUT_PULLUP, 0) /* (Y3) MMC0_CMD */
124124
AM62X_IOPAD(0x218, PIN_INPUT_PULLDOWN, 0) /* (AB1) MMC0_CLK */
@@ -133,7 +133,7 @@
133133
>;
134134
};
135135

136-
main_rgmii1_pins_default: main-rgmii1-pins-default {
136+
main_rgmii1_pins_default: main-rgmii1-default-pins {
137137
pinctrl-single,pins = <
138138
AM62X_IOPAD(0x14c, PIN_INPUT, 0) /* (AB17) RGMII1_RD0 */
139139
AM62X_IOPAD(0x150, PIN_INPUT, 0) /* (AC17) RGMII1_RD1 */
@@ -150,7 +150,7 @@
150150
>;
151151
};
152152

153-
ospi0_pins_default: ospi0-pins-default {
153+
ospi0_pins_default: ospi0-default-pins {
154154
pinctrl-single,pins = <
155155
AM62X_IOPAD(0x000, PIN_OUTPUT, 0) /* (H24) OSPI0_CLK */
156156
AM62X_IOPAD(0x02c, PIN_OUTPUT, 0) /* (F23) OSPI0_CSn0 */
@@ -166,7 +166,7 @@
166166
>;
167167
};
168168

169-
pmic_irq_pins_default: pmic-irq-pins-default {
169+
pmic_irq_pins_default: pmic-irq-default-pins {
170170
pinctrl-single,pins = <
171171
AM62X_IOPAD(0x01f4, PIN_INPUT, 0) /* (D16) EXTINTn */
172172
>;

0 commit comments

Comments
 (0)