1
0
Fork 0

MLK-24140 arm64: dts: imx8m: enable wdog

Enable wdog for rpmsg dts to make wdog function could work properly.

Reviewed-by: Robin Gong <yibin.gong@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Peng Fan 2020-05-22 17:16:37 +08:00
parent eb01ee5109
commit 0268df6bb3
4 changed files with 4 additions and 20 deletions

View File

@ -83,7 +83,7 @@
/*
* ATTENTION: M core may use IPs like below
* ECSPI2, GPIO1/GPIO5, GPT1, I2C3, I2S3, WDOG1, UART4, PWM3, SDMA1/3 and PDM
* ECSPI2, GPIO1/GPIO5, GPT1, I2C3, I2S3, UART4, PWM3, SDMA1/3 and PDM
*/
&ecspi2 {
@ -121,10 +121,6 @@
status = "disabled";
};
&wdog1 {
status = "disabled";
};
&sdma1{
status = "disabled";
};

View File

@ -78,7 +78,7 @@
/*
* ATTENTION: M core may use IPs like below
* ECSPI2, GPIO1/GPIO5, GPT1, I2C3, I2S3, WDOG1, UART4, PWM3, SDMA1/3 and PDM
* ECSPI2, GPIO1/GPIO5, GPT1, I2C3, I2S3, UART4, PWM3, SDMA1/3 and PDM
*/
&ecspi2 {
@ -116,10 +116,6 @@
status = "disabled";
};
&wdog1 {
status = "disabled";
};
&sdma1{
status = "disabled";
};

View File

@ -89,7 +89,7 @@
/*
* ATTENTION: M7 may use IPs like below
* ECSPI0/ECSPI2, FLEXCAN, GPIO1/GPIO5, GPT1, I2C3, I2S3, WDOG1, UART4,
* ECSPI0/ECSPI2, FLEXCAN, GPIO1/GPIO5, GPT1, I2C3, I2S3, UART4,
* PWM4, SDMA1/SDMA2
*/
&ecspi2 {
@ -181,10 +181,6 @@
status = "disabled";
};
&wdog1 {
status = "disabled";
};
&sai3 {
status = "disabled";
};

View File

@ -58,7 +58,7 @@
/*
* Regarding to the HW conflications, the following module should be disabled
* when M4 is running on evk board.
* gpt1, i2c2, pwm4, tmu, uart2, wdog3
* gpt1, i2c2, pwm4, tmu, uart2
*/
&i2c2 {
@ -87,7 +87,3 @@
&uart2 {
status = "disabled";
};
&wdog3{
status = "disabled";
};