projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1ad45
)
arm64: dts: ti: k3-am625-sk: Add epwm nodes
author
Georgi Vlaev
<g-vlaev@ti.com>
Tue, 31 May 2022 20:52:29 +0000
(23:52 +0300)
committer
Vignesh Raghavendra
<vigneshr@ti.com>
Fri, 9 Sep 2022 14:22:09 +0000
(19:52 +0530)
Add epwm nodes and mark them disabled, as they're
not currently in use.
Signed-off-by: Georgi Vlaev <g-vlaev@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Link:
https://lore.kernel.org/r/20220531205229.198011-3-g-vlaev@ti.com
arch/arm64/boot/dts/ti/k3-am625-sk.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
index 9b4dbae9d4aadfdc7384c541b2ca81561dd8eef9..93a5f0817efc4539825c00152229460c893cee85 100644
(file)
--- 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";
+};