These CAN related regulators will be handled when kernel boots. However,
these regulators which aren't used by any devices will be disabled by the
regulator framework. So, the pins in these regulators will be non-active
status. This causes the CAN module cannot be used in M4 side.
So, disable these regualtors for 8QM/QXP, and let M4 handles these.
Suggested-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
(cherry picked from commit
5c40db9cb2074c0c148d677acda55b0637c0c764)
status = "okay";
};
+®_can01_en {
+ status = "disabled";
+};
+
+®_can2_en {
+ status = "disabled";
+};
+
+®_can01_stby {
+ status = "disabled";
+};
+
+®_can2_stby {
+ status = "disabled";
+};
+
&intmux_cm41 {
status = "disabled";
};
status = "okay";
};
+®_can_en {
+ status = "disabled";
+};
+
+®_can_stby {
+ status = "disabled";
+};
+
&intmux_cm40 {
status = "disabled";
};