[9610] arm64: dts: parse DPU count and HW limitation
authorChiHun Won <chihun.won@samsung.com>
Wed, 4 Jul 2018 05:42:44 +0000 (14:42 +0900)
committerWooyeon Kim <wooy88.kim@samsung.com>
Fri, 6 Jul 2018 01:43:18 +0000 (10:43 +0900)
Change-Id: Iba607dcb247c0a81265278fb8991a567e097dfe6
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
arch/arm64/boot/dts/exynos/exynos9610.dtsi

index 130b025daddec90b4f4ccbfbf1f7d56d57836f41..9ed71d1cb47acc02870ee482453aec4d9f48680d 100644 (file)
                interrupts = <0 210 0>, <0 214 0>;
                attr = <0x50087>; /* DPP/IDMA/HDR10/FLIP/BLOCK/AFBC */
                port = <0>; /* AXI port number */
+
+               /* HW restriction */
+               src_f_w = <16 65534 1>;
+               src_f_h = <16 8190 1>;
+               src_w = <16 4096 1>;
+               src_h = <16 4096 1>;
+               src_xy_align = <1 1>;
+
+               dst_f_w = <16 8190 1>;
+               dst_f_h = <16 8190 1>;
+               dst_w = <16 4096 1>;
+               dst_h = <16 4096 1>;
+               dst_xy_align = <1 1>;
+
+               blk_w = <4 4096 1>;
+               blk_h = <1 4096 1>;
+               blk_xy_align = <1 1>;
+
+               src_h_rot_max = <2160>;
        };
 
        dpp_1: dpp@0x14883000 { /* VG0 */
                /* pixel per clock */
                ppc = <2>;
 
+               chip_ver = <9610>;
+
+               dpp_cnt = <4>;
+               dsim_cnt = <2>;
+               decon_cnt = <3>;
+
                #address-cells = <2>;
                #size-cells = <1>;
                ranges;