From: Yoshihiro Shimoda Date: Thu, 27 Oct 2016 10:29:27 +0000 (+0900) Subject: arm64: dts: r8a7795: salvator-x: add bias setting for usb1_pins X-Git-Tag: v4.10-rc1~81^2~24^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0751e1bd1e9e989df2d5f6a52c28b16093bc9c78;p=linux.git arm64: dts: r8a7795: salvator-x: add bias setting for usb1_pins Since this board doesn't mount pull-up/down registers for USB1_{OVC,PWEN} pins, we should enable bias setting to pull these pins up/down. Signed-off-by: Yoshihiro Shimoda Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts index da3e996ba121..bcaf4008d32d 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts @@ -309,8 +309,20 @@ usb0_pins: usb0 { }; usb1_pins: usb1 { - groups = "usb1"; - function = "usb1"; + mux { + groups = "usb1"; + function = "usb1"; + }; + + ovc { + pins = "GP_6_27"; + bias-pull-up; + }; + + pwen { + pins = "GP_6_26"; + bias-pull-down; + }; }; usb2_pins: usb2 {