[BACK]Return to rk3328_cru.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / rockchip

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/arm/rockchip/rk3328_cru.c between version 1.8 and 1.9

version 1.8, 2021/05/15 08:46:00 version 1.9, 2021/11/12 22:02:08
Line 501  rk3328_cru_attach(device_t parent, devic
Line 501  rk3328_cru_attach(device_t parent, devic
         sc->sc_clks = rk3328_cru_clks;          sc->sc_clks = rk3328_cru_clks;
         sc->sc_nclks = __arraycount(rk3328_cru_clks);          sc->sc_nclks = __arraycount(rk3328_cru_clks);
   
           sc->sc_grf_soc_status = 0x0480;
         sc->sc_softrst_base = SOFTRST_CON(0);          sc->sc_softrst_base = SOFTRST_CON(0);
   
         if (rk_cru_attach(sc) != 0)          if (rk_cru_attach(sc) != 0)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>