Message ID | 20200501203436.14076-1-festevam@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | e98ad55989df047a8f12401433850a137eb7aa6f |
Headers | show |
Series | arm64: dts: imx8qxp-mek: Do not use underscore in node name | expand |
On 20-05-01 17:34:36, Fabio Estevam wrote: > Underscores are not recommended to be used in node names, so change > the pinctrl IO expander node name. > > This change also makes the pinctrl node names to follow the convention > used by other pinctrl group names. > > Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Abel Vesa <abel.vesa@nxp.com> > --- > arch/arm64/boot/dts/freescale/imx8qxp-mek.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts > index 9b105aec8773..46437d3c7a04 100644 > --- a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts > +++ b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts > @@ -216,7 +216,7 @@ > >; > }; > > - pinctrl_ioexp_rst: ioexp_rst_grp { > + pinctrl_ioexp_rst: ioexprstgrp { > fsl,pins = < > IMX8QXP_SPI2_SDO_LSIO_GPIO1_IO01 0x06000021 > >; > -- > 2.17.1 >
On Fri, May 01, 2020 at 05:34:36PM -0300, Fabio Estevam wrote: > Underscores are not recommended to be used in node names, so change > the pinctrl IO expander node name. > > This change also makes the pinctrl node names to follow the convention > used by other pinctrl group names. > > Signed-off-by: Fabio Estevam <festevam@gmail.com> Applied, thanks.
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts index 9b105aec8773..46437d3c7a04 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts +++ b/arch/arm64/boot/dts/freescale/imx8qxp-mek.dts @@ -216,7 +216,7 @@ >; }; - pinctrl_ioexp_rst: ioexp_rst_grp { + pinctrl_ioexp_rst: ioexprstgrp { fsl,pins = < IMX8QXP_SPI2_SDO_LSIO_GPIO1_IO01 0x06000021 >;
Underscores are not recommended to be used in node names, so change the pinctrl IO expander node name. This change also makes the pinctrl node names to follow the convention used by other pinctrl group names. Signed-off-by: Fabio Estevam <festevam@gmail.com> --- arch/arm64/boot/dts/freescale/imx8qxp-mek.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)