mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
arm64: dts: s32g274-rd2: Enable the STM timers
Enable the timers STM0 -> STM3 on the s32g274-rd2 The platform has 4 CPUs, and the Linux STM timer driver is instantiated per CPU. Enable 4 STM timers that can be used as replacements for the ARM architected timers. The remaining STM timers are not useful to the Linux kernel and provide no benefit, so they are left disabled. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> Cc: Thomas Fossati <thomas.fossati@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
0f03b751b9
commit
6aa892c0f1
|
|
@ -40,6 +40,22 @@ &uart1 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&stm0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usdhc0 {
|
||||
pinctrl-names = "default", "state_100mhz", "state_200mhz";
|
||||
pinctrl-0 = <&pinctrl_usdhc0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user