[PATCH 04/15] ARM64: dts: imx8mp-evk: add pwm support

Marco Felsch m.felsch at pengutronix.de
Thu Oct 20 04:04:45 PDT 2022


Hi Peng,

On 22-10-20, Peng Fan (OSS) wrote:
> From: Clark Wang <xiaoning.wang at nxp.com>

...

>  &iomuxc {
> +	pinctrl_pwm1: pwm1grp {
> +		fsl,pins = <
> +			MX8MP_IOMUXC_GPIO1_IO01__PWM1_OUT	0x116
> +		>;
> +	};
> +
> +	pinctrl_pwm2: pwm2grp {
> +		fsl,pins = <
> +			MX8MP_IOMUXC_GPIO1_IO11__PWM2_OUT	0x116
> +		>;
> +	};
> +
> +	pinctrl_pwm4: pwm4grp {
> +		fsl,pins = <
> +			MX8MP_IOMUXC_SAI5_RXFS__PWM4_OUT	0x116
> +		>;
> +	};

Please sort them alphabetical into the iomuxc node and do not break that
sort.

Regards,
  Marco



More information about the linux-arm-kernel mailing list