PM / devfreq: rk3399_dmc,dfi: generalize DDRTYPE defines
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 18 Oct 2023 06:16:56 +0000 (08:16 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 19 Oct 2023 11:39:08 +0000 (20:39 +0900)
commit74002e668d0948d12eb2283891cfbd71be9d53c6
tree1527f6b37c18ec00c4a2112f895a49bcb72d6e24
parent63dcf38eb57dcd19f9cadab12f7f9690f353b86d
PM / devfreq: rk3399_dmc,dfi: generalize DDRTYPE defines

The DDRTYPE defines are named to be RK3399 specific, but they can be
used for other Rockchip SoCs as well, so replace the RK3399_PMUGRF_
prefix with ROCKCHIP_. They are defined in a SoC specific header
file, so when generalizing the prefix also move the new defines to
a SoC agnostic header file. While at it use GENMASK to define the
DDRTYPE bitfield and give it a name including the full register name.

Link: https://lore.kernel.org/all/20231018061714.3553817-9-s.hauer@pengutronix.de/
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/event/rockchip-dfi.c
drivers/devfreq/rk3399_dmc.c
include/soc/rockchip/rk3399_grf.h
include/soc/rockchip/rockchip_grf.h [new file with mode: 0644]