-----Original Message-----
From: Shawn Guo [mailto:[email protected]]
Sent: Wednesday, December 20, 2017 10:53 AM
To: Yinbo Zhu <[email protected]>
Cc: Rob Herring <[email protected]>; Mark Rutland <[email protected]>;
Catalin Marinas ) <[email protected]>; Will Deacon )
<[email protected]>; Harninder Rai <[email protected]>; Raghav Dogra
<[email protected]>; Ashish Kumar <[email protected]>; Andy Tang
<[email protected]>; open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
<[email protected]>; [email protected]; open list
<[email protected]>
Subject: Re: [PATCH v2] arm64: dts: ls1088a: Add USB support
On Thu, Dec 07, 2017 at 07:33:28AM +0000, Yinbo Zhu wrote:
> Hi shawn guo,
>
> If my patch has no other issue,
> Can you help me push it to upstream.
>Are you talking about v4 patch? First of all, I cannot find v4 in my mailbox.
> That said, it seems you did not send
>the patch to me.
>Secondly, by checking the patch on patchwork, the usb nodes in
>fsl-ls1088a-rdb.dts do not sorted alphabetically
>in label name.
>Shawn
Hi shawn,
I will change the code as follows, right?
&esdhc {
status = "okay";
};
...
+&usb0 {
+ status = "okay";
+};
+
+&usb1 {
+ status = "okay";
+};
+
https://patchwork.kernel.org/patch/10059097/
Thanks
Yinbo.