> > > + pinctrl@18000 { > > > + uart0_pins: uart0-pins { > > > + marvell,pins = "mpp0", "mpp1"; > > > + marvell,function = "ua0"; > > > + }; > > > + > > > + uart1_pins: uart1-pins { > > > + marvell,pins = "mpp19", "mpp20"; > > > + marvell,function = "ua1"; > > > + }; > > > > Does it make sense to put there in the .dtsi file? I know there are > > other choices, but generally board manufacturers tend to follow the > > reference design. > > I am not really convinced here: there are really many possible pin > muxing possibilities. Various pins for UART0 and UART1, whether you use > CTS/RTS or not, etc. I believe this is really the sort of pin mux > configuration that is best left at the board level. Hi Thomas Lets look at this from the perspective of lies, damn lies, and statistics: Kirkwood has a default pinmux configuration in kirkwood.dtsi. Two of the sixty six .dts files overwrite the defaults. Dove has a default pinmux of uart1, but none for uart0. None of the .dts files define a pinmux for uart0 and none overwrite the defaults for uart1. Armanda XP has a default pinmux for uart2 and uart2 in armada-xp.dtsi, but none for uart0 or uart1. None of the .dts files define a pinmux for uart0 or uart1, and none overwrite the defaults for uart2 or uart3. Armada 370 has default pinmux for uart0 and uart1. None of the .dts files overwrite the defaults. I'm too lazy to look at 375, 380, and 385. We have over 80 dts files here with defaults from a .dtsi file, and only two need anything other than defaults. Andrew -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html