[U-Boot] [PATCH v1 0/2] clk: at91: Fix the wrong used class ID

Wenyou Yang wenyou.yang at atmel.com
Tue Aug 30 10:11:36 CEST 2016


This patch set is to fix the wrong used class ID. The class ID
of the at91-pmc and at91-sckc driver should be UCLASS_SIMPLE_BUS,
instead of UCLASS_CLK. And add an empty .ops callback for the
clk_generic driver to avoid a wild pointer.


Wenyou Yang (2):
  clk: at91: Fix at91-pmc and at91-sckc's class ID
  clk: at91: Add .ops callback for clk_generic

 drivers/clk/at91/pmc.c  | 13 +++++--------
 drivers/clk/at91/sckc.c | 17 +++++------------
 2 files changed, 10 insertions(+), 20 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list