diff mbox

ARM: dts: Add secure-firmware boot support for OrigenQaud board

Message ID 1374560579-25084-1-git-send-email-tushar.behera@linaro.org
State Accepted
Commit e3e03f99a17ce6e923e7b121fc23448683bfbebb
Headers show

Commit Message

Tushar Behera July 23, 2013, 6:22 a.m. UTC
OrigenQuad board boots with secure firmware support. Enable support for
reading smc commands.

The binding has been updated as per the documentation provided in
Documentation/devicetree/bindings/arm/samsung-boards.txt.

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

Comments

Tushar Behera Aug. 12, 2013, 5:16 a.m. UTC | #1
On 23 July 2013 11:52, Tushar Behera <tushar.behera@linaro.org> wrote:
> OrigenQuad board boots with secure firmware support. Enable support for
> reading smc commands.
>
> The binding has been updated as per the documentation provided in
> Documentation/devicetree/bindings/arm/samsung-boards.txt.
>
> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
> ---
>  arch/arm/boot/dts/exynos4412-origen.dts |    5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
> index 7993641..8768b03 100644
> --- a/arch/arm/boot/dts/exynos4412-origen.dts
> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
> @@ -27,6 +27,11 @@
>                 bootargs ="console=ttySAC2,115200";
>         };
>
> +       firmware@0203F000 {
> +               compatible = "samsung,secure-firmware";
> +               reg = <0x0203F000 0x1000>;
> +       };
> +
>         mmc_reg: voltage-regulator {
>                 compatible = "regulator-fixed";
>                 regulator-name = "VMEM_VDD_2.8V";
> --
> 1.7.9.5
>

Any comments on this?
Kukjin Kim Aug. 18, 2013, 7:30 p.m. UTC | #2
On 08/12/13 14:16, Tushar Behera wrote:
> On 23 July 2013 11:52, Tushar Behera<tushar.behera@linaro.org>  wrote:
>> OrigenQuad board boots with secure firmware support. Enable support for
>> reading smc commands.
>>
>> The binding has been updated as per the documentation provided in
>> Documentation/devicetree/bindings/arm/samsung-boards.txt.
>>
>> Signed-off-by: Tushar Behera<tushar.behera@linaro.org>
>> ---
>>   arch/arm/boot/dts/exynos4412-origen.dts |    5 +++++
>>   1 file changed, 5 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
>> index 7993641..8768b03 100644
>> --- a/arch/arm/boot/dts/exynos4412-origen.dts
>> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
>> @@ -27,6 +27,11 @@
>>                  bootargs ="console=ttySAC2,115200";
>>          };
>>
>> +       firmware@0203F000 {
>> +               compatible = "samsung,secure-firmware";
>> +               reg =<0x0203F000 0x1000>;
>> +       };
>> +
>>          mmc_reg: voltage-regulator {
>>                  compatible = "regulator-fixed";
>>                  regulator-name = "VMEM_VDD_2.8V";
>> --
>> 1.7.9.5
>>
>
> Any comments on this?
>
Applied, thanks,

Kukjin
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
index 7993641..8768b03 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -27,6 +27,11 @@ 
 		bootargs ="console=ttySAC2,115200";
 	};
 
+	firmware@0203F000 {
+		compatible = "samsung,secure-firmware";
+		reg = <0x0203F000 0x1000>;
+	};
+
 	mmc_reg: voltage-regulator {
 		compatible = "regulator-fixed";
 		regulator-name = "VMEM_VDD_2.8V";