Commit efaa952f authored by Fabien Dessenne's avatar Fabien Dessenne Committed by Alexandre Torgue

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

The recent addition pinctrl.yaml in commit c09acbc4 ("dt-bindings:
pinctrl: use pinctrl.yaml") resulted in some node name warnings.
Fix the node names to the preferred 'pinctrl'.
Signed-off-by: default avatarFabien Dessenne <fabien.dessenne@foss.st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 73ab99aa
......@@ -45,7 +45,7 @@
/ {
soc {
pinctrl: pin-controller@40020000 {
pinctrl: pinctrl@40020000 {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x40020000 0x3000>;
......
......@@ -9,7 +9,7 @@
/ {
soc {
pinctrl: pin-controller@40020000 {
pinctrl: pinctrl@40020000 {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x40020000 0x3000>;
......
......@@ -583,7 +583,7 @@ mac: ethernet@40028000 {
status = "disabled";
};
pinctrl: pin-controller@58020000 {
pinctrl: pinctrl@58020000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,stm32h743-pinctrl";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment