[9610] arm64: dtsi: add hpa heap
authorhyesoo.yu <hyesoo.yu@samsung.com>
Tue, 29 May 2018 08:24:18 +0000 (17:24 +0900)
committerSunyoung Kang <sy0816.kang@samsung.com>
Tue, 29 May 2018 23:34:52 +0000 (08:34 +0900)
Change-Id: I2ea3776556a70b8a2ca3ef1e351dc03e3043605b
Signed-off-by: hyesoo.yu <hyesoo.yu@samsung.com>
arch/arm64/boot/dts/exynos/exynos9610-rmem.dtsi

index 79ff351cbe7ee6492c1708c1a55de8851c787178..ba70071b6ff358cbfb7ff34da97e01db0db50828 100644 (file)
 
 /memreserve/ 0xE0000000 0x1900000;
 / {
+       ion-hpa-heap {
+               ion_video_fw {
+                       compatible = "exynos9820-ion";
+                       ion,heapname = "vfw_heap";
+                       ion,secure;
+                       ion,protection_id = <2>;
+                       ion,alignment = <0x10000>;
+               };
+
+               ion_video_nfw {
+                       compatible = "exynos9820-ion";
+                       ion,heapname = "vnfw_heap";
+                       ion,protection_id = <7>;
+                       ion,alignment = <0x10000>;
+               };
+
+               ion_video_frame {
+                       compatible = "exynos9820-ion";
+                       ion,heapname = "vframe_heap";
+                       ion,secure;
+                       ion,protection_id = <5>;
+                       ion,alignment = <0x10000>;
+               };
+
+               ion_video_scaler {
+                       compatible = "exynos9820-ion";
+                       ion,heapname = "vscaler_heap";
+                       ion,secure;
+                       ion,protection_id = <6>;
+                       ion,alignment = <0x10000>;
+               };
+       };
+
        reserved-memory {
                #address-cells = <2>;
                #size-cells = <1>;