summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVibhore Vardhan <vibhore@ti.com>2024-02-29 08:04:50 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2024-03-04 11:25:03 -0600
commit2000c72af2d8bb267e2f27bc9505973751f22d74 (patch)
tree7e9c0fc6199f11cbe7b24ed696524092ad7b2326
parentd141720b7542a747ae5f9e02645ef567ff408123 (diff)
arm64: dts: ti: k3-am62p-mcu: Mark mcu_mcan0/1 as wakeup-source
mcu_mcan0 and mcu_mcan1 can be wakeup sources for the SoC. Mark them accordingly in the devicetree. Based on the patch for AM62a. Signed-off-by: Vibhore Vardhan <vibhore@ti.com> Reviewed-by: Markus Schneider-Pargmann <msp@baylibre.com>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi
index d6bf0d4a15d3..6c9f5d3bd756 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi
@@ -174,6 +174,7 @@
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "int0", "int1";
+ wakeup-source;
status = "disabled";
};
@@ -189,6 +190,7 @@
interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "int0", "int1";
+ wakeup-source;
status = "disabled";
};