ARM: dts: vf610-zii-ssmb-spu3: Disable watchdog
On vf610-zii-ssmb-spu3 board there is a supervisory microcontroller that provides the watchdog functionality, so disable the on-chip Vybrid's watchdog. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
8da0af5d6d
commit
96d861c2fd
|
@ -254,6 +254,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&wdoga5 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
&iomuxc {
|
&iomuxc {
|
||||||
pinctrl_dspi1: dspi1grp {
|
pinctrl_dspi1: dspi1grp {
|
||||||
fsl,pins = <
|
fsl,pins = <
|
||||||
|
|
Loading…
Reference in New Issue