All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>,
	linux-samsung-soc@vger.kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH] ARM64: dts: exynos: Add support for S3FWRN5 NFC chip to TM2(e) boards
Date: Thu, 30 Nov 2017 15:57:50 +0900	[thread overview]
Message-ID: <5A1FABEE.5080904@samsung.com> (raw)
In-Reply-To: <20171129111320.14592-1-m.szyprowski@samsung.com>

On 2017년 11월 29일 20:13, Marek Szyprowski wrote:
> Add device tree node with S3FWRN5 NFC chip to TM2(e) boards. The chip is
> connected through HS-I2C bus #4.
> 
> Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
> [mszyprow: rebased onto v4.15-rc1, moved node to exynos5433-tm2-common.dtsi,
>  rephrased commit message]
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
> index 297597442c44..5028d7352856 100644
> --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
> @@ -741,6 +741,19 @@
>  	};
>  };
>  
> +&hsi2c_4 {
> +	status = "okay";
> +
> +	s3fwrn5: nfc@27 {
> +		compatible = "samsung,s3fwrn5-i2c";
> +		reg = <0x27>;
> +		interrupt-parent = <&gpa1>;
> +		interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
> +		s3fwrn5,en-gpios = <&gpf1 4 GPIO_ACTIVE_HIGH>;
> +		s3fwrn5,fw-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>;
> +	};
> +};
> +
>  &hsi2c_5 {
>  	status = "okay";
>  
> 

I tested it by using neard daemon. The NFC device on TM2
detects the external NFC id card.

Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>

-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

  reply	other threads:[~2017-11-30  6:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20171129111327eucas1p2ddc03a0352a7bf2b3e1b9d4f9db99511@eucas1p2.samsung.com>
2017-11-29 11:13 ` [PATCH] ARM64: dts: exynos: Add support for S3FWRN5 NFC chip to TM2(e) boards Marek Szyprowski
2017-11-30  6:57   ` Chanwoo Choi [this message]
2017-12-01 16:48   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5A1FABEE.5080904@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=krzk@kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.