]> git.baikalelectronics.ru Git - kernel.git/commit
clk: mmp: pxa168: fix GPIO clock enable bits
authorDoug Brown <doug@schmorgal.com>
Sun, 12 Jun 2022 19:29:33 +0000 (12:29 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 30 Sep 2022 20:34:06 +0000 (13:34 -0700)
commit8f9f5749a8b26dabafe73bd724b7e8287052484c
tree8f8b23b935588fb97f1435c518b51de808597bd2
parent11e8d9fa9b9ea372fcb0e643b28b590dea52d061
clk: mmp: pxa168: fix GPIO clock enable bits

According to the datasheet, only bit 0 of APBC_GPIO should be controlled
for the clock enable. Bit 1 is marked as reserved (always write 0).

Signed-off-by: Doug Brown <doug@schmorgal.com>
Link: https://lore.kernel.org/r/20220612192937.162952-9-doug@schmorgal.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mmp/clk-of-pxa168.c