On Thu, 16 May 2019 15:25:51 +0800, Chuanhong Guo wrote: > This patch adds dt binding header for mediatek,mt7621-pll which > was added in: > commit e6046b5e69a0 ("MIPS: ralink: fix cpu clock of mt7621 and add dt clk > devices") > > Signed-off-by: Weijie Gao <hackpas...@gmail.com> > Signed-off-by: Chuanhong Guo <gch981...@gmail.com> > --- > > checkpatch.pl shows a warning that the line referencing old commit > is over 75 chars but if I shink it down anyhow it gave me an error > saying I should use a proper style for commits. So I chose to ignore > the warning and fix the error. > > include/dt-bindings/clock/mt7621-clk.h | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 include/dt-bindings/clock/mt7621-clk.h >
Reviewed-by: Rob Herring <r...@kernel.org>