summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-am625-sk.dts
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2022-04-19 11:59:02 +0530
committerVignesh Raghavendra <vigneshr@ti.com>2022-04-27 19:14:04 +0530
commitbd67e1be98ddb884ff3f3df95c2382e6e70930b6 (patch)
tree34cda46876a773e23e58448601989827db7696e7 /arch/arm64/boot/dts/ti/k3-am625-sk.dts
parentd19a66ae488afe23398090b5dbe5483b26863e13 (diff)
downloadlinux-next-bd67e1be98ddb884ff3f3df95c2382e6e70930b6.tar.gz
arm64: dts: ti: k3-am625-sk: Add ECAP APWM nodes
AM62 has 3 ECAP instances with 1 APWM each. Add DT nodes for the same. Keep them disabled in am625-sk dts as these pins can be repurposed in user exp connector. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Aswath Govindraju <a-govindraju@ti.com> Link: https://lore.kernel.org/r/20220419062902.196526-1-vigneshr@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am625-sk.dts')
-rw-r--r--arch/arm64/boot/dts/ti/k3-am625-sk.dts12
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 5c38ee5ff9b2..3b6a20e342ed 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
@@ -477,3 +477,15 @@
};
};
};
+
+&ecap0 {
+ status = "disabled";
+};
+
+&ecap1 {
+ status = "disabled";
+};
+
+&ecap2 {
+ status = "disabled";
+};