On 26/11/2022 20:13, Samuel Holland wrote: > From: Fabien Poussin <fabien.poussin@xxxxxxxxx> > > The D1 CCU contains gates and resets for two CAN buses. While the CAN > bus controllers are only documented for the T113 SoC, the CCU is the > same across all SoC variants. > > Signed-off-by: Fabien Poussin <fabien.poussin@xxxxxxxxx> > Signed-off-by: Samuel Holland <samuel@xxxxxxxxxxxx> > --- > > drivers/clk/sunxi-ng/ccu-sun20i-d1.c | 11 +++++++++++ > drivers/clk/sunxi-ng/ccu-sun20i-d1.h | 2 +- > include/dt-bindings/clock/sun20i-d1-ccu.h | 2 ++ > include/dt-bindings/reset/sun20i-d1-ccu.h | 2 ++ Don't mix bindings with driver changes. Checkpatch should complain here... Best regards, Krzysztof