From b1b6eada266e0c064eff9ea2c1b9c1bddde1e8b8 Mon Sep 17 00:00:00 2001 From: Leonard Crestez Date: Fri, 9 Aug 2019 15:29:42 +0300 Subject: [PATCH] arm64: dts: Fix imx8dxl-phantom-mek-rpmsg build There are two sets of CAN regulators that need to be disabled. Fixes: d7e360899c59 ("MLK-22419 arm64: dts: enable partition reset for imx8dxl phantom board") Signed-off-by: Leonard Crestez Reviewed-by: Daniel Baluta --- .../dts/freescale/fsl-imx8dxl-phantom-mek-rpmsg.dts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8dxl-phantom-mek-rpmsg.dts b/arch/arm64/boot/dts/freescale/fsl-imx8dxl-phantom-mek-rpmsg.dts index 37750a147964..42fd9aec34b2 100755 --- a/arch/arm64/boot/dts/freescale/fsl-imx8dxl-phantom-mek-rpmsg.dts +++ b/arch/arm64/boot/dts/freescale/fsl-imx8dxl-phantom-mek-rpmsg.dts @@ -45,11 +45,19 @@ }; }; -®_can_en { +®_can0_en { status = "disabled"; }; -®_can_stby { +®_can0_stby { + status = "disabled"; +}; + +®_can1_en { + status = "disabled"; +}; + +®_can1_stby { status = "disabled"; }; -- 2.17.1