From: Simon Glass Date: Fri, 22 Jan 2016 02:43:37 +0000 (-0700) Subject: rockchip: jerry: Disable pmic-int-1 setup to avoid a hang X-Git-Tag: v2016.03-rc1~223 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4adc9a50475e0c07ea5441e12e2f3caa54a76d3;p=platform%2Fkernel%2Fu-boot.git rockchip: jerry: Disable pmic-int-1 setup to avoid a hang This hangs when activated (by probing the PMIC). Disable it for now until we understand the root cause. Signed-off-by: Simon Glass --- diff --git a/arch/arm/dts/rk3288-veyron.dtsi b/arch/arm/dts/rk3288-veyron.dtsi index 12404ff..a31e00e 100644 --- a/arch/arm/dts/rk3288-veyron.dtsi +++ b/arch/arm/dts/rk3288-veyron.dtsi @@ -715,7 +715,10 @@ pmic { pmic_int_l: pmic-int-l { - rockchip,pins = ; + /* + * Causes jerry to hang when probing bus 0 + * rockchip,pins = ; + */ }; };