mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02: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:
parent
f712e42bd1
commit
340362965f
|
|
@ -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>;
|
||||
};
|
||||
};*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user