Skip to content

Commit 0760aad

Browse files
krzkdavem330
authored andcommitted
arm64: dts: exynos: Use newer S3FWRN5 GPIO properties in Exynos5433 TM2
Since "s3fwrn5" is not a valid vendor prefix, use new GPIO properties instead of the deprecated. Signed-off-by: Krzysztof Kozlowski <[email protected]> Tested-by: Marek Szyprowski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 46c9efa commit 0760aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,8 @@
795795
reg = <0x27>;
796796
interrupt-parent = <&gpa1>;
797797
interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
798-
s3fwrn5,en-gpios = <&gpf1 4 GPIO_ACTIVE_HIGH>;
799-
s3fwrn5,fw-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>;
798+
en-gpios = <&gpf1 4 GPIO_ACTIVE_HIGH>;
799+
wake-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>;
800800
};
801801
};
802802

0 commit comments

Comments
 (0)