Hi Anson,
On Wed, Jun 27, 2018 at 5:36 AM, Anson Huang <[email protected]> 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 = <®_sd3_vmmc>;
> + status = "okay";
> +};
> +
> &usbotg1 {
Please keep the nodes sorted in alphabetical order.