diff options
| author | Changhuang Liang <[email protected]> | 2023-09-27 06:07:34 -0700 | 
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2023-10-04 23:41:57 +0200 | 
| commit | a7de2727e5f35110fe68ea08c899647a41bcc86c (patch) | |
| tree | 1b3c16fec26c0b6b39c29159025f4cdd4a5ce860 | |
| parent | 793f4def8c0a4e0ba8e711421768fd2bcca04cd1 (diff) | |
pmdomain: starfive: Update prefixes for AON power domain
Use "JH7110_AON_PD_" prefix for AON power doamin for JH7110 SoC.
Reviewed-by: Walker Chen <[email protected]>
Signed-off-by: Changhuang Liang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
| -rw-r--r-- | drivers/pmdomain/starfive/jh71xx-pmu.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/pmdomain/starfive/jh71xx-pmu.c b/drivers/pmdomain/starfive/jh71xx-pmu.c index 2724bee7e85f..74720c09a6e3 100644 --- a/drivers/pmdomain/starfive/jh71xx-pmu.c +++ b/drivers/pmdomain/starfive/jh71xx-pmu.c @@ -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,  	}, |