Hello.

(2014/10/02 18:58), Sergei Shtylyov wrote:
> On 10/2/2014 12:04 PM, Yoshihiro Shimoda wrote:
> 
>> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda...@renesas.com>
>> ---
>>   arch/arm/boot/dts/r8a7790.dtsi |   10 ++++++++++
>>   1 file changed, 10 insertions(+)
> 
>> diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
>> index 2380fd5..fd9fc37 100644
>> --- a/arch/arm/boot/dts/r8a7790.dtsi
>> +++ b/arch/arm/boot/dts/r8a7790.dtsi
>> @@ -1314,4 +1314,14 @@
>>               ssi9: ssi@9 { interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>; };
>>           };
>>       };
>> +
>> +    hsusb: usb@e6590000 {
>> +        compatible = "renesas,usbhs-r8a7790";
>> +        reg = <0 0xe6590000 0 0x100>;
>> +        interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
>> +        clocks = <&mstp7_clks R8A7790_CLK_HSUSB>;
> 
>    I don't see where are you handling this prop in the driver...

Thank you for the point. I misunderstood this prop.
Since the driver is using pm_runtime functions, I thought that
this device node needs this prop.

So, I will remove this. And, I will also modify the Documentation.

>> +        renesas,buswait_bwait = <4>;
> 
>    This prop is named "renesas,buswait" now.

Thank you for the point. I will fix it.

Best regards,
Yoshihiro Shimoda

>> " +        phys = <&usb0 1>;
>> +        phy-names = "usb";
>> +    };
>>   };
> 
> WBR, Sergei
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" 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