Re: [PATCH] ARM: dts: imx6sll-evk: enable usdhc3 slot

From: Fabio Estevam
Date: Wed Jun 27 2018 - 10:31:31 EST


Hi Anson,

On Wed, Jun 27, 2018 at 5:36 AM, Anson Huang <Anson.Huang@xxxxxxx> wrote:

> +&usdhc3 {
> + pinctrl-names = "default", "state_100mhz", "state_200mhz";
> + pinctrl-0 = <&pinctrl_usdhc3>;
> + pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
> + pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
> + cd-gpios = <&gpio3 22 GPIO_ACTIVE_LOW>;
> + keep-power-in-suspend;
> + enable-sdio-wakeup;
> + vmmc-supply = <&reg_sd3_vmmc>;
> + status = "okay";
> +};
> +
> &usbotg1 {

Please keep the nodes sorted in alphabetical order.