From f4adc9a50475e0c07ea5441e12e2f3caa54a76d3 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 21 Jan 2016 19:43:37 -0700 Subject: 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 --- arch/arm/dts/rk3288-veyron.dtsi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'arch/arm/dts') diff --git a/arch/arm/dts/rk3288-veyron.dtsi b/arch/arm/dts/rk3288-veyron.dtsi index 12404ff76b..a31e00eb5d 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 = ; + */ }; }; -- cgit v1.2.1