MLK-12358: ARM: dts: imx7d-val-m4: disable sim1 and reg_can2_3v3
authorRichard Zhu <hongxing.zhu@nxp.com>
Mon, 1 Feb 2016 05:05:21 +0000 (13:05 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:31:07 +0000 (02:31 +0300)
- Disable the sim1 on imx7d val board, because that there
are pin conflictions between sim1 and flexcan2 used by M4.
- Disable can2 is not enough, since the reg_can2_3v3 will be
turned off by the regulator framework and that will impact
can2 in m4 side even if can2 driver disabled in A7 side.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Tested-by: Ge Wang <G.Wang@nxp.com>
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts

index c8c9bd6..7d11494 100644 (file)
        reg = <0x00901000 0xf000>;
 };
 
+&reg_can2_3v3 {
+       status = "disabled";
+};
+
 &rpmsg{
        status = "okay";
 };
 
+&sim1 {
+       status = "disabled";
+};
+
 &uart2 {
        status = "disabled";
 };