[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9115c560-45f3-474d-8290-78b44f2b2b35@oss.qualcomm.com>
Date: Fri, 21 Nov 2025 15:27:49 +0100
From: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
To: guptarud@...il.com, Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 3/5] ARM: dts: qcom: msm8960: expressatt: Add NFC
On 11/21/25 12:44 PM, Rudraksha Gupta via B4 Relay wrote:
> From: Rudraksha Gupta <guptarud@...il.com>
>
> Add pn544 NFC chip
>
> Signed-off-by: Rudraksha Gupta <guptarud@...il.com>
> ---
[...]
> + nfc_enable: nfc-enable-state {
> + pins = "gpio21";
> + function = "normal";
> + output-low;
output-low should be unnecessary, since there's a gpio reference
on the consumer node and one would expect the direction/state to
be configured through that
> +&gsbi7_i2c {
> + status = "okay";
> +
> + nfc@2b {
> + compatible = "nxp,pn544-i2c";
> + reg = <0x2b>;
> + interrupt-parent = <&tlmm>;
> + interrupts = <106 IRQ_TYPE_EDGE_RISING>;
Sorry for not catching this earlier - interrupts-extended would be
"neater" in all cases
Konrad
> + enable-gpios = <&pm8921_gpio 21 GPIO_ACTIVE_HIGH>;
> + firmware-gpios = <&tlmm 92 GPIO_ACTIVE_HIGH>;
> +
> + pinctrl-names = "default";
> + pinctrl-0 = <&nfc_default &nfc_enable>;
property-n
property-names
in this order, please
Konrad
Powered by blists - more mailing lists