commit | 266061b7637b189ac82ee3a75116ff2dcb031e0b | [log] [tgz] |
---|---|---|
author | Icenowy Zheng <icenowy@aosc.io> | Sat Apr 08 00:19:04 2017 +0800 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Mon Apr 10 09:04:33 2017 +0200 |
tree | fa4f295e40f7e915d99d03807afc31ce05d0dfc5 | |
parent | 37cabc74e57d15d683a8e49159bc8dcd5a50516a [diff] |
clk: sunxi-ng: fix PRCM CCU CLK_NUMBER value The CLK_NUMBER value of PRCM CCU is wrongly set to (CLK_APB0_PWD + 1), which prevented the IR mod clock from being set up. Change it to (CLK_IR + 1) in order to correctly get IR mod set up. Fixes: cdb8b80b6093 ("clk: sunxi-ng: add support for PRCM CCUs") Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>