From 4c65cce4394c87c26e75460a76005d0c82fea466 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Tue, 27 Dec 2016 15:35:42 +0900 Subject: [PATCH] ARM64: dts: exynos5433-tm2(e): fix earjack key codes In Tizen 3.0, keycodes for earjack should be below. volume down: 114 volume up: 115 media key: 226 Change-Id: Ifc9c5c444980fcdc691daa0066966ba860cb9081 Signed-off-by: Joonyoung Shim --- arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 6 +++--- arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts index e4b8da5194a1..f01a3c25051d 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts @@ -378,9 +378,9 @@ wlf,micd-force-micbias; wlf,micd-ranges = < - 139 0x101 - 295 0x102 - 752 0x103 + 139 226 + 295 115 + 752 114 1257 0x104 >; wlf,micd-configs = < diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts index 421e977fb3ed..1c900ce2ba81 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts @@ -378,9 +378,9 @@ wlf,micd-force-micbias; wlf,micd-ranges = < - 139 0x101 - 295 0x102 - 752 0x103 + 139 226 + 295 115 + 752 114 1257 0x104 >; wlf,micd-configs = < -- 2.34.1