ARM: dts: rockchip: rk3036: add tve node

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: Ia912356862fc30ad79506dc75c9bc105ca3bba6e
This commit is contained in:
Damon Ding
2022-06-06 17:43:55 +08:00
committed by Tao Huang
parent 25cbf08d91
commit 657133eb06

View File

@@ -295,6 +295,37 @@
reg = <0>;
remote-endpoint = <&hdmi_in_vop>;
};
vop_out_tve: endpoint@1 {
reg = <1>;
remote-endpoint = <&tve_in_vop>;
};
};
};
tve: tve@10118200 {
compatible = "rockchip,rk3036-tve";
reg = <0x10118200 0x100>;
clocks = <&cru ACLK_VIO>;
clock-names = "aclk";
rockchip,saturation = <0x00386346>;
rockchip,brightcontrast = <0x00008b00>;
rockchip,adjtiming = <0xa6c00880>;
rockchip,lumafilter0 = <0x02ff0000>;
rockchip,lumafilter1 = <0xf40202fd>;
rockchip,lumafilter2 = <0xf332d919>;
rockchip,daclevel = <0x3e>;
rockchip,grf = <&grf>;
status = "disabled";
ports {
tve_in: port {
#address-cells = <1>;
#size-cells = <0>;
tve_in_vop: endpoint@0 {
reg = <0>;
remote-endpoint = <&vop_out_tve>;
};
};
};
};