hw/misc: Rename npcm7xx_clk to npcm_clk
authorHao Wu <wuhaotsh@google.com>
Wed, 19 Feb 2025 18:46:01 +0000 (10:46 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2025 15:22:22 +0000 (15:22 +0000)
commitc8283b0f4a7e9397da141d70e73e79341c5df2d7
tree21f7872a93fb6cf140c9e8284ae47109cf87dbca
parentca2fd966ea90b2ca02a4eff1afc2b89e963680a1
hw/misc: Rename npcm7xx_clk to npcm_clk

NPCM7XX and NPCM8XX have a different set of CLK registers. This
commit changes the name of the clk files to be used by both
NPCM7XX and NPCM8XX CLK modules.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Hao Wu <wuhaotsh@google.com>
Message-id: 20250219184609.1839281-11-wuhaotsh@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/meson.build
hw/misc/npcm7xx_clk.c [deleted file]
hw/misc/npcm_clk.c [new file with mode: 0644]
include/hw/arm/npcm7xx.h
include/hw/misc/npcm7xx_clk.h [deleted file]
include/hw/misc/npcm_clk.h [new file with mode: 0644]