summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVibhore Vardhan <vibhore@ti.com>2023-01-31 07:12:45 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2023-02-08 11:35:31 -0600
commitee33f96b6b07c1b7db06225423b01972529330a0 (patch)
tree0d0207c0825fc47922939603f321c05622f95a6d
parent82882d08b0a2c6003bbb53c5de2478b218d4360b (diff)
arm64: dts: ti: k3-am62-main: Fix LPM firmware-name property
System must load firmware to a specific location before Deep Sleep is entered and this is accomplished using "firmware-name" property to indicate the name of the firmware to load. The prefix "ti,lpm-" has been dropped based on upstream feedback. Signed-off-by: Vibhore Vardhan <vibhore@ti.com>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62-main.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
index 625e6a004292..dd4f2834976c 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
@@ -160,7 +160,7 @@
reg-names = "debug_messages", "lpm";
reg = <0x00 0x44043000 0x00 0xfe0>,
<0x00 0x78000000 0x00 0x8000>;
- ti,lpm-firmware-name = "ti-sysfw/ti-fs-stub-firmware-am62x-gp-signed.bin";
+ firmware-name = "ti-sysfw/ti-fs-stub-firmware-am62x-gp-signed.bin";
k3_pds: power-controller {
compatible = "ti,sci-pm-domain";