> -----Original Message----- > From: Ryan Chen <[email protected]> > Sent: Monday, August 31, 2020 2:03 PM > To: Ryan Chen <[email protected]>; ChiaWei Wang > <[email protected]>; Lukasz Majewski <[email protected]>; > [email protected]; Eddie James <[email protected]>; Simon Glass > <[email protected]>; [email protected] > Subject: [PATCH v2 2/3] clock:aspeed: Sync with Linux kernel clock header > define > > v2: modify title description aspeed:clock -> clock:aspeed > > Use kernel include/dt-bindings/clock/aspeed-clock.h define for clock driver. > > Signed-off-by: Ryan Chen <[email protected]> > --- > arch/arm/dts/ast2500-u-boot.dtsi | 20 +++---- > drivers/clk/aspeed/clk_ast2500.c | 38 +++++++------ > include/dt-bindings/clock/aspeed-clock.h | 68 ++++++++++++++---------- > 3 files changed, 68 insertions(+), 58 deletions(-)
Reviewed-by: Chia-Wei, Wang <[email protected]>

