* Roger Quadros <rog...@ti.com> [150818 07:05]:
> Add DCAN sleep pins to save some power during suspend.
...
> @@ -879,14 +893,16 @@
>  };
>  
>  &dcan0 {
> -     pinctrl-names = "default";
> -     pinctrl-0 = <&dcan0_default>;
> +        pinctrl-names = "default", "sleep";
> +        pinctrl-0 = <&dcan0_default>;
> +        pinctrl-1 = <&dcan0_sleep>;
>       status = "okay";
>  };
>  
>  &dcan1 {
> -     pinctrl-names = "default";
> -     pinctrl-0 = <&dcan1_default>;
> +        pinctrl-names = "default", "sleep";
> +        pinctrl-0 = <&dcan1_default>;
> +        pinctrl-1 = <&dcan1_sleep>;
>       status = "okay";
>  };

Applying into omap-for-v4.4/dt after fixing the tabs above.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to