mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-28 16:56:26 +00:00
pmdomain: starfive: Update prefixes for AON power domain
Use "JH7110_AON_PD_" prefix for AON power doamin for JH7110 SoC. Reviewed-by: Walker Chen <walker.chen@starfivetech.com> Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com> Link: https://lore.kernel.org/r/20230927130734.9921-3-changhuang.liang@starfivetech.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
793f4def8c
commit
a7de2727e5
@ -419,11 +419,11 @@ static const struct jh71xx_pmu_match_data jh7110_pmu = {
|
||||
};
|
||||
|
||||
static const struct jh71xx_domain_info jh7110_aon_power_domains[] = {
|
||||
[JH7110_PD_DPHY_TX] = {
|
||||
[JH7110_AON_PD_DPHY_TX] = {
|
||||
.name = "DPHY-TX",
|
||||
.bit = 30,
|
||||
},
|
||||
[JH7110_PD_DPHY_RX] = {
|
||||
[JH7110_AON_PD_DPHY_RX] = {
|
||||
.name = "DPHY-RX",
|
||||
.bit = 31,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user