All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] soc: bcm: Make PM driver default for BCM2835
@ 2019-01-24 18:04 Stefan Wahren
  2019-01-24 18:15 ` Eric Anholt
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Wahren @ 2019-01-24 18:04 UTC (permalink / raw)
  To: Florian Fainelli, Ray Jui, Scott Branden, Eric Anholt
  Cc: Stefan Wahren, Arnd Bergmann, Catalin Marinas, Will Deacon,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

Since commit 52a4adbaebcc ("ARM: bcm283x: Switch V3D over to using the
PM driver instead of firmware.") VC4 on BCM2835 requires the power driver.

Otherwise the driver won't probe and HDMI output stays black:
vc4_v3d 20c00000.v3d: ignoring dependency for device, assuming no driver

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/soc/bcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Changes in V2:
- make driver default for BCM2835 instead of selecting in platform Kconfig
  as suggested by Scott Branden

diff --git a/drivers/soc/bcm/Kconfig b/drivers/soc/bcm/Kconfig
index fe1af29..03fa91f 100644
--- a/drivers/soc/bcm/Kconfig
+++ b/drivers/soc/bcm/Kconfig
@@ -3,6 +3,7 @@ menu "Broadcom SoC drivers"
 config BCM2835_POWER
 	bool "BCM2835 power domain driver"
 	depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
+	default y if ARCH_BCM2835
 	select PM_GENERIC_DOMAINS if PM
 	select RESET_CONTROLLER
 	help
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-24 18:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-24 18:04 [PATCH V2] soc: bcm: Make PM driver default for BCM2835 Stefan Wahren
2019-01-24 18:15 ` Eric Anholt
2019-01-24 18:53   ` Scott Branden
2019-01-24 18:53   ` Stefan Wahren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.