mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
Revert "ARM64: dts: rk3399: gru: Let VOP Big first to select connector device"
We must not to adjust the port order, cause the port id is mapping
to VOP type. Current driver just hardcode that VOP Lit is ID 0, and
VOP Big is ID 1.
ret = rockchip_drm_encoder_get_mux_id(dp->dev->of_node, encoder);
if (ret)
val = dp->data->lcdsel_lit | dp->data->lcdsel_mask;
else
val = dp->data->lcdsel_big | dp->data->lcdsel_mask;
Besides eDP could work well with VOP Lit, so we need to revert this
hack. Just revert commit 602f4f79c8.
Change-Id: I69badf2860c83c8211ea23b9f490fd4837dcf22e
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
731680726b
commit
62b22bf6a9
@@ -884,7 +884,6 @@ ap_i2c_audio: &i2c8 {
|
||||
|
||||
&display_subsystem {
|
||||
status = "okay";
|
||||
ports = <&vopb_out>, <&vopl_out>;
|
||||
};
|
||||
|
||||
&gpu {
|
||||
|
||||
Reference in New Issue
Block a user