diff options
author | Georgi Vlaev <[email protected]> | 2022-05-31 23:52:29 +0300 |
---|---|---|
committer | Vignesh Raghavendra <[email protected]> | 2022-09-09 19:52:09 +0530 |
commit | acf3fdc88665a26abfe22827993a2dabf182a513 (patch) | |
tree | 6b8cc8c1f2a7746d6f7a0f9dc10faf65307aabac | |
parent | ab1ad455cf33de6dc1f6cbf0d0d1d49dbe3d9e4f (diff) |
arm64: dts: ti: k3-am625-sk: Add epwm nodes
Add epwm nodes and mark them disabled, as they're
not currently in use.
Signed-off-by: Georgi Vlaev <[email protected]>
Signed-off-by: Vignesh Raghavendra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am625-sk.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts index 9b4dbae9d4aa..93a5f0817efc 100644 --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts @@ -502,3 +502,15 @@ &main_mcan0 { status = "disabled"; }; + +&epwm0 { + status = "disabled"; +}; + +&epwm1 { + status = "disabled"; +}; + +&epwm2 { + status = "disabled"; +}; |