Messages in this thread |  | | Date | Mon, 18 Feb 2019 10:33:42 -0600 | From | Rob Herring <> | Subject | Re: [PATCH v7 5/6] arm64: dts: mt8183: add pintcrl file |
| |
On Fri, Feb 15, 2019 at 02:02:37PM +0800, Erin Lo wrote: > This patch adds pinctrl file for mt8183. > > Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com> > Signed-off-by: Erin Lo <erin.lo@mediatek.com> > --- > arch/arm64/boot/dts/mediatek/mt8183-pinfunc.h | 1120 +++++++++++++++++++++++++ > 1 file changed, 1120 insertions(+) > create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-pinfunc.h > > diff --git a/arch/arm64/boot/dts/mediatek/mt8183-pinfunc.h b/arch/arm64/boot/dts/mediatek/mt8183-pinfunc.h > new file mode 100644 > index 0000000..768e41e > --- /dev/null > +++ b/arch/arm64/boot/dts/mediatek/mt8183-pinfunc.h > @@ -0,0 +1,1120 @@ > +// SPDX-License-Identifier: GPL-2.0
Run checkpatch. It will tell you that this should be /* */ comments.
Otherwise,
Reviewed-by: Rob Herring <robh@kernel.org>
|  |