mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rk322x: Add drm tve
Change-Id: I8dcda0558de7a06c72ea706bcf1a54f746ba2ea4 Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -754,6 +754,11 @@
|
||||
reg = <0>;
|
||||
remote-endpoint = <&hdmi_in_vop>;
|
||||
};
|
||||
|
||||
vop_out_tve: endpoint@1 {
|
||||
reg = <1>;
|
||||
remote-endpoint = <&tve_in_vop>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -825,6 +830,32 @@
|
||||
};
|
||||
};
|
||||
|
||||
tve: tve@20053e00 {
|
||||
compatible = "rockchip,rk3328-tve";
|
||||
reg = <0x20053e00 0x100>,
|
||||
<0x12020000 0x10000>;
|
||||
rockchip,saturation = <0x00305b46>;
|
||||
rockchip,brightcontrast = <0x00009900>;
|
||||
rockchip,adjtiming = <0xd6c00880>;
|
||||
rockchip,lumafilter0 = <0x02ff0001>;
|
||||
rockchip,lumafilter1 = <0xf40200fe>;
|
||||
rockchip,lumafilter2 = <0xf332d910>;
|
||||
rockchip,daclevel = <0x15>;
|
||||
rockchip,dac1level = <0x7>;
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
tve_in: port {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
tve_in_vop: endpoint@0 {
|
||||
reg = <0>;
|
||||
remote-endpoint = <&vop_out_tve>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
sdmmc: dwmmc@30000000 {
|
||||
compatible = "rockchip,rk3228-dw-mshc", "rockchip,rk3288-dw-mshc";
|
||||
reg = <0x30000000 0x4000>;
|
||||
|
||||
Reference in New Issue
Block a user