Message ID | 1388111921-17326-2-git-send-email-peter.chen@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Dec 27, 2013 at 10:38:30AM +0800, Peter Chen wrote: > Add "fsl,imx6q-usbphy" for imx6dq and imx6dl, add > "fsl,imx6sl-usbphy" for imx6sl. > > Signed-off-by: Peter Chen <peter.chen@freescale.com> anybody from DT to give me an Acked-by ?
On Tue, Feb 18, 2014 at 07:24:19PM -0600, Felipe Balbi wrote: > On Wed, Feb 19, 2014 at 09:12:49AM +0800, Shawn Guo wrote: > > On Tue, Feb 18, 2014 at 10:49:24AM -0600, Felipe Balbi wrote: > > > On Fri, Dec 27, 2013 at 10:38:30AM +0800, Peter Chen wrote: > > > > Add "fsl,imx6q-usbphy" for imx6dq and imx6dl, add > > > > "fsl,imx6sl-usbphy" for imx6sl. > > > > > > > > Signed-off-by: Peter Chen <peter.chen@freescale.com> > > > > > > anybody from DT to give me an Acked-by ? > > > > Unfortunately, the DT maintainers and list are not on copy. > > Then we need this series to be resent. I'll drop from my queue for now. > > -- > balbi Oh, I had thought it was ok that shawn has applied dts change. Do we really need dts maintainer's ack for doc if dts has already applied?
On Tue, Feb 18, 2014 at 10:49:24AM -0600, Felipe Balbi wrote: > On Fri, Dec 27, 2013 at 10:38:30AM +0800, Peter Chen wrote: > > Add "fsl,imx6q-usbphy" for imx6dq and imx6dl, add > > "fsl,imx6sl-usbphy" for imx6sl. > > > > Signed-off-by: Peter Chen <peter.chen@freescale.com> > > anybody from DT to give me an Acked-by ? Unfortunately, the DT maintainers and list are not on copy. Shawn
On Wed, Feb 19, 2014 at 09:12:49AM +0800, Shawn Guo wrote: > On Tue, Feb 18, 2014 at 10:49:24AM -0600, Felipe Balbi wrote: > > On Fri, Dec 27, 2013 at 10:38:30AM +0800, Peter Chen wrote: > > > Add "fsl,imx6q-usbphy" for imx6dq and imx6dl, add > > > "fsl,imx6sl-usbphy" for imx6sl. > > > > > > Signed-off-by: Peter Chen <peter.chen@freescale.com> > > > > anybody from DT to give me an Acked-by ? > > Unfortunately, the DT maintainers and list are not on copy. Then we need this series to be resent. I'll drop from my queue for now.
On Wed, Feb 19, 2014 at 08:44:12AM +0800, Peter Chen wrote: > On Tue, Feb 18, 2014 at 07:24:19PM -0600, Felipe Balbi wrote: > > On Wed, Feb 19, 2014 at 09:12:49AM +0800, Shawn Guo wrote: > > > On Tue, Feb 18, 2014 at 10:49:24AM -0600, Felipe Balbi wrote: > > > > On Fri, Dec 27, 2013 at 10:38:30AM +0800, Peter Chen wrote: > > > > > Add "fsl,imx6q-usbphy" for imx6dq and imx6dl, add > > > > > "fsl,imx6sl-usbphy" for imx6sl. > > > > > > > > > > Signed-off-by: Peter Chen <peter.chen@freescale.com> > > > > > > > > anybody from DT to give me an Acked-by ? > > > > > > Unfortunately, the DT maintainers and list are not on copy. > > > > Then we need this series to be resent. I'll drop from my queue for now. > > > > -- > > balbi > > Oh, I had thought it was ok that shawn has applied dts change. > Do we really need dts maintainer's ack for doc if dts has already > applied? Yes. If DT maintainers have objection, I will need to drop the dts patch too. Shawn
diff --git a/Documentation/devicetree/bindings/usb/mxs-phy.txt b/Documentation/devicetree/bindings/usb/mxs-phy.txt index 5835b27..b43d4c9e 100644 --- a/Documentation/devicetree/bindings/usb/mxs-phy.txt +++ b/Documentation/devicetree/bindings/usb/mxs-phy.txt @@ -1,7 +1,8 @@ * Freescale MXS USB Phy Device Required properties: -- compatible: Should be "fsl,imx23-usbphy" +- compatible: "fsl,imx23-usbphy" for imx23 and imx28, "fsl,imx6q-usbphy" + for imx6dq and imx6dl, "fsl,imx6sl-usbphy" for imx6sl - reg: Should contain registers location and length - interrupts: Should contain phy interrupt
Add "fsl,imx6q-usbphy" for imx6dq and imx6dl, add "fsl,imx6sl-usbphy" for imx6sl. Signed-off-by: Peter Chen <peter.chen@freescale.com> --- Documentation/devicetree/bindings/usb/mxs-phy.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)