ARM64: dts: rockchip: remove isp support for rk3399 evb3
authorJianqun Xu <jay.xu@rock-chips.com>
Tue, 13 Dec 2016 09:12:20 +0000 (17:12 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 13 Dec 2016 11:17:56 +0000 (19:17 +0800)
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>
arch/arm64/boot/dts/rockchip/rk3399-evb-rev3-android.dts

index 3b3ff7cd52b6703971451a07bfa18442b9afb3fe..c0e513819c597a78189021b01dbbad0fce0403f0 100644 (file)
                rockchip,camera-module-mipi-dphy-index = <0>;
        };
 };
-
+/*
 &isp0 {
        status = "okay";
 };
 &cif_isp0 {
        status = "okay";
        rockchip,camera-modules-attached = <&camera0>;
-};
+};*/