[PATCH 2/3] arm: shmobile: koelsch: enable HS-USB

2014-10-02 Thread Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda 
---
 arch/arm/boot/dts/r8a7791-koelsch.dts |5 +
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts 
b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 3f55c16..b3dac1a 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -495,3 +495,8 @@
};
};
 };
+
+&hsusb {
+   status = "okay";
+   renesas,enable-gpio = <&gpio5 18 GPIO_ACTIVE_LOW>;
+};
-- 
1.7.9.5

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


Re: [PATCH 2/3] arm: shmobile: koelsch: enable HS-USB

2014-10-02 Thread Sergei Shtylyov

On 10/2/2014 12:05 PM, Yoshihiro Shimoda wrote:


Signed-off-by: Yoshihiro Shimoda 
---
  arch/arm/boot/dts/r8a7791-koelsch.dts |5 +
  1 file changed, 5 insertions(+)



diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts 
b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 3f55c16..b3dac1a 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -495,3 +495,8 @@
};
};
  };
+
+&hsusb {
+   status = "okay";
+   renesas,enable-gpio = <&gpio5 18 GPIO_ACTIVE_LOW>;


   I think it's GP5_31 on Koelsch instead, i.e. the ID output from MAX3355.

WBR, Sergei

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


Re: [PATCH 2/3] arm: shmobile: koelsch: enable HS-USB

2014-10-02 Thread Yoshihiro Shimoda
Hello.

(2014/10/02 19:02), Sergei Shtylyov wrote:
> On 10/2/2014 12:05 PM, Yoshihiro Shimoda wrote:
> 
>> Signed-off-by: Yoshihiro Shimoda 
>> ---
>>   arch/arm/boot/dts/r8a7791-koelsch.dts |5 +
>>   1 file changed, 5 insertions(+)
> 
>> diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts 
>> b/arch/arm/boot/dts/r8a7791-koelsch.dts
>> index 3f55c16..b3dac1a 100644
>> --- a/arch/arm/boot/dts/r8a7791-koelsch.dts
>> +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
>> @@ -495,3 +495,8 @@
>>   };
>>   };
>>   };
>> +
>> +&hsusb {
>> +status = "okay";
>> +renesas,enable-gpio = <&gpio5 18 GPIO_ACTIVE_LOW>;
> 
>I think it's GP5_31 on Koelsch instead, i.e. the ID output from MAX3355.

Thank you for the point. I will fix this.

Best regards,
Yoshihiro Shimoda

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


Re: [PATCH 2/3] arm: shmobile: koelsch: enable HS-USB

2014-10-03 Thread Sergei Shtylyov

Hello.

On 10/02/2014 03:48 PM, Yoshihiro Shimoda wrote:


Signed-off-by: Yoshihiro Shimoda 
---
   arch/arm/boot/dts/r8a7791-koelsch.dts |5 +
   1 file changed, 5 insertions(+)



diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts 
b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 3f55c16..b3dac1a 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -495,3 +495,8 @@
   };
   };
   };
+
+&hsusb {
+status = "okay";
+renesas,enable-gpio = <&gpio5 18 GPIO_ACTIVE_LOW>;


   Rather GPIO_ACTIVE_HIGH, I think.


I think it's GP5_31 on Koelsch instead, i.e. the ID output from MAX3355.



Thank you for the point. I will fix this.


   The same stands for Henninger BTW.

WBR, Sergei

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