power: domain: Introduce driver for raw TI K3 PDs
authorTero Kristo <t-kristo@ti.com>
Fri, 11 Jun 2021 08:45:15 +0000 (11:45 +0300)
committerLokesh Vutla <lokeshvutla@ti.com>
Fri, 11 Jun 2021 11:04:52 +0000 (16:34 +0530)
commit144464bd2c67a1f11e8dd4fb4a18b45b666dc1c4
treed97caad6fc84aca7821c24f80535a9f53d9f4305
parentb4a72a9f5b805b438312fd239fc8bfffd8f7b771
power: domain: Introduce driver for raw TI K3 PDs

Normally, power domains are handled via TI-SCI in K3 SoCs. However,
SPL is not going to have access to sysfw resources, so it must control
them directly. Add driver for supporting this.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tero Kristo <kristo@kernel.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/power/domain/Kconfig
drivers/power/domain/Makefile
drivers/power/domain/ti-power-domain.c [new file with mode: 0644]
include/k3-dev.h [new file with mode: 0644]