Re: [PATCH v2 2/2] arm64: dts: qcom: sdm845-shift-axolotl: Enable NFC
From: Konrad Dybcio
Date: Tue Mar 24 2026 - 09:18:29 EST
On 3/24/26 12:20 AM, David Heidelberg via B4 Relay wrote:
> From: David Heidelberg <david@xxxxxxx>
>
> Definition of the NFC.
"meh" commit message
[...]
> + nfc_enable_default: nfc-enable-default-state {
> + pins = "gpio12", "gpio62";
> + function = "gpio";
> + drive-strength = <2>;
> + bias-pull-up;
Are you sure about pulling up an active-high pin?
FWIW TLMM subnodes are best sorted by pin index (although the file
currently doesn't really do that) as per dts coding style
Konrad