Message ID | 1416412585-10809-2-git-send-email-afaerber@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello Andreas, On 11/19/2014 04:56 PM, Andreas Färber wrote: > Reported-by: Doug Anderson <dianders@chromium.org> > Signed-off-by: Andreas Färber <afaerber@suse.de> Even though the patch is simple and is true that the subject explains the change, I think that is always good to have a commit message anyways. Patch looks good to me though: Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 11/20/14 01:59, Javier Martinez Canillas wrote: > Hello Andreas, > > On 11/19/2014 04:56 PM, Andreas Färber wrote: >> Reported-by: Doug Anderson <dianders@chromium.org> >> Signed-off-by: Andreas Färber <afaerber@suse.de> > > Even though the patch is simple and is true that the subject explains > the change, I think that is always good to have a commit message anyways. > > Patch looks good to me though: > > Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> > Applied this series, thanks. - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/exynos5250-spring.dts b/arch/arm/boot/dts/exynos5250-spring.dts index f5566f84d885..310764b6e28d 100644 --- a/arch/arm/boot/dts/exynos5250-spring.dts +++ b/arch/arm/boot/dts/exynos5250-spring.dts @@ -52,6 +52,8 @@ usb-hub { compatible = "smsc,usb3503a"; reset-gpios = <&gpe1 0 GPIO_ACTIVE_LOW>; + pinctrl-names = "default"; + pinctrl-0 = <&hsic_reset>; }; fixed-rate-clocks {
Reported-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Andreas Färber <afaerber@suse.de> --- arch/arm/boot/dts/exynos5250-spring.dts | 2 ++ 1 file changed, 2 insertions(+)