diff options
author | Emilio Lopez <emilio.lopez@collabora.co.uk> | 2015-10-08 07:35:21 +0900 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-10-08 07:35:21 +0900 |
commit | 27e6699c35be9a849e35d58f381efc199a1e1ede (patch) | |
tree | 3e344a5bb75980b54ea816f23428f183b7517232 /arch/arm/boot/dts/exynos5420-peach-pit.dts | |
parent | 6252eb0a17132b87d42a1c8f15a967bc9143ae60 (diff) | |
download | op-kernel-dev-27e6699c35be9a849e35d58f381efc199a1e1ede.zip op-kernel-dev-27e6699c35be9a849e35d58f381efc199a1e1ede.tar.gz |
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 8f4d76c..ac02fb4 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>; |