• Heiko Stuebner's avatar
    clk: rockchip: add a dummy clock for the watchdog pclk on rk3288 · e142a4e9
    Heiko Stuebner authored
    The pclk supplying the watchdog is controlled via the SGRF register area.
    Currently we don't have any clock-type handling external clock bits like
    this one. Additionally the SGRF isn't even writable in every boot mode.
    
    But still the clock control is available and in the future someone might
    want to use it. Therefore define a simple clock for the time being so
    that the watchdog driver can read its rate.
    Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
    e142a4e9
clk-rk3288.c 39.4 KB