mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
arm64: dts: s32g399a-rdb3: Enable the STM timers
The platform has 8 CPUs, and the Linux STM timer driver is instantiated per CPU. Enable 8 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. Enable STM0 to STM6 and STM8 on the s32g399a-rdb3 platform. STM7 is skipped, as it differs slightly from the others and requires an additional property to be properly handled by the driver. 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
13c0e302a9
commit
7c4ad77cca
|
|
@ -40,6 +40,38 @@ &uart1 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&stm0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm4 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm5 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm6 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&stm8 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c4 {
|
||||
current-sensor@40 {
|
||||
compatible = "ti,ina231";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user