Re: [PATCH] ARM: dts: am43xx-epos-evm: Enable SGX on EPOS boards

From: Andrew F. Davis
Date: Wed Sep 20 2017 - 11:16:09 EST


On 09/18/2017 12:31 PM, Andrew F. Davis wrote:
> From: Yogesh Siraswar <yogeshs@xxxxxx>
>
> The SGX IP is valid and usable on AM438x devices, enable this
> here.
>
> Signed-off-by: Yogesh Siraswar <yogeshs@xxxxxx>
> Signed-off-by: Andrew F. Davis <afd@xxxxxx>
> ---
> 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";
> +};
>

Didn't see the parent node didn't make upstream this cycle, ignore for
now, sorry for the noise.