diff options
| author | Kendall Willis <k-willis@ti.com> | 2026-02-19 13:43:17 -0600 |
|---|---|---|
| committer | Vignesh Raghavendra <vigneshr@ti.com> | 2026-03-10 15:10:02 +0530 |
| commit | f177b48ac038ddf131d05099ce6b05eae946db08 (patch) | |
| tree | 917b5d29e5f800edbb4e0d2f4f0e609cb21408e7 | |
| parent | e5452968a4b04f93bf9b778ccfd00f79e4d4f529 (diff) | |
| download | linux-f177b48ac038ddf131d05099ce6b05eae946db08.tar.gz linux-f177b48ac038ddf131d05099ce6b05eae946db08.zip | |
arm64: boot: dts: ti: k3-am62l-wakeup: create label for wkup_uart0 target-module
Add label to the target-module node so that it can easily be referenced.
The node specifically configures the SYSCONFIG related registers for WKUP
UART.
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Kendall Willis <k-willis@ti.com>
Link: https://patch.msgid.link/20260219-v6-19-wkup-uart-wakeup-v4-2-eda09dce5623@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62l-wakeup.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62l-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am62l-wakeup.dtsi index a42ccd0d2fcc..b5b70e71a0b7 100644 --- a/arch/arm64/boot/dts/ti/k3-am62l-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62l-wakeup.dtsi @@ -81,7 +81,7 @@ status = "disabled"; }; - target-module@2b300050 { + wkup_uart0_target: target-module@2b300050 { compatible = "ti,sysc-omap2", "ti,sysc"; reg = <0x00 0x2b300050 0x00 0x4>, <0x00 0x2b300054 0x00 0x4>, |
