devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Agner <stefan@agner.ch>
To: shawn.guo@linaro.org, kernel@pengutronix.de, linux@roeck-us.net,
	arnd@arndb.de, sre@kernel.org, fkan@apm.com,
	grant.likely@linaro.org, robh+dt@kernel.org
Cc: dbaryshkov@gmail.com, dwmw2@infradead.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, stefan@agner.ch
Subject: [PATCH v2 3/3] ARM: imx_v6_v7_defconfig: add POWER_RESET_SYSCON
Date: Mon,  1 Dec 2014 18:03:09 +0100	[thread overview]
Message-ID: <1417453389-1588-4-git-send-email-stefan@agner.ch> (raw)
In-Reply-To: <1417453389-1588-1-git-send-email-stefan@agner.ch>

Add POWER_RESET_SYSCON since Vybrid SoC's now make use of this
driver to provide software reset capabilities through the SRC
module.

Also regenerated using savedefconfig which removed the config
BACKLIGHT_LCD_SUPPORT which is now selected by default since
commit 9c8ee3c734139 ("video: mx3fb: always enable
BACKLIGHT_LCD_SUPPORT").

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/configs/imx_v6_v7_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index f707cd2..e928075 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -163,13 +163,14 @@ CONFIG_SPI_IMX=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_MC9S08DZ60=y
 CONFIG_GPIO_STMPE=y
+CONFIG_POWER_SUPPLY=y
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_IMX=y
+CONFIG_POWER_RESET_SYSCON=y
 CONFIG_SENSORS_GPIO_FAN=y
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
 CONFIG_IMX_THERMAL=y
-CONFIG_POWER_SUPPLY=y
-CONFIG_POWER_RESET=y
-CONFIG_POWER_RESET_IMX=y
 CONFIG_WATCHDOG=y
 CONFIG_IMX2_WDT=y
 CONFIG_MFD_DA9052_I2C=y
@@ -198,7 +199,6 @@ CONFIG_SOC_CAMERA_OV2640=y
 CONFIG_IMX_IPUV3_CORE=y
 CONFIG_DRM=y
 CONFIG_DRM_PANEL_SIMPLE=y
-CONFIG_BACKLIGHT_LCD_SUPPORT=y
 CONFIG_LCD_CLASS_DEVICE=y
 CONFIG_LCD_L4F00242T03=y
 CONFIG_LCD_PLATFORM=y
-- 
2.1.3

      parent reply	other threads:[~2014-12-01 17:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-01 17:03 [PATCH v2 0/3] power: reset: vf610 system reset controller Stefan Agner
2014-12-01 17:03 ` [PATCH v2 1/3] power: reset: read priority from device tree Stefan Agner
     [not found]   ` <1417453389-1588-2-git-send-email-stefan-XLVq0VzYD2Y@public.gmane.org>
2014-12-01 17:11     ` Mark Rutland
2014-12-01 17:22       ` Guenter Roeck
2014-12-01 17:24       ` Stefan Agner
     [not found]         ` <e5c5a44c84b95c4e48ed01c4dcffd35a-XLVq0VzYD2Y@public.gmane.org>
2014-12-01 17:41           ` Mark Rutland
2014-12-01 17:51             ` Guenter Roeck
     [not found]               ` <20141201175134.GC24692-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2014-12-01 17:59                 ` Mark Rutland
2014-12-01 18:12                   ` Guenter Roeck
2014-12-01 18:18                     ` Mark Rutland
2014-12-01 18:50             ` Arnd Bergmann
2014-12-01 17:15   ` Feng Kan
     [not found]     ` <CAL85gmBq30pWxP0buKbM8so6QqsJq2YojiSK1EWtMPsH_7foeg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-01 17:29       ` Stefan Agner
     [not found]         ` <ea4f7a2bfdb9bea45cab9418c211083b-XLVq0VzYD2Y@public.gmane.org>
2014-12-01 17:38           ` Feng Kan
     [not found]             ` <CAL85gmBNE7oDbE+LX+V=AFJO61Ta0Gekoq6sDb8TkEnoPsNFVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-01 17:42               ` Guenter Roeck
     [not found]                 ` <20141201174215.GB24692-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2014-12-01 22:18                   ` Stefan Agner
     [not found]                     ` <3916ca2867ced70e16903d6d44aaae8f-XLVq0VzYD2Y@public.gmane.org>
2014-12-01 22:35                       ` Guenter Roeck
2014-12-01 17:03 ` [PATCH v2 2/3] ARM: dts: vf610: add system reset controller and syscon-reboot Stefan Agner
2014-12-01 17:03 ` Stefan Agner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1417453389-1588-4-git-send-email-stefan@agner.ch \
    --to=stefan@agner.ch \
    --cc=arnd@arndb.de \
    --cc=dbaryshkov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=fkan@apm.com \
    --cc=grant.likely@linaro.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=robh+dt@kernel.org \
    --cc=shawn.guo@linaro.org \
    --cc=sre@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).