ARM: dts: rockchip: rk3288-evb-rk808-linux: Fix hdmi switch resolution error
When hdmi is bound to vopb and vopl at the same time, the resolution that hdmi does not support is not filtered properly. When the resolution is set, the drm will return an error, resulting in a failure to switch the resolution. Change-Id: Ie2d1723a35ba92414edd472bd3cc92aab84b4ec2 Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -136,6 +136,14 @@
|
||||
pinctrl-0 = <&hdmi_ddc>, <&hdmi_cec_c0>;
|
||||
};
|
||||
|
||||
&hdmi_in_vopb {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hdmi_in_vopl {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
clock-frequency = <400000>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user