mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
vout: enable dummy_l&vout_meas&cvbs for s7 [1/1]
PD#SWPL-152445 Problem: need to support dummy_l&vout_meas&cvbs Solution: enable dummy_l&vout_meas&cvbs Verify: s7 Test: DRM-OSD-26 Change-Id: I7a0aeaca5e772efec95c3bdc8a46415019969fb4 Signed-off-by: congyang.huang <congyang.huang@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
7f60a09826
commit
13aaffe4b3
@@ -1309,11 +1309,13 @@
|
||||
vout_mux: vout_mux {
|
||||
compatible = "amlogic, vout_mux";
|
||||
status = "okay";
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>, <&clkc CLKID_VDIN_MEAS>;
|
||||
clock-names = "fclk_div5", "vdin_meas_clk";
|
||||
};
|
||||
|
||||
dummy_venc: dummy_venc {
|
||||
compatible = "amlogic, dummy_venc_s4";
|
||||
status = "disabled";
|
||||
compatible = "amlogic, dummy_venc_s1a";
|
||||
status = "okay";
|
||||
|
||||
ports {
|
||||
port {
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
port {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
// cvbs_to_drm: endpoint@1 {
|
||||
// reg = <1>;
|
||||
// remote-endpoint = <&drm_to_cvbs>;
|
||||
// };
|
||||
cvbs_to_drm: endpoint@1 {
|
||||
reg = <1>;
|
||||
remote-endpoint = <&drm_to_cvbs>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -47,14 +47,14 @@
|
||||
reg = <0>;
|
||||
remote-endpoint = <&hdmitx_to_drm>;
|
||||
};
|
||||
// drm_to_cvbs: endpoint@1 {
|
||||
// reg = <1>;
|
||||
// remote-endpoint = <&cvbs_to_drm>;
|
||||
// };
|
||||
// drm_to_dummyl: endpoint@2 {
|
||||
// reg = <2>;
|
||||
// remote-endpoint = <&dummyl_to_drm>;
|
||||
// };
|
||||
drm_to_cvbs: endpoint@1 {
|
||||
reg = <1>;
|
||||
remote-endpoint = <&cvbs_to_drm>;
|
||||
};
|
||||
drm_to_dummyl: endpoint@2 {
|
||||
reg = <2>;
|
||||
remote-endpoint = <&dummyl_to_drm>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -207,10 +207,10 @@
|
||||
port {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
// dummyl_to_drm: endpoint@0 {
|
||||
// reg = <0>;
|
||||
// remote-endpoint = <&drm_to_dummyl>;
|
||||
// };
|
||||
dummyl_to_drm: endpoint@0 {
|
||||
reg = <0>;
|
||||
remote-endpoint = <&drm_to_dummyl>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1124,7 +1124,7 @@
|
||||
};
|
||||
|
||||
&drm_amcvbsout {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/*if you want to use vdin just modify status to "ok"*/
|
||||
|
||||
@@ -1246,7 +1246,7 @@
|
||||
};
|
||||
|
||||
&drm_amcvbsout {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/*if you want to use vdin just modify status to "ok"*/
|
||||
|
||||
@@ -1197,7 +1197,7 @@
|
||||
};
|
||||
|
||||
&drm_amcvbsout {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/*if you want to use vdin just modify status to "ok"*/
|
||||
|
||||
@@ -1312,7 +1312,7 @@
|
||||
};
|
||||
|
||||
&drm_amcvbsout {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/*if you want to use vdin just modify status to "ok"*/
|
||||
|
||||
Reference in New Issue
Block a user