pmdomain: Merge branch pmdomain into next

Merge the immutable branch pmdomain into next to get the changes queued and
tested for the next release. The pmdomain branch hosts minor core changes
for pmdomain.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
master
Ulf Hansson 2026-04-01 13:33:35 +02:00
commit cb400df122
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
struct dev_pm_domain_attach_data {
const char * const *pd_names;
const u32 num_pd_names;
const u32 pd_flags;
u32 num_pd_names;
u32 pd_flags;
};
struct dev_pm_domain_list {