linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	Rob Herring <robh+dt@kernel.org>, David Airlie <airlied@linux.ie>,
	Daniel Vetter <daniel@ffwll.ch>,
	Russell King <linux+etnaviv@armlinux.org.uk>,
	Christian Gmeiner <christian.gmeiner@gmail.com>,
	Lee Jones <lee.jones@linaro.org>, Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Sam Ravnborg <sam@ravnborg.org>, Li Yang <leoyang.li@nxp.com>,
	Robert Chiras <robert.chiras@nxp.com>,
	Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org, etnaviv@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 09/13] arm64: dts: imx8mp-evk: Align pin configuration group names with schema
Date: Fri, 04 Sep 2020 16:59:46 +0200	[thread overview]
Message-ID: <b9d49549cc357958d114566bebb11fe75324ce7d.camel@pengutronix.de> (raw)
In-Reply-To: <20200904145312.10960-10-krzk@kernel.org>

On Fr, 2020-09-04 at 16:53 +0200, Krzysztof Kozlowski wrote:
> Device tree schema expects pin configuration groups to end with 'grp'
> suffix, otherwise dtbs_check complain with a warning like:
> 
>   ... 'usdhc3grp-100mhz', 'usdhc3grp-200mhz' do not match any of the regexes: 'grp$', 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Reviewed-by: Lucas Stach <l.stach@pengutronix.de>

> ---
>  arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> index 3d535f1b3440..ad66f1286d95 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
> @@ -157,7 +157,7 @@
>  		>;
>  	};
>  
> -	pinctrl_reg_usdhc2_vmmc: regusdhc2vmmc {
> +	pinctrl_reg_usdhc2_vmmc: regusdhc2vmmcgrp {
>  		fsl,pins = <
>  			MX8MP_IOMUXC_SD2_RESET_B__GPIO2_IO19	0x41
>  		>;
> @@ -182,7 +182,7 @@
>  		>;
>  	};
>  
> -	pinctrl_usdhc2_100mhz: usdhc2grp-100mhz {
> +	pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
>  		fsl,pins = <
>  			MX8MP_IOMUXC_SD2_CLK__USDHC2_CLK	0x194
>  			MX8MP_IOMUXC_SD2_CMD__USDHC2_CMD	0x1d4
> @@ -194,7 +194,7 @@
>  		>;
>  	};
>  
> -	pinctrl_usdhc2_200mhz: usdhc2grp-200mhz {
> +	pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
>  		fsl,pins = <
>  			MX8MP_IOMUXC_SD2_CLK__USDHC2_CLK	0x196
>  			MX8MP_IOMUXC_SD2_CMD__USDHC2_CMD	0x1d6
> @@ -206,7 +206,7 @@
>  		>;
>  	};
>  
> -	pinctrl_usdhc2_gpio: usdhc2grp-gpio {
> +	pinctrl_usdhc2_gpio: usdhc2gpiogrp {
>  		fsl,pins = <
>  			MX8MP_IOMUXC_SD2_CD_B__GPIO2_IO12	0x1c4
>  		>;
> @@ -228,7 +228,7 @@
>  		>;
>  	};
>  
> -	pinctrl_usdhc3_100mhz: usdhc3grp-100mhz {
> +	pinctrl_usdhc3_100mhz: usdhc3-100mhzgrp {
>  		fsl,pins = <
>  			MX8MP_IOMUXC_NAND_WE_B__USDHC3_CLK	0x194
>  			MX8MP_IOMUXC_NAND_WP_B__USDHC3_CMD	0x1d4
> @@ -244,7 +244,7 @@
>  		>;
>  	};
>  
> -	pinctrl_usdhc3_200mhz: usdhc3grp-200mhz {
> +	pinctrl_usdhc3_200mhz: usdhc3-200mhzgrp {
>  		fsl,pins = <
>  			MX8MP_IOMUXC_NAND_WE_B__USDHC3_CLK	0x196
>  			MX8MP_IOMUXC_NAND_WP_B__USDHC3_CMD	0x1d6


  reply	other threads:[~2020-09-04 14:59 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-04 14:52 [PATCH 00/13] iMX 8 - Another round of cleanups Krzysztof Kozlowski
2020-09-04 14:53 ` [PATCH 01/13] dt-bindings: power: fsl,imx-gpcv2: Document interrupt controller properties Krzysztof Kozlowski
2020-09-04 14:58   ` Lucas Stach
2020-09-14 22:31   ` [PATCH 01/13] dt-bindings: power: fsl, imx-gpcv2: " Rob Herring
2020-09-04 14:53 ` [PATCH 02/13] dt-bindings: display: bridge: nwl-dsi: Add common properties Krzysztof Kozlowski
2020-09-14 22:31   ` Rob Herring
2020-09-04 14:53 ` [PATCH 03/13] dt-bindings: arm: fsl: Fix matching Purism Librem5 phones Krzysztof Kozlowski
2020-09-14 22:33   ` Rob Herring
2020-09-16  6:38     ` Krzysztof Kozlowski
2020-09-21 13:09   ` Shawn Guo
2020-09-04 14:53 ` [PATCH 04/13] dt-bindings: gpu: vivante,gc: Add common properties Krzysztof Kozlowski
2020-09-04 14:59   ` Lucas Stach
2020-09-14 22:34   ` Rob Herring
2020-09-04 14:53 ` [PATCH 05/13] dt-bindings: gpu: vivante,gc: Remove trailing whitespace Krzysztof Kozlowski
2020-09-04 14:59   ` Lucas Stach
2020-09-14 22:34   ` [PATCH 05/13] dt-bindings: gpu: vivante, gc: " Rob Herring
2020-09-04 14:53 ` [PATCH 06/13] dt-bindings: mfd: rohm,bd71837-pmic: Add common properties Krzysztof Kozlowski
2020-09-14 22:44   ` Rob Herring
2020-09-15  6:34     ` Vaittinen, Matti
2020-09-15 14:38       ` Rob Herring
2020-09-04 14:53 ` [PATCH 07/13] dt-bindings: mfd: rohm,bd71847-pmic: Add common clock-names Krzysztof Kozlowski
2020-09-14 22:44   ` Rob Herring
2020-09-04 14:53 ` [PATCH 08/13] arm64: dts: imx8mm-var-som-symphony: Use newer interrupts property Krzysztof Kozlowski
2020-09-13  1:19   ` Shawn Guo
2020-09-04 14:53 ` [PATCH 09/13] arm64: dts: imx8mp-evk: Align pin configuration group names with schema Krzysztof Kozlowski
2020-09-04 14:59   ` Lucas Stach [this message]
2020-09-04 14:53 ` [PATCH 10/13] arm64: dts: imx8mq: Add missing interrupts to GPC Krzysztof Kozlowski
2020-09-04 15:04   ` Lucas Stach
2020-09-04 14:53 ` [PATCH 11/13] arm64: dts: imx8mq-librem5: Align regulator names with schema Krzysztof Kozlowski
2020-09-04 14:53 ` [PATCH 12/13] arm64: dts: imx8mq-librem5: Drop interrupt-names in PMIC Krzysztof Kozlowski
2020-09-04 14:53 ` [PATCH 13/13] arm64: dts: imx8mq-librem5: Add interrupt-names to ti,tps6598x Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9d49549cc357958d114566bebb11fe75324ce7d.camel@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=airlied@linux.ie \
    --cc=christian.gmeiner@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=etnaviv@lists.freedesktop.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk@kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux+etnaviv@armlinux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matti.vaittinen@fi.rohmeurope.com \
    --cc=robert.chiras@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sam@ravnborg.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).