From: Leonard Crestez Date: Fri, 9 Aug 2019 12:29:42 +0000 (+0300) Subject: arm64: dts: Fix imx8dxl-phantom-mek-rpmsg build X-Git-Tag: rel_imx_4.19.35_1.1.0~129 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=b1b6eada266e0c064eff9ea2c1b9c1bddde1e8b8;p=linux.git 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 --- 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"; };