summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:43:37 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:34 -0700
commitf4adc9a50475e0c07ea5441e12e2f3caa54a76d3 (patch)
treec2a4e086b125548327a2ded84c8c9003fb6ac3a3 /arch/arm/dts
parent79d020ee74241251c0888a3badae9666e457eb6d (diff)
downloadtalos-obmc-uboot-f4adc9a50475e0c07ea5441e12e2f3caa54a76d3.tar.gz
talos-obmc-uboot-f4adc9a50475e0c07ea5441e12e2f3caa54a76d3.zip
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 <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/rk3288-veyron.dtsi5
1 files changed, 4 insertions, 1 deletions
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 = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;
+ /*
+ * Causes jerry to hang when probing bus 0
+ * rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;
+ */
};
};
OpenPOWER on IntegriCloud