From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 26 Feb 2018 11:17:01 +0800 Subject: [PATCH v2 2/4] arm64: add basic DTS for i.MX8MQ In-Reply-To: References: <20180201183126.32384-1-l.stach@pengutronix.de> <20180201183126.32384-2-l.stach@pengutronix.de> Message-ID: <20180226031700.GS3217@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Feb 25, 2018 at 10:47:11AM +0000, A.s. Dong wrote: > > Documentation/devicetree/bindings/arm/fsl.txt | 4 + > > arch/arm64/boot/dts/freescale/imx8mq-pinfunc.h | 623 > > +++++++++++++++++++++++++ > > Should this belongs to pinctrl part? No. Those pinfunc defines are used by device tree rather than pinctrl driver. Shawn