On Thu, Aug 12, 2021 at 07:14:07AM -0700, Matthias Kaehlcke wrote: > On Thu, Aug 12, 2021 at 01:11:14PM +0530, Rajesh Patil wrote: > > qup_uart5_default: qup-uart5-default { > > pins = "gpio46", "gpio47"; > > function = "qup13"; > > }; > > Wait, why does uart5 use the pins of qup13? Is see this is > 'fixed' by '[4/7] arm64: dts: sc7280: Update QUPv3 UART5 DT > node' but I'm still surprised ... > > Doesn't 'fixing' this break devices that are currently using > 'uart5'? It seems those devices would need to change from > 'uart5' to 'uart11'. Apparently the above configuration is bogus. I checked the schematic of the IDP which uses uart5, the debug UART is on pins 22 and 23, aka qup05. It seems uart5 works in spite of the bogus pinconf because the default for the pins is their QUP function.