Re: [PATCH 3/4] arm64: dts: qcom: x1e80100: Add UART2
From: Konrad Dybcio
Date: Fri Aug 09 2024 - 06:24:17 EST
On 9.08.2024 10:41 AM, Stephan Gerhold wrote:
> On Fri, Aug 09, 2024 at 03:43:22AM +0200, Konrad Dybcio wrote:
>> From: Konrad Dybcio <quic_kdybcio@xxxxxxxxxxx>
>>
>> GENI SE2 within QUP0 is used as UART on some devices, describe it.
>>
>> Signed-off-by: Konrad Dybcio <quic_kdybcio@xxxxxxxxxxx>
>> ---
[...]
>
> Can you combine these into a single entry, i.e.
>
> pins = "gpio8", "gpio9", "gpio10", "gpio11";
>
> if they are all the same?
Keeping it as-is gives us
a) better hw description
b) an easier ability to add a label and change e.g. the bias
Konrad