Sfoglia il codice sorgente

ARM: dts: kzm9g: Name serial port pfc subnode after device name

Name the Pin Function Controller subnode for SCIFA4 after its device
name, instead of after the serial port alias.

This avoids conflicts when adding support for more serial ports later,
either here or in a DT overlay.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Geert Uytterhoeven 9 anni fa
parent
commit
970a62e07e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      arch/arm/boot/dts/sh73a0-kzm9g.dts

+ 1 - 1
arch/arm/boot/dts/sh73a0-kzm9g.dts

@@ -352,7 +352,7 @@
 		};
 		};
 	};
 	};
 
 
-	scifa4_pins: serial4 {
+	scifa4_pins: scifa4 {
 		groups = "scifa4_data", "scifa4_ctrl";
 		groups = "scifa4_data", "scifa4_ctrl";
 		function = "scifa4";
 		function = "scifa4";
 	};
 	};