Message ID | 2684686.0L09MeB6pA@wasted.cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 949024d6702d1da8a266f42226d8402f0df078dc |
Delegated to: | Simon Horman |
Headers | show |
On 02/14/2016 01:26 AM, Sergei Shtylyov wrote: > In the final versions of the Porter board (called "PORTER_C") Renesas > decided to get rid of the Maxim Integrated MAX3355 OTG chip and didn't > add any other provision to differ the host/gadget mode, so we'll have to > remove no longer valid "renesas,enable-gpio" property from the HS-USB > device node. Hopefully, the earlier revisions of the board were never > seen in the wild... > > Fixes: c794f6a09a25 ("ARM: shmobile: porter: add HS-USB DT support") > Reported-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Simon, what about this patch? It was posted 12 days ago and no reaction whatsoever... MBR, Sergei
On Fri, Feb 26, 2016 at 10:43:27PM +0300, Sergei Shtylyov wrote: > On 02/14/2016 01:26 AM, Sergei Shtylyov wrote: > > >In the final versions of the Porter board (called "PORTER_C") Renesas > >decided to get rid of the Maxim Integrated MAX3355 OTG chip and didn't > >add any other provision to differ the host/gadget mode, so we'll have to > >remove no longer valid "renesas,enable-gpio" property from the HS-USB > >device node. Hopefully, the earlier revisions of the board were never > >seen in the wild... > > > >Fixes: c794f6a09a25 ("ARM: shmobile: porter: add HS-USB DT support") > >Reported-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> > >Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > Simon, what about this patch? It was posted 12 days ago and no reaction > whatsoever... Hi Sergei, sorry for the extended delay. I have queued this up as a fix for v4.5.
Index: renesas/arch/arm/boot/dts/r8a7791-porter.dts =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7791-porter.dts +++ renesas/arch/arm/boot/dts/r8a7791-porter.dts @@ -283,7 +283,6 @@ pinctrl-names = "default"; status = "okay"; - renesas,enable-gpio = <&gpio5 31 GPIO_ACTIVE_HIGH>; }; &usbphy {
In the final versions of the Porter board (called "PORTER_C") Renesas decided to get rid of the Maxim Integrated MAX3355 OTG chip and didn't add any other provision to differ the host/gadget mode, so we'll have to remove no longer valid "renesas,enable-gpio" property from the HS-USB device node. Hopefully, the earlier revisions of the board were never seen in the wild... Fixes: c794f6a09a25 ("ARM: shmobile: porter: add HS-USB DT support") Reported-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- This patch is against the 'master' branch of Simon Horman's 'renesas.git' repo. arch/arm/boot/dts/r8a7791-porter.dts | 1 - 1 file changed, 1 deletion(-)