arm64: dts: Fix imx8dxl-phantom-mek-rpmsg build
authorLeonard Crestez <leonard.crestez@nxp.com>
Fri, 9 Aug 2019 12:29:42 +0000 (15:29 +0300)
committerLeonard Crestez <leonard.crestez@nxp.com>
Fri, 9 Aug 2019 12:53:48 +0000 (15:53 +0300)
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 <leonard.crestez@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8dxl-phantom-mek-rpmsg.dts

index 37750a1..42fd9ae 100755 (executable)
        };
 };
 
-&reg_can_en {
+&reg_can0_en {
        status = "disabled";
 };
 
-&reg_can_stby {
+&reg_can0_stby {
+       status = "disabled";
+};
+
+&reg_can1_en {
+       status = "disabled";
+};
+
+&reg_can1_stby {
        status = "disabled";
 };