]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Add secure-firmware boot support for OrigenQaud board
authorTushar Behera <tushar.behera@linaro.org>
Sun, 18 Aug 2013 19:30:16 +0000 (04:30 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 18 Aug 2013 19:30:16 +0000 (04:30 +0900)
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>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4412-origen.dts

index 7993641cb32a4f8c170793b1964df75d798aa9ed..8768b03702e5a14c3ebf742677a03e0b76082a42 100644 (file)
                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";