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


Groups > linux.kernel > #1363213 > unrolled thread

[PATCH] ARM: dts: exynos: Enable SSS on Odroid X/X2/U3 family

Started byKrzysztof Kozlowski <k.kozlowski@samsung.com>
First post2016-03-23 07:20 +0100
Last post2016-03-23 09:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: exynos: Enable SSS on Odroid X/X2/U3 family Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-23 07:20 +0100
    Re: [PATCH] ARM: dts: exynos: Enable SSS on Odroid X/X2/U3 family kbuild test robot <lkp@intel.com> - 2016-03-23 09:10 +0100

#1363213 — [PATCH] ARM: dts: exynos: Enable SSS on Odroid X/X2/U3 family

FromKrzysztof Kozlowski <k.kozlowski@samsung.com>
Date2016-03-23 07:20 +0100
Subject[PATCH] ARM: dts: exynos: Enable SSS on Odroid X/X2/U3 family
Message-ID<rfKj7-7Q0-5@gated-at.bofh.it>
Enable the Security SubSystem (SSS) on Exynos4412-based Odroid boards
to provide hardware acceleration for AES operations.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Tested-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
index 5e5d3fecb04c..470e592e9232 100644
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
@@ -492,6 +492,10 @@
 	status = "okay";
 };
 
+&sss {
+	status = "okay";
+};
+
 &tmu {
 	vtmu-supply = <&ldo10_reg>;
 	status = "okay";
-- 
2.5.0

[toc] | [next] | [standalone]


#1363234

Fromkbuild test robot <lkp@intel.com>
Date2016-03-23 09:10 +0100
Message-ID<rfM1A-ze-9@gated-at.bofh.it>
In reply to#1363213

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

Hi Krzysztof,

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

url:    https://github.com/0day-ci/linux/commits/Krzysztof-Kozlowski/ARM-dts-exynos-Enable-SSS-on-Odroid-X-X2-U3-family/20160323-141323
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux for-next
config: arm-exynos_defconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/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/exynos4412-odroid-common.dtsi:495.1-5 Label or path sss 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] | [standalone]


Back to top | Article view | linux.kernel


csiph-web