Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1224095

[PATCH v2 3/3] ARM: dts: Enable EC vboot context support on Peach boards

From Emilio López <emilio.lopez@collabora.co.uk>
Newsgroups linux.kernel
Subject [PATCH v2 3/3] ARM: dts: Enable EC vboot context support on Peach boards
Date 2015-09-14 14:40 +0200
Message-ID <q8Bd7-6hL-9@gated-at.bofh.it> (permalink)
References <q8Bd7-6hL-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The Peach boards use the EC to store the vboot context information,
so add the corresponding properties on the EC node to indicate so.

Signed-off-by: Emilio López <emilio.lopez@collabora.co.uk>
---

Changes from v1:
 - none

 arch/arm/boot/dts/exynos5420-peach-pit.dts | 1 +
 arch/arm/boot/dts/exynos5800-peach-pi.dts  | 1 +
 2 files changed, 2 insertions(+)

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>;
diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts
index 7d5b386..b60dec0 100644
--- a/arch/arm/boot/dts/exynos5800-peach-pi.dts
+++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts
@@ -898,6 +898,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>;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] platform/chrome: vboot context support Emilio López <emilio.lopez@collabora.co.uk> - 2015-09-14 14:40 +0200
  [PATCH v2 2/3] platform/chrome: Support reading/writing the vboot context Emilio López <emilio.lopez@collabora.co.uk> - 2015-09-14 14:40 +0200
    Re: [PATCH v2 2/3] platform/chrome: Support reading/writing the vboot context Javier Martinez Canillas <javier@dowhile0.org> - 2015-09-15 15:50 +0200
      Re: [PATCH v2 2/3] platform/chrome: Support reading/writing the vboot  context Emilio López <emilio.lopez@collabora.co.uk> - 2015-09-15 21:20 +0200
        Re: [PATCH v2 2/3] platform/chrome: Support reading/writing the vboot context Javier Martinez Canillas <javier@dowhile0.org> - 2015-09-15 21:50 +0200
          Re: [PATCH v2 2/3] platform/chrome: Support reading/writing the vboot  context Emilio López <emilio.lopez@collabora.co.uk> - 2015-09-15 22:30 +0200
            Re: [PATCH v2 2/3] platform/chrome: Support reading/writing the vboot context Javier Martinez Canillas <javier@dowhile0.org> - 2015-09-16 00:30 +0200
          Re: [PATCH v2 2/3] platform/chrome: Support reading/writing the  vboot context Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-15 22:30 +0200
  [PATCH v2 3/3] ARM: dts: Enable EC vboot context support on Peach boards Emilio López <emilio.lopez@collabora.co.uk> - 2015-09-14 14:40 +0200
    Re: [PATCH v2 3/3] ARM: dts: Enable EC vboot context support on Peach  boards Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-15 02:10 +0200
    Re: [PATCH v2 3/3] ARM: dts: Enable EC vboot context support on Peach boards Javier Martinez Canillas <javier@dowhile0.org> - 2015-09-15 15:50 +0200
  [PATCH v2 1/3] sysfs: Support is_visible() on binary attributes Emilio López <emilio.lopez@collabora.co.uk> - 2015-09-14 14:40 +0200
    Re: [PATCH v2 1/3] sysfs: Support is_visible() on binary attributes Guenter Roeck <linux@roeck-us.net> - 2015-09-14 17:40 +0200

csiph-web