Added wdt to the DTS file to enable the Watchdog device for ArmSoM.
This commit is contained in:
parent
581ab90ffd
commit
9583887b70
7 changed files with 35 additions and 0 deletions
|
|
@ -740,3 +740,8 @@
|
|||
&vop_mmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* watchdog */
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -1090,3 +1090,8 @@
|
|||
&vop_mmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* watchdog */
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -247,3 +247,8 @@
|
|||
&vdpp {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* watchdog */
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -855,3 +855,8 @@
|
|||
assigned-clocks = <&cru DCLK_VP2_SRC>;
|
||||
assigned-clock-parents = <&cru PLL_VPLL>;
|
||||
};
|
||||
|
||||
/* watchdog */
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -273,3 +273,8 @@
|
|||
&vepu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* watchdog */
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -1008,3 +1008,8 @@
|
|||
rockchip,plane-mask = <(1 << ROCKCHIP_VOP2_CLUSTER3 | 1 << ROCKCHIP_VOP2_ESMART3)>;
|
||||
rockchip,primary-plane = <ROCKCHIP_VOP2_ESMART3>;
|
||||
};
|
||||
|
||||
/* watchdog */
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -1184,3 +1184,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
/* watchdog */
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue