Skip to content

product/rdn2: IONCICLK ctrl/div and TCU/IONCI clock enable should be RW

Darryl Green requested to merge github/fork/lstarret/master into master

Created by: lstarret

IONCICLK_CTRL/IONCICLK_DIV1 were incorrectly marked as RO and WO, which breaks the read/modify/write behavior in mod_pik_clock.c. Also updated TCUx_CLK_ENABLE and NCIx_CLK_ENABLE R/W attributes, even though not yet referened in the existing SW.

Merge request reports