ARM: dts: stm32: fix pinctrl node name warnings (MCU soc)

The recent addition pinctrl.yaml in commit c09acbc499 ("dt-bindings:
pinctrl: use pinctrl.yaml") resulted in some node name warnings.
Fix the node names to the preferred 'pinctrl'.

Signed-off-by: Fabien Dessenne <fabien.dessenne@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Fabien Dessenne 2022-03-11 13:14:48 +01:00 committed by Alexandre Torgue
parent 73ab99aad5
commit efaa952f95
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
/ {
soc {
pinctrl: pin-controller@40020000 {
pinctrl: pinctrl@40020000 {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x40020000 0x3000>;

View File

@ -9,7 +9,7 @@
/ {
soc {
pinctrl: pin-controller@40020000 {
pinctrl: pinctrl@40020000 {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x40020000 0x3000>;

View File

@ -583,7 +583,7 @@
status = "disabled";
};
pinctrl: pin-controller@58020000 {
pinctrl: pinctrl@58020000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,stm32h743-pinctrl";