diff mbox

[2/6] hikey_defconfig: Add reset driver

Message ID 1466737689-2303-3-git-send-email-john.stultz@linaro.org
State New
Headers show

Commit Message

John Stultz June 24, 2016, 3:08 a.m. UTC
Enable the hi6220 reset driver in the hikey_defconfig.

This is needed for the DRM resync to work properly.

Signed-off-by: John Stultz <john.stultz@linaro.org>

---
 arch/arm64/configs/hikey_defconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.1
diff mbox

Patch

diff --git a/arch/arm64/configs/hikey_defconfig b/arch/arm64/configs/hikey_defconfig
index 8f975f2e..2fbdfd4 100644
--- a/arch/arm64/configs/hikey_defconfig
+++ b/arch/arm64/configs/hikey_defconfig
@@ -439,6 +439,7 @@  CONFIG_MAILBOX=y
 CONFIG_HI6220_MBOX=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_RESET_CONTROLLER=y
+CONFIG_COMMON_RESET_HI6220=y
 CONFIG_PHY_HI6220_USB=y
 CONFIG_PHY_XGENE=y
 CONFIG_ANDROID=y