Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734329
| From | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: dts: am43xx-epos-evm: Enable SGX on EPOS boards |
| Date | 2017-09-18 19:40 +0200 |
| Message-ID | <ur8bx-Of-27@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Yogesh Siraswar <yogeshs@ti.com>
The SGX IP is valid and usable on AM438x devices, enable this
here.
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
---
arch/arm/boot/dts/am43x-epos-evm.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index 9d276af7c539..17c081b2cff3 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -796,3 +796,7 @@
assigned-clocks = <&mux_synctimer32k_ck>;
assigned-clock-parents = <&clkdiv32k_ick>;
};
+
+&sgx {
+ status = "okay";
+};
--
2.14.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: am43xx-epos-evm: Enable SGX on EPOS boards "Andrew F. Davis" <afd@ti.com> - 2017-09-18 19:40 +0200 Re: [PATCH] ARM: dts: am43xx-epos-evm: Enable SGX on EPOS boards kbuild test robot <lkp@intel.com> - 2017-09-20 12:20 +0200 Re: [PATCH] ARM: dts: am43xx-epos-evm: Enable SGX on EPOS boards "Andrew F. Davis" <afd@ti.com> - 2017-09-20 17:20 +0200
csiph-web