arm64: dts: rockchip: rk3399-sapphire-excavator-edp: distinguish isp relate nodes for Android 9.0 & 8.1

rk3399-sapphire-excavator-edp*:
isp0/1 for CameraHal1 in Android8.1 or lower version
rkisp1_0/1 & mipi_dphy_rx0/tx1rx1 for CameraHal3 in Android9.0

Change-Id: I6bae9306d22edaebc6aaf6a3f49129f26977e623
Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
This commit is contained in:
Wang Panzhenzhuan
2018-11-20 09:46:57 +08:00
committed by Tao Huang
parent fcf4c451bd
commit 4883f31786
3 changed files with 25 additions and 8 deletions

View File

@@ -32,3 +32,20 @@
};
};
};
&mipi_dphy_rx0 {
status = "okay";
};
&mipi_dphy_tx1rx1 {
status = "okay";
};
&rkisp1_0 {
status = "okay";
};
&rkisp1_1 {
status = "okay";
};

View File

@@ -68,3 +68,11 @@
};
};
};
&isp0 {
status = "okay";
};
&isp1 {
status = "okay";
};

View File

@@ -255,14 +255,6 @@
};
};
&isp0 {
status = "okay";
};
&isp1 {
status = "okay";
};
&isp0_mmu {
status = "okay";
};