From fb1c4fddba37427ca623e06e9ede1bfad8ea6da8 Mon Sep 17 00:00:00 2001 From: Garret Kelly Date: Mon, 16 Nov 2020 15:53:01 -0500 Subject: [PATCH] dts: Fix reference to optee_memory Update the use of the undefined label `optee` to `optee_memory`, which is the label for the optee instance in this system. Signed-off-by: Garret Kelly --- linux-v5.4/stm32mp157c-osd32mp1-brk.dts | 2 +- u-boot-v2020.01/stm32mp157c-osd32mp1-brk.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-v5.4/stm32mp157c-osd32mp1-brk.dts b/linux-v5.4/stm32mp157c-osd32mp1-brk.dts index d763b48..1e099e2 100644 --- a/linux-v5.4/stm32mp157c-osd32mp1-brk.dts +++ b/linux-v5.4/stm32mp157c-osd32mp1-brk.dts @@ -1014,7 +1014,7 @@ }; }; -&optee{ +&optee_memory{ status = "okay"; }; diff --git a/u-boot-v2020.01/stm32mp157c-osd32mp1-brk.dts b/u-boot-v2020.01/stm32mp157c-osd32mp1-brk.dts index d763b48..1e099e2 100644 --- a/u-boot-v2020.01/stm32mp157c-osd32mp1-brk.dts +++ b/u-boot-v2020.01/stm32mp157c-osd32mp1-brk.dts @@ -1014,7 +1014,7 @@ }; }; -&optee{ +&optee_memory{ status = "okay"; };