From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4760356103071261204==" MIME-Version: 1.0 From: Krzysztof Kozlowski To: linux-nfc@lists.01.org Subject: [linux-nfc] [PATCH v3 8/8] arm64: dts: exynos: Use newer S3FWRN5 GPIO properties in Exynos5433 TM2 Date: Thu, 10 Sep 2020 18:12:19 +0200 Message-ID: <20200910161219.6237-9-krzk@kernel.org> In-Reply-To: 20200910161219.6237-1-krzk@kernel.org --===============4760356103071261204== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Since "s3fwrn5" is not a valid vendor prefix, use new GPIO properties instead of the deprecated. Signed-off-by: Krzysztof Kozlowski Tested-by: Marek Szyprowski --- arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/a= rm64/boot/dts/exynos/exynos5433-tm2-common.dtsi index 250fc01de78d..24aab3ea3f52 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi @@ -795,8 +795,8 @@ reg =3D <0x27>; interrupt-parent =3D <&gpa1>; interrupts =3D <3 IRQ_TYPE_LEVEL_HIGH>; - s3fwrn5,en-gpios =3D <&gpf1 4 GPIO_ACTIVE_HIGH>; - s3fwrn5,fw-gpios =3D <&gpj0 2 GPIO_ACTIVE_HIGH>; + en-gpios =3D <&gpf1 4 GPIO_ACTIVE_HIGH>; + wake-gpios =3D <&gpj0 2 GPIO_ACTIVE_HIGH>; }; }; = -- = 2.17.1 --===============4760356103071261204==--