diff mbox

[RESEND,2/2] ARM: dts: Add secure firmware support for Arndale-octa

Message ID 1400557810-28428-2-git-send-email-tushar.behera@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Tushar Behera May 20, 2014, 3:50 a.m. UTC
Arndale-Octa board is always configured to work with trustzone
firmware binary. Added DTS node entry to enable this support.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
 arch/arm/boot/dts/exynos5420-arndale-octa.dts |    5 +++++
 1 file changed, 5 insertions(+)

Comments

Sachin Kamat May 21, 2014, 6:04 a.m. UTC | #1
On 20 May 2014 09:20, Tushar Behera <tushar.behera@linaro.org> wrote:
> Arndale-Octa board is always configured to work with trustzone
> firmware binary. Added DTS node entry to enable this support.
>
> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>

Works well.

Tested-by: Sachin Kamat <sachin.kamat@linaro.org>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
index 896a2a6..253d101 100644
--- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts
+++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
@@ -26,6 +26,11 @@ 
 		bootargs = "console=ttySAC3,115200";
 	};
 
+	firmware@02073000 {
+		compatible = "samsung,secure-firmware";
+		reg = <0x02073000 0x1000>;
+	};
+
 	fixed-rate-clocks {
 		oscclk {
 			compatible = "samsung,exynos5420-oscclk";