ARM64: dts: rockchip: remove isp support for rk3399 evb3

Enable isp will cause system to halt on android booting, which
is caused by wrong voltage for vdd_gpu.

isp will set gpio directly, unfortunatly, it sets the enable gpio
of dc-dc for gpu.

There has no good solution for isp to fix this issue, so let's
disable the isp node for rk3399 evb3 firstly to make board works
well.

Change-Id: I5dd8c367a192ce793ed388aaf143125550e90621
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu 2016-12-13 17:12:20 +08:00 committed by Huang, Tao
parent f712e42bd1
commit 340362965f

View File

@ -153,7 +153,7 @@ camera0: camera-module@10 {
rockchip,camera-module-mipi-dphy-index = <0>;
};
};
/*
&isp0 {
status = "okay";
};
@ -165,4 +165,4 @@ &isp1 {
&cif_isp0 {
status = "okay";
rockchip,camera-modules-attached = <&camera0>;
};
};*/