From d153263b43c639de24a24019acc70d772104ea8b Mon Sep 17 00:00:00 2001 From: wangdw10 Date: Sat, 2 Feb 2019 10:46:28 +0800 Subject: [PATCH] kane: arm/dts: change I2C clock to 400KHz as AF issue this is a temp change CRs-fixed: (CR) Change-Id: I2148117f9efaa12d950f17cccece5868fa05fb5b Signed-off-by: wangdw10 Reviewed-on: https://gerrit.mot.com/1304533 SME-Granted: SME Approvals Granted SLTApproved: Slta Waiver Tested-by: Jira Key Reviewed-by: Dawei Wang Reviewed-by: Zhichao Chen Submit-Approved: Jira Key --- arch/arm64/boot/dts/exynos/exynos9610-robusta2-camera.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos9610-robusta2-camera.dtsi b/arch/arm64/boot/dts/exynos/exynos9610-robusta2-camera.dtsi index 944c14a2a670..4436f06206fc 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610-robusta2-camera.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9610-robusta2-camera.dtsi @@ -541,10 +541,9 @@ &hsi2c_12 { gpios = <&gpc0 0 0 &gpc0 1 0>; status = "okay"; - clock-frequency = <1000000>; + clock-frequency = <400000>; samsung,reset-before-trans; - samsung,fast-plus-mode; #address-cells = <1>; #size-cells = <0>; -- 2.20.1