mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -153,7 +153,7 @@
|
||||
rockchip,camera-module-mipi-dphy-index = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
&isp0 {
|
||||
status = "okay";
|
||||
};
|
||||
@@ -165,4 +165,4 @@
|
||||
&cif_isp0 {
|
||||
status = "okay";
|
||||
rockchip,camera-modules-attached = <&camera0>;
|
||||
};
|
||||
};*/
|
||||
|
||||
Reference in New Issue
Block a user