Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734329 > unrolled thread

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

Started by"Andrew F. Davis" <afd@ti.com>
First post2017-09-18 19:40 +0200
Last post2017-09-20 17:20 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1734329 — [PATCH] ARM: dts: am43xx-epos-evm: Enable SGX on EPOS boards

From"Andrew F. Davis" <afd@ti.com>
Date2017-09-18 19:40 +0200
Subject[PATCH] ARM: dts: am43xx-epos-evm: Enable SGX on EPOS boards
Message-ID<ur8bx-Of-27@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1735694

Fromkbuild test robot <lkp@intel.com>
Date2017-09-20 12:20 +0200
Message-ID<urKgO-1Dz-9@gated-at.bofh.it>
In reply to#1734329

[Multipart message — attachments visible in raw view] — view raw

Hi Yogesh,

[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.14-rc1 next-20170920]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Andrew-F-Davis/ARM-dts-am43xx-epos-evm-Enable-SGX-on-EPOS-boards/20170920-154002
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-s3c6400_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

>> Error: arch/arm/boot/dts/am43x-epos-evm.dts:800.1-5 Label or path sgx not found
>> FATAL ERROR: Syntax error parsing input tree

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[toc] | [prev] | [next] | [standalone]


#1735831

From"Andrew F. Davis" <afd@ti.com>
Date2017-09-20 17:20 +0200
Message-ID<urOX8-4Mq-29@gated-at.bofh.it>
In reply to#1734329
On 09/18/2017 12:31 PM, Andrew F. Davis wrote:
> 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";
> +};
> 

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web