[9610] arm64: dtsi: add smfc node
authorSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 04:58:43 +0000 (13:58 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:20 +0000 (20:22 +0300)
Change-Id: Iecc579cc0fc712b88b3ee48887bc8c3aafa427bb
Signed-off-by: Seungchul Kim <sc377.kim@samsung.com>
arch/arm64/boot/dts/exynos/exynos9610.dtsi

index 5af0cdc42e27cd1e9f69720e5f806b5da1abdc82..92ce45c452dcf4f7ad2e8c1c6eef19495d6d431e 100644 (file)
                #size-cells = <1>;
                ranges;
 
-               domain-clients = <&fimg2d>, <&scaler_0>;
+               domain-clients = <&fimg2d>, <&scaler_0>, <&smfc>;
        };
 
        fimg2d: g2d@12E40000 {
                  iommus = <&sysmmu_g2d>;
        };
 
+       smfc: smfc@12E30000 {
+               compatible = "samsung,exynos7870-jpeg";
+               dma-coherent;
+               reg = <0x0 0x12E30000 0x1000>;
+               interrupts = <0 163 0>;
+               clocks = <&clock GATE_JPEG_QCH>;
+               clock-names = "gate";
+               iommus = <&sysmmu_g2d>;
+               smfc,int_qos_minlock = <534000>;
+               samsung,power-domain = <&pd_g2d>;
+       };
+
        /* G3D */
        mali: mali@11500000 {
                compatible = "arm,mali";