diff options
author | Emilio Lopez <emilio.lopez@collabora.co.uk> | 2015-10-08 00:35:21 +0200 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-10-08 00:35:21 +0200 |
commit | 27e6699c35be9a849e35d58f381efc199a1e1ede (patch) | |
tree | 3e344a5bb75980b54ea816f23428f183b7517232 /arch/arm/boot/dts/exynos5420-peach-pit.dts | |
parent | Merge tag 'samsung-dt-4.4-2' of http://github.com/krzk/linux into v4.4-next/d... (diff) | |
download | linux-27e6699c35be9a849e35d58f381efc199a1e1ede.tar.xz linux-27e6699c35be9a849e35d58f381efc199a1e1ede.zip |
ARM: dts: Enable EC vboot context support on Peach boards
The Peach boards use the EC to store the vboot context information,
so add the corresponding properties on the EC node to indicate so.
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Emilio Lopez <emilio.lopez@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos5420-peach-pit.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5420-peach-pit.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts index 8f4d76c5e11c..ac02fb42ac0c 100644 --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts @@ -935,6 +935,7 @@ pinctrl-0 = <&ec_spi_cs &ec_irq>; reg = <0>; spi-max-frequency = <3125000>; + google,has-vbc-nvram; controller-data { samsung,spi-feedback-delay = <1>; |