projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d020e
)
rockchip: jerry: Disable pmic-int-1 setup to avoid a hang
author
Simon Glass
<sjg@chromium.org>
Fri, 22 Jan 2016 02:43:37 +0000
(19:43 -0700)
committer
Simon Glass
<sjg@chromium.org>
Fri, 22 Jan 2016 03:42:34 +0000
(20:42 -0700)
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>
arch/arm/dts/rk3288-veyron.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3288-veyron.dtsi
b/arch/arm/dts/rk3288-veyron.dtsi
index 12404ff76b99687cfde3ccd6e7513e018a14d7ff..a31e00eb5d2645491c9a11036be83700937e916c 100644
(file)
--- 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>;
+ */
};
};