On Tue, Jun 18, 2024 at 04:38:30PM +0800, Chen Wang wrote:
From: Chen Wang <unicorn_wang@xxxxxxxxxxx>No, this seems not correct. This should be the "bus" clk, and your above
SG2042 use Synopsys dwcnshc IP for SD/eMMC controllers.
SG2042 defines 3 clocks for SD/eMMC controllers.
- AXI_EMMC/AXI_SD for aclk/hclk(Bus interface clocks in DWC_mshc)
and blck(Core Base Clock in DWC_mshc), these 3 clocks share one
source, so reuse existing "core".
sentence "aclk/hclk(Bus interface clocks in DWC_mshc)" implies this clk is
for bus
- 100K_EMMC/100K_SD for cqetmclk(Timer clocks in DWC_mshc), so reuseI think this is "core" clk, no? Plz check which internal clks' clock
existing "timer" which was added for rockchip specified.
- EMMC_100M/SD_100M for cclk(Card clocks in DWC_mshc), add new "card".
source is the so called EMMC_100M/SD_100M.