From 98086e5245781be73467965cc20ecf551c4ae255 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Wed, 9 Sep 2020 14:49:04 +0800 Subject: [PATCH] LF-1383-16 arm64: dts: freescale: Add the imx ion support for imx8dxl Add the imx ion support for i.MX8DXL. Signed-off-by: Jacky Bai Reviewed-by: Dong Aisheng --- arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index 1af94d8ae203..53678537b123 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -235,6 +235,11 @@ clock-output-names = "xtal_24MHz"; }; + imx_ion { + compatible = "fsl,mxc-ion"; + fsl,heap-id = <0>; + }; + sc_pwrkey: sc-powerkey { compatible = "fsl,imx8-pwrkey"; linux,keycode = ; -- 2.17.1