mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
a1383655cf
Tested on bcm2710 (Raspberry Pi 3B). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
20 lines
635 B
Diff
20 lines
635 B
Diff
From 7a51bd86a5883312dd8f3f6c6cca8d95e414b22e Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Wed, 9 Nov 2016 13:02:52 +0000
|
|
Subject: [PATCH] bcm: Make RASPBERRYPI_POWER depend on PM
|
|
|
|
---
|
|
drivers/soc/bcm/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/soc/bcm/Kconfig
|
|
+++ b/drivers/soc/bcm/Kconfig
|
|
@@ -17,6 +17,7 @@ config RASPBERRYPI_POWER
|
|
bool "Raspberry Pi power domain driver"
|
|
depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
|
|
depends on RASPBERRYPI_FIRMWARE=y
|
|
+ depends on PM
|
|
select PM_GENERIC_DOMAINS if PM
|
|
help
|
|
This enables support for the RPi power domains which can be enabled
|