soc: bcm: add BCM63xx power domain driver
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sat, 13 Jun 2020 08:21:37 +0000 (10:21 +0200)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 17 Aug 2020 16:14:04 +0000 (09:14 -0700)
commit6c41106f177e1e3e198604f42adedc8be97c482a
tree735bc078faee94e250368d8928348ad2b9feb86f
parent8bf86a155688f3acbc5919cdf58c59378d62a663
soc: bcm: add BCM63xx power domain driver

BCM6318, BCM6328, BCM6362 and BCM63268 SoCs have a power domain controller
to enable/disable certain components in order to save power.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Florian Fainelli <F.fainelli@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
MAINTAINERS
drivers/soc/bcm/Kconfig
drivers/soc/bcm/Makefile
drivers/soc/bcm/bcm63xx/Kconfig [new file with mode: 0644]
drivers/soc/bcm/bcm63xx/Makefile [new file with mode: 0644]
drivers/soc/bcm/bcm63xx/bcm63xx-power.c [new file with mode: 0644]