All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Add secure-firmware boot support for OrigenQaud board
@ 2013-07-23  6:22 Tushar Behera
  2013-08-12  5:16 ` Tushar Behera
  0 siblings, 1 reply; 3+ messages in thread
From: Tushar Behera @ 2013-07-23  6:22 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, patches

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: Add secure-firmware boot support for OrigenQaud board
  2013-07-23  6:22 [PATCH] ARM: dts: Add secure-firmware boot support for OrigenQaud board Tushar Behera
@ 2013-08-12  5:16 ` Tushar Behera
  2013-08-18 19:30   ` Kukjin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Tushar Behera @ 2013-08-12  5:16 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Kukjin Kim, Patch Tracking

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?


-- 
Tushar Behera

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: Add secure-firmware boot support for OrigenQaud board
  2013-08-12  5:16 ` Tushar Behera
@ 2013-08-18 19:30   ` Kukjin Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2013-08-18 19:30 UTC (permalink / raw)
  To: Tushar Behera; +Cc: linux-samsung-soc, Kukjin Kim, Patch Tracking

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-18 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23  6:22 [PATCH] ARM: dts: Add secure-firmware boot support for OrigenQaud board Tushar Behera
2013-08-12  5:16 ` Tushar Behera
2013-08-18 19:30   ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.