From eca81b43d07bd6b53965fcf39c0a14a31fd99d36 Mon Sep 17 00:00:00 2001 From: Douglas Anderson Date: Mon, 11 Apr 2016 16:59:04 -0700 Subject: [PATCH] ARM64: dts: rockchip: Remove default sample phase from gru It looks like the addition of default-sample-phase to the GRU dts is what was causing my periodic boot failures. After removing it I found that I could get 25+ reboots with no failures. Calling it good. BUG=None TEST=Reboot many times; see successful boot each time. Change-Id: Id200957da9d9a2eb81ce63dcb57c4f0f5e94e72d Signed-off-by: Douglas Anderson --- arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi index 9e5bf0f03575..052941516bf1 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi @@ -690,7 +690,6 @@ ap_i2c_audio: &i2c8 { bus-width = <4>; cd-gpios = <&gpio4 26 GPIO_ACTIVE_LOW>; disable-wp; - rockchip,default-sample-phase = <90>; cap-mmc-highspeed; cap-sd-highspeed; -- 2.34.1